2024-01-24T02:54:09.035 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-24T02:54:09.035 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/orig.config.yaml 2024-01-24T02:54:09.068 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T02:54:09.154 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872 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: '7529872' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '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-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi159.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi162.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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-24T02:54:09.154 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-24T02:54:09.155 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-24T02:54:09.155 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-24T02:54:09.157 INFO:teuthology.task.internal:Checking packages... 2024-01-24T02:54:09.181 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-24T02:54:09.181 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-24T02:54:09.181 INFO:teuthology.packaging:ref: None 2024-01-24T02:54:09.181 INFO:teuthology.packaging:tag: None 2024-01-24T02:54:09.181 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-24T02:54:09.181 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T02:54:09.181 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-24T02:54:09.324 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449-ga70aebef-1focal 2024-01-24T02:54:09.325 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-24T02:54:09.331 INFO:teuthology.task.internal:no buildpackages task found 2024-01-24T02:54:09.331 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-24T02:54:09.397 INFO:teuthology.task.internal:Saving configuration 2024-01-24T02:54:09.409 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-24T02:54:09.416 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T02:54:09.440 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872', '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-24 02:47:42.838050', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-24T02:54:09.460 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872', '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-24 02:47:42.840060', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-24T02:54:09.461 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-24T02:54:09.468 INFO:teuthology.task.internal:roles: ubuntu@smithi159.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-24T02:54:09.468 INFO:teuthology.task.internal:roles: ubuntu@smithi162.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-24T02:54:09.468 INFO:teuthology.run_tasks:Running task console_log... 2024-01-24T02:54:09.562 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff4e4e23160>, signals=[15]) 2024-01-24T02:54:09.562 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-24T02:54:09.571 INFO:teuthology.task.internal:Opening connections... 2024-01-24T02:54:09.572 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi159.front.sepia.ceph.com 2024-01-24T02:54:09.575 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:54:09.672 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi162.front.sepia.ceph.com 2024-01-24T02:54:09.673 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:54:09.758 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-24T02:54:09.764 DEBUG:teuthology.orchestra.run.smithi159:> uname -m 2024-01-24T02:54:09.771 INFO:teuthology.orchestra.run.smithi159.stdout:x86_64 2024-01-24T02:54:09.771 DEBUG:teuthology.orchestra.run.smithi159:> cat /etc/os-release 2024-01-24T02:54:09.820 INFO:teuthology.orchestra.run.smithi159.stdout:NAME="Ubuntu" 2024-01-24T02:54:09.820 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-24T02:54:09.820 INFO:teuthology.orchestra.run.smithi159.stdout:ID=ubuntu 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:ID_LIKE=debian 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION_ID="20.04" 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:VERSION_CODENAME=focal 2024-01-24T02:54:09.821 INFO:teuthology.orchestra.run.smithi159.stdout:UBUNTU_CODENAME=focal 2024-01-24T02:54:09.822 INFO:teuthology.lock.ops:Updating smithi159.front.sepia.ceph.com on lock server 2024-01-24T02:54:09.847 DEBUG:teuthology.orchestra.run.smithi162:> uname -m 2024-01-24T02:54:09.854 INFO:teuthology.orchestra.run.smithi162.stdout:x86_64 2024-01-24T02:54:09.854 DEBUG:teuthology.orchestra.run.smithi162:> cat /etc/os-release 2024-01-24T02:54:09.903 INFO:teuthology.orchestra.run.smithi162.stdout:NAME="Ubuntu" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:ID=ubuntu 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:ID_LIKE=debian 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_ID="20.04" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:VERSION_CODENAME=focal 2024-01-24T02:54:09.904 INFO:teuthology.orchestra.run.smithi162.stdout:UBUNTU_CODENAME=focal 2024-01-24T02:54:09.905 INFO:teuthology.lock.ops:Updating smithi162.front.sepia.ceph.com on lock server 2024-01-24T02:54:09.930 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-24T02:54:09.939 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-24T02:54:09.945 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-24T02:54:09.945 DEBUG:teuthology.orchestra.run.smithi159:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:54:09.948 DEBUG:teuthology.orchestra.run.smithi162:> test '!' -e /home/ubuntu/cephtest 2024-01-24T02:54:09.954 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-24T02:54:09.961 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-24T02:54:09.961 DEBUG:teuthology.orchestra.run.smithi159:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:54:09.963 DEBUG:teuthology.orchestra.run.smithi162:> test -z $(ls -A /var/lib/ceph) 2024-01-24T02:54:10.015 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-24T02:54:10.071 INFO:teuthology.run_tasks:Running task kernel... 2024-01-24T02:54:10.086 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-24T02:54:10.087 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-24T02:54:10.087 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-24T02:54:10.087 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-24T02:54:10.087 DEBUG:teuthology.orchestra.run.smithi159:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:54:10.087 DEBUG:teuthology.orchestra.run.smithi162:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-24T02:54:10.092 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:54:10.093 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-01-24T02:54:10.093 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T02:54:10.094 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-24T02:54:10.100 INFO:teuthology.orchestra.run.smithi159.stdout:5.4.0-124-generic 2024-01-24T02:54:10.100 INFO:teuthology.task.kernel:Running kernel on smithi159: 5.4.0-124-generic 2024-01-24T02:54:10.100 DEBUG:teuthology.orchestra.run.smithi159:> sudo apt-get clean 2024-01-24T02:54:10.102 INFO:teuthology.orchestra.run.smithi162.stdout:5.4.0-124-generic 2024-01-24T02:54:10.102 INFO:teuthology.task.kernel:Running kernel on smithi162: 5.4.0-124-generic 2024-01-24T02:54:10.102 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get clean 2024-01-24T02:54:10.223 DEBUG:teuthology.orchestra.run.smithi159:> sudo apt-get update 2024-01-24T02:54:10.246 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get update 2024-01-24T02:54:10.390 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-24T02:54:10.390 INFO:teuthology.orchestra.run.smithi162.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-24T02:54:10.392 INFO:teuthology.orchestra.run.smithi162.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-24T02:54:10.475 INFO:teuthology.orchestra.run.smithi162.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-24T02:54:10.701 INFO:teuthology.orchestra.run.smithi159.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-24T02:54:10.704 INFO:teuthology.orchestra.run.smithi159.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-24T02:54:10.758 INFO:teuthology.orchestra.run.smithi159.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-24T02:54:10.775 INFO:teuthology.orchestra.run.smithi162.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,648 kB] 2024-01-24T02:54:10.922 INFO:teuthology.orchestra.run.smithi162.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-24T02:54:10.923 INFO:teuthology.orchestra.run.smithi162.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-24T02:54:10.935 INFO:teuthology.orchestra.run.smithi162.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-24T02:54:10.938 INFO:teuthology.orchestra.run.smithi162.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-24T02:54:10.938 INFO:teuthology.orchestra.run.smithi162.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-01-24T02:54:10.938 INFO:teuthology.orchestra.run.smithi162.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,462 kB] 2024-01-24T02:54:10.957 INFO:teuthology.orchestra.run.smithi162.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-24T02:54:10.959 INFO:teuthology.orchestra.run.smithi162.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-24T02:54:10.960 INFO:teuthology.orchestra.run.smithi162.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-24T02:54:10.965 INFO:teuthology.orchestra.run.smithi162.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-24T02:54:10.974 INFO:teuthology.orchestra.run.smithi162.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [196 kB] 2024-01-24T02:54:10.975 INFO:teuthology.orchestra.run.smithi162.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-24T02:54:10.980 INFO:teuthology.orchestra.run.smithi162.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-24T02:54:10.981 INFO:teuthology.orchestra.run.smithi162.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-24T02:54:10.981 INFO:teuthology.orchestra.run.smithi162.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-24T02:54:10.981 INFO:teuthology.orchestra.run.smithi162.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-24T02:54:11.019 INFO:teuthology.orchestra.run.smithi162.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-24T02:54:11.067 INFO:teuthology.orchestra.run.smithi162.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-24T02:54:11.070 INFO:teuthology.orchestra.run.smithi162.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-24T02:54:11.070 INFO:teuthology.orchestra.run.smithi162.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,585 kB] 2024-01-24T02:54:11.093 INFO:teuthology.orchestra.run.smithi162.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.9 kB] 2024-01-24T02:54:11.094 INFO:teuthology.orchestra.run.smithi162.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-24T02:54:11.097 INFO:teuthology.orchestra.run.smithi162.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-24T02:54:11.097 INFO:teuthology.orchestra.run.smithi162.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-24T02:54:11.103 INFO:teuthology.orchestra.run.smithi162.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,155 kB] 2024-01-24T02:54:11.111 INFO:teuthology.orchestra.run.smithi159.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-24T02:54:11.113 INFO:teuthology.orchestra.run.smithi162.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-24T02:54:11.116 INFO:teuthology.orchestra.run.smithi162.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-24T02:54:11.116 INFO:teuthology.orchestra.run.smithi162.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,456 B] 2024-01-24T02:54:11.116 INFO:teuthology.orchestra.run.smithi162.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-24T02:54:11.116 INFO:teuthology.orchestra.run.smithi162.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-24T02:54:11.136 INFO:teuthology.orchestra.run.smithi162.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-24T02:54:11.136 INFO:teuthology.orchestra.run.smithi162.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-24T02:54:11.136 INFO:teuthology.orchestra.run.smithi162.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-24T02:54:11.137 INFO:teuthology.orchestra.run.smithi162.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-24T02:54:11.137 INFO:teuthology.orchestra.run.smithi162.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-24T02:54:11.155 INFO:teuthology.orchestra.run.smithi162.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-24T02:54:11.155 INFO:teuthology.orchestra.run.smithi162.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-24T02:54:11.172 INFO:teuthology.orchestra.run.smithi159.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,648 kB] 2024-01-24T02:54:11.312 INFO:teuthology.orchestra.run.smithi159.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-24T02:54:11.670 INFO:teuthology.orchestra.run.smithi159.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-24T02:54:11.685 INFO:teuthology.orchestra.run.smithi159.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-24T02:54:11.694 INFO:teuthology.orchestra.run.smithi159.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-24T02:54:11.695 INFO:teuthology.orchestra.run.smithi159.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.5 kB] 2024-01-24T02:54:11.696 INFO:teuthology.orchestra.run.smithi159.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,462 kB] 2024-01-24T02:54:11.771 INFO:teuthology.orchestra.run.smithi159.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-24T02:54:11.778 INFO:teuthology.orchestra.run.smithi159.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-24T02:54:11.778 INFO:teuthology.orchestra.run.smithi159.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-24T02:54:11.782 INFO:teuthology.orchestra.run.smithi159.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-24T02:54:11.791 INFO:teuthology.orchestra.run.smithi159.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-24T02:54:11.799 INFO:teuthology.orchestra.run.smithi159.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-24T02:54:11.809 INFO:teuthology.orchestra.run.smithi159.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-24T02:54:11.809 INFO:teuthology.orchestra.run.smithi159.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.9 kB] 2024-01-24T02:54:11.810 INFO:teuthology.orchestra.run.smithi159.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,585 kB] 2024-01-24T02:54:11.889 INFO:teuthology.orchestra.run.smithi159.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-24T02:54:11.895 INFO:teuthology.orchestra.run.smithi159.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-24T02:54:11.975 INFO:teuthology.orchestra.run.smithi159.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [196 kB] 2024-01-24T02:54:12.059 INFO:teuthology.orchestra.run.smithi159.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,155 kB] 2024-01-24T02:54:12.401 INFO:teuthology.orchestra.run.smithi159.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-24T02:54:12.406 INFO:teuthology.orchestra.run.smithi159.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-24T02:54:12.408 INFO:teuthology.orchestra.run.smithi159.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-24T02:54:12.416 INFO:teuthology.orchestra.run.smithi159.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-24T02:54:12.418 INFO:teuthology.orchestra.run.smithi159.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-24T02:54:12.702 INFO:teuthology.orchestra.run.smithi159.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-24T02:54:12.740 INFO:teuthology.orchestra.run.smithi159.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-24T02:54:12.753 INFO:teuthology.orchestra.run.smithi159.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-24T02:54:12.755 INFO:teuthology.orchestra.run.smithi159.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,456 B] 2024-01-24T02:54:12.755 INFO:teuthology.orchestra.run.smithi159.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-24T02:54:12.757 INFO:teuthology.orchestra.run.smithi159.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-24T02:54:12.757 INFO:teuthology.orchestra.run.smithi159.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-24T02:54:12.757 INFO:teuthology.orchestra.run.smithi159.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-24T02:54:12.759 INFO:teuthology.orchestra.run.smithi159.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-24T02:54:12.784 INFO:teuthology.orchestra.run.smithi159.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-24T02:54:12.949 INFO:teuthology.orchestra.run.smithi159.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-24T02:54:13.133 INFO:teuthology.orchestra.run.smithi159.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-24T02:54:13.155 INFO:teuthology.orchestra.run.smithi159.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-24T02:54:14.960 INFO:teuthology.orchestra.run.smithi162.stdout:Fetched 18.6 MB in 3s (7,049 kB/s) 2024-01-24T02:54:15.635 INFO:teuthology.orchestra.run.smithi159.stdout:Fetched 18.6 MB in 3s (5,441 kB/s) 2024-01-24T02:54:16.396 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-24T02:54:16.421 DEBUG:teuthology.orchestra.run.smithi162:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-24T02:54:16.504 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-24T02:54:16.710 INFO:teuthology.orchestra.run.smithi162.stdout:Building dependency tree... 2024-01-24T02:54:16.710 INFO:teuthology.orchestra.run.smithi162.stdout:Reading state information... 2024-01-24T02:54:16.891 INFO:teuthology.orchestra.run.smithi162.stdout:The following additional packages will be installed: 2024-01-24T02:54:16.891 INFO:teuthology.orchestra.run.smithi162.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-24T02:54:16.891 INFO:teuthology.orchestra.run.smithi162.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-24T02:54:16.892 INFO:teuthology.orchestra.run.smithi162.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-24T02:54:16.893 INFO:teuthology.orchestra.run.smithi162.stdout:Suggested packages: 2024-01-24T02:54:16.893 INFO:teuthology.orchestra.run.smithi162.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-24T02:54:16.893 INFO:teuthology.orchestra.run.smithi162.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-24T02:54:16.952 INFO:teuthology.orchestra.run.smithi162.stdout:The following NEW packages will be installed: 2024-01-24T02:54:16.952 INFO:teuthology.orchestra.run.smithi162.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-24T02:54:16.952 INFO:teuthology.orchestra.run.smithi162.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-24T02:54:16.953 INFO:teuthology.orchestra.run.smithi162.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-24T02:54:16.953 INFO:teuthology.orchestra.run.smithi162.stdout: thermald upower usbmuxd 2024-01-24T02:54:17.075 INFO:teuthology.orchestra.run.smithi159.stdout:Reading package lists... 2024-01-24T02:54:17.101 DEBUG:teuthology.orchestra.run.smithi159:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-24T02:54:17.137 INFO:teuthology.orchestra.run.smithi162.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-24T02:54:17.137 INFO:teuthology.orchestra.run.smithi162.stdout:Need to get 90.9 MB of archives. 2024-01-24T02:54:17.137 INFO:teuthology.orchestra.run.smithi162.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-24T02:54:17.137 INFO:teuthology.orchestra.run.smithi162.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-24T02:54:17.169 INFO:teuthology.orchestra.run.smithi159.stdout:Reading package lists... 2024-01-24T02:54:17.373 INFO:teuthology.orchestra.run.smithi159.stdout:Building dependency tree... 2024-01-24T02:54:17.373 INFO:teuthology.orchestra.run.smithi159.stdout:Reading state information... 2024-01-24T02:54:17.411 INFO:teuthology.orchestra.run.smithi162.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-24T02:54:17.439 INFO:teuthology.orchestra.run.smithi162.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-24T02:54:17.457 INFO:teuthology.orchestra.run.smithi162.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-24T02:54:17.530 INFO:teuthology.orchestra.run.smithi162.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-24T02:54:17.550 INFO:teuthology.orchestra.run.smithi159.stdout:The following additional packages will be installed: 2024-01-24T02:54:17.550 INFO:teuthology.orchestra.run.smithi159.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-24T02:54:17.550 INFO:teuthology.orchestra.run.smithi159.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-24T02:54:17.551 INFO:teuthology.orchestra.run.smithi159.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-24T02:54:17.552 INFO:teuthology.orchestra.run.smithi159.stdout:Suggested packages: 2024-01-24T02:54:17.552 INFO:teuthology.orchestra.run.smithi159.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-24T02:54:17.552 INFO:teuthology.orchestra.run.smithi159.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-24T02:54:17.565 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:17.608 INFO:teuthology.orchestra.run.smithi159.stdout:The following NEW packages will be installed: 2024-01-24T02:54:17.608 INFO:teuthology.orchestra.run.smithi159.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-24T02:54:17.608 INFO:teuthology.orchestra.run.smithi159.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-24T02:54:17.609 INFO:teuthology.orchestra.run.smithi159.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-24T02:54:17.609 INFO:teuthology.orchestra.run.smithi159.stdout: thermald upower usbmuxd 2024-01-24T02:54:17.669 INFO:teuthology.orchestra.run.smithi159.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-24T02:54:17.669 INFO:teuthology.orchestra.run.smithi159.stdout:Need to get 90.9 MB of archives. 2024-01-24T02:54:17.669 INFO:teuthology.orchestra.run.smithi159.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-24T02:54:17.669 INFO:teuthology.orchestra.run.smithi159.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-24T02:54:17.738 INFO:teuthology.orchestra.run.smithi159.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-24T02:54:17.745 INFO:teuthology.orchestra.run.smithi159.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-24T02:54:17.750 INFO:teuthology.orchestra.run.smithi159.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-24T02:54:17.768 INFO:teuthology.orchestra.run.smithi159.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-24T02:54:17.777 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:18.092 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:18.228 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:18.515 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:18.831 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:19.105 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:19.106 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:19.106 INFO:teuthology.orchestra.run.smithi159.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-24T02:54:19.111 INFO:teuthology.orchestra.run.smithi159.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-24T02:54:19.113 INFO:teuthology.orchestra.run.smithi159.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-24T02:54:19.803 INFO:teuthology.orchestra.run.smithi159.stdout:Fetched 90.9 MB in 1s (60.7 MB/s) 2024-01-24T02:54:20.012 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-24T02:54:20.680 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:20.757 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:20.758 INFO:teuthology.orchestra.run.smithi162.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-24T02:54:20.927 INFO:teuthology.orchestra.run.smithi162.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-24T02:54:21.279 INFO:teuthology.orchestra.run.smithi162.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-24T02:54:21.750 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:21.755 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-24T02:54:21.917 INFO:teuthology.orchestra.run.smithi162.stdout:Fetched 90.9 MB in 4s (20.9 MB/s) 2024-01-24T02:54:21.926 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-24T02:54:22.126 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-24T02:54:22.295 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-24T02:54:22.311 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-24T02:54:22.354 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-24T02:54:22.707 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-24T02:54:22.722 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-24T02:54:22.765 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-24T02:54:23.160 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-24T02:54:23.176 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-24T02:54:23.218 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-24T02:54:23.537 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-24T02:54:23.553 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-24T02:54:23.604 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-24T02:54:23.788 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:23.793 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-24T02:54:23.932 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-24T02:54:23.940 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-24T02:54:23.955 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-24T02:54:23.999 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:24.293 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-24T02:54:24.306 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-24T02:54:24.351 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-24T02:54:24.688 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-24T02:54:24.702 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-24T02:54:24.746 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-24T02:54:25.074 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-24T02:54:25.087 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-24T02:54:25.124 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-24T02:54:25.485 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-24T02:54:25.498 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-24T02:54:25.543 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-24T02:54:25.871 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-24T02:54:25.883 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-24T02:54:25.921 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:26.584 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-24T02:54:26.600 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-24T02:54:26.723 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:27.270 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-24T02:54:27.283 INFO:teuthology.orchestra.run.smithi159.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-24T02:54:27.328 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:28.630 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-24T02:54:28.643 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-24T02:54:28.745 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:29.241 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-24T02:54:29.253 INFO:teuthology.orchestra.run.smithi162.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-24T02:54:29.290 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:34.299 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-24T02:54:34.313 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-24T02:54:34.355 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-24T02:54:34.641 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-24T02:54:34.655 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-24T02:54:34.691 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-24T02:54:35.094 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package thermald. 2024-01-24T02:54:35.108 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-24T02:54:35.152 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-24T02:54:35.716 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package upower. 2024-01-24T02:54:35.729 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-24T02:54:35.822 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-24T02:54:36.069 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-24T02:54:36.084 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-24T02:54:36.127 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-24T02:54:36.237 INFO:teuthology.orchestra.run.smithi159.stdout:Selecting previously unselected package usbmuxd. 2024-01-24T02:54:36.252 INFO:teuthology.orchestra.run.smithi159.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-24T02:54:36.328 INFO:teuthology.orchestra.run.smithi159.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-24T02:54:36.429 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-24T02:54:36.446 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-24T02:54:36.487 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-24T02:54:36.653 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-24T02:54:36.775 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-24T02:54:36.866 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package thermald. 2024-01-24T02:54:36.880 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-24T02:54:36.917 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-24T02:54:36.924 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-24T02:54:37.060 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-24T02:54:37.186 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-24T02:54:37.337 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-24T02:54:37.454 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package upower. 2024-01-24T02:54:37.463 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-24T02:54:37.468 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-24T02:54:37.531 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-24T02:54:37.925 INFO:teuthology.orchestra.run.smithi162.stdout:Selecting previously unselected package usbmuxd. 2024-01-24T02:54:37.941 INFO:teuthology.orchestra.run.smithi162.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-24T02:54:38.019 INFO:teuthology.orchestra.run.smithi159.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-24T02:54:38.066 INFO:teuthology.orchestra.run.smithi162.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-24T02:54:38.101 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-24T02:54:38.259 INFO:teuthology.orchestra.run.smithi159.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-24T02:54:38.278 INFO:teuthology.orchestra.run.smithi159.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-24T02:54:38.278 INFO:teuthology.orchestra.run.smithi159.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-24T02:54:38.432 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-24T02:54:38.554 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-24T02:54:38.680 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-24T02:54:38.806 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-24T02:54:38.933 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-24T02:54:38.951 INFO:teuthology.orchestra.run.smithi159.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-24T02:54:39.059 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-24T02:54:39.179 INFO:teuthology.orchestra.run.smithi159.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-24T02:54:39.184 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-24T02:54:39.223 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-24T02:54:39.557 INFO:teuthology.orchestra.run.smithi159.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-24T02:54:39.558 INFO:teuthology.orchestra.run.smithi159.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-24T02:54:39.776 INFO:teuthology.orchestra.run.smithi162.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-24T02:54:39.830 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-24T02:54:40.019 INFO:teuthology.orchestra.run.smithi162.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-24T02:54:40.035 INFO:teuthology.orchestra.run.smithi162.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-24T02:54:40.035 INFO:teuthology.orchestra.run.smithi162.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-24T02:54:40.045 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:40.564 INFO:teuthology.orchestra.run.smithi162.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-24T02:54:40.783 INFO:teuthology.orchestra.run.smithi162.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-24T02:54:40.827 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-24T02:54:41.123 INFO:teuthology.orchestra.run.smithi162.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-24T02:54:41.123 INFO:teuthology.orchestra.run.smithi162.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-24T02:54:41.399 INFO:teuthology.orchestra.run.smithi159.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-24T02:54:41.400 INFO:teuthology.orchestra.run.smithi159.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-24T02:54:41.565 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:41.571 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:42.874 INFO:teuthology.orchestra.run.smithi162.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-24T02:54:42.874 INFO:teuthology.orchestra.run.smithi162.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-24T02:54:43.006 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-24T02:54:43.034 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:43.131 INFO:teuthology.orchestra.run.smithi159.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:44.702 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-24T02:54:44.828 INFO:teuthology.orchestra.run.smithi162.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:45.025 INFO:teuthology.orchestra.run.smithi159.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-24T02:54:45.339 INFO:teuthology.orchestra.run.smithi159.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-24T02:54:46.158 INFO:teuthology.orchestra.run.smithi159.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-24T02:54:46.204 INFO:teuthology.orchestra.run.smithi162.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-24T02:54:46.284 INFO:teuthology.orchestra.run.smithi159.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:46.356 INFO:teuthology.orchestra.run.smithi159.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-24T02:54:46.356 INFO:teuthology.orchestra.run.smithi159.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-24T02:54:46.468 INFO:teuthology.orchestra.run.smithi162.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-24T02:54:47.221 INFO:teuthology.orchestra.run.smithi162.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-24T02:54:47.329 INFO:teuthology.orchestra.run.smithi162.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-24T02:54:47.391 INFO:teuthology.orchestra.run.smithi162.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-24T02:54:47.391 INFO:teuthology.orchestra.run.smithi162.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-24T02:55:11.852 INFO:teuthology.orchestra.run.smithi159.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-24T02:55:11.853 INFO:teuthology.orchestra.run.smithi159.stdout:Sourcing file `/etc/default/grub' 2024-01-24T02:55:11.857 INFO:teuthology.orchestra.run.smithi159.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-24T02:55:11.891 INFO:teuthology.orchestra.run.smithi159.stdout:Generating grub configuration file ... 2024-01-24T02:55:12.273 INFO:teuthology.orchestra.run.smithi159.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-24T02:55:12.302 INFO:teuthology.orchestra.run.smithi159.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-24T02:55:12.764 INFO:teuthology.orchestra.run.smithi159.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-24T02:55:12.775 INFO:teuthology.orchestra.run.smithi159.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-24T02:55:13.020 INFO:teuthology.orchestra.run.smithi162.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-24T02:55:13.020 INFO:teuthology.orchestra.run.smithi162.stdout:Sourcing file `/etc/default/grub' 2024-01-24T02:55:13.030 INFO:teuthology.orchestra.run.smithi162.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-24T02:55:13.048 INFO:teuthology.orchestra.run.smithi162.stdout:Generating grub configuration file ... 2024-01-24T02:55:13.355 INFO:teuthology.orchestra.run.smithi162.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-24T02:55:13.383 INFO:teuthology.orchestra.run.smithi162.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-24T02:55:13.744 INFO:teuthology.orchestra.run.smithi162.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-24T02:55:13.756 INFO:teuthology.orchestra.run.smithi162.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-24T02:55:15.218 INFO:teuthology.orchestra.run.smithi159.stdout:done 2024-01-24T02:55:15.693 DEBUG:teuthology.orchestra.run.smithi159:> dpkg -s linux-image-generic-hwe-20.04 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Package: linux-image-generic-hwe-20.04 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Status: install ok installed 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Priority: optional 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Section: kernel 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Installed-Size: 20 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Architecture: amd64 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Source: linux-meta-hwe-5.15 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.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-24T02:55:15.750 INFO:teuthology.orchestra.run.smithi159.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-24T02:55:15.751 INFO:teuthology.orchestra.run.smithi159.stdout:Recommends: thermald 2024-01-24T02:55:15.751 INFO:teuthology.orchestra.run.smithi159.stdout:Description: Generic Linux kernel image 2024-01-24T02:55:15.751 INFO:teuthology.orchestra.run.smithi159.stdout: This package will always depend on the latest generic kernel image 2024-01-24T02:55:15.751 INFO:teuthology.orchestra.run.smithi159.stdout: available. 2024-01-24T02:55:15.751 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-24T02:55:15.751 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T02:55:15.751 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T02:55:15.752 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-24T02:55:15.752 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi159.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T02:55:15.752 DEBUG:teuthology.orchestra.run.smithi159:> sudo apt-get clean 2024-01-24T02:55:15.838 DEBUG:teuthology.orchestra.run.smithi159:> sudo apt-get update 2024-01-24T02:55:16.097 INFO:teuthology.orchestra.run.smithi159.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-24T02:55:16.097 INFO:teuthology.orchestra.run.smithi159.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-24T02:55:16.168 INFO:teuthology.orchestra.run.smithi159.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-24T02:55:16.260 INFO:teuthology.orchestra.run.smithi159.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-24T02:55:16.397 INFO:teuthology.orchestra.run.smithi162.stdout:done 2024-01-24T02:55:16.795 DEBUG:teuthology.orchestra.run.smithi162:> dpkg -s linux-image-generic-hwe-20.04 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Package: linux-image-generic-hwe-20.04 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Status: install ok installed 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Priority: optional 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Section: kernel 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Installed-Size: 20 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T02:55:16.863 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: amd64 2024-01-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.stdout:Source: linux-meta-hwe-5.15 2024-01-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.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-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.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-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.stdout:Recommends: thermald 2024-01-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.stdout:Description: Generic Linux kernel image 2024-01-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.stdout: This package will always depend on the latest generic kernel image 2024-01-24T02:55:16.864 INFO:teuthology.orchestra.run.smithi162.stdout: available. 2024-01-24T02:55:16.864 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-24T02:55:16.864 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-24T02:55:16.864 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-24T02:55:16.864 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-24T02:55:16.865 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi162.front.sepia.ceph.com, path=None, version=distro) 2024-01-24T02:55:16.865 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get clean 2024-01-24T02:55:16.964 DEBUG:teuthology.orchestra.run.smithi162:> sudo apt-get update 2024-01-24T02:55:17.228 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-24T02:55:17.228 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-24T02:55:17.298 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-24T02:55:17.387 INFO:teuthology.orchestra.run.smithi162.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-24T02:55:17.872 INFO:teuthology.orchestra.run.smithi159.stdout:Reading package lists... 2024-01-24T02:55:17.898 DEBUG:teuthology.orchestra.run.smithi159:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-24T02:55:17.964 INFO:teuthology.orchestra.run.smithi159.stdout:Reading package lists... 2024-01-24T02:55:18.169 INFO:teuthology.orchestra.run.smithi159.stdout:Building dependency tree... 2024-01-24T02:55:18.169 INFO:teuthology.orchestra.run.smithi159.stdout:Reading state information... 2024-01-24T02:55:18.387 INFO:teuthology.orchestra.run.smithi159.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-24T02:55:18.388 INFO:teuthology.orchestra.run.smithi159.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-24T02:55:18.389 DEBUG:teuthology.orchestra.run.smithi159:> dpkg -s linux-image-generic-hwe-20.04 2024-01-24T02:55:18.410 INFO:teuthology.orchestra.run.smithi159.stdout:Package: linux-image-generic-hwe-20.04 2024-01-24T02:55:18.410 INFO:teuthology.orchestra.run.smithi159.stdout:Status: install ok installed 2024-01-24T02:55:18.410 INFO:teuthology.orchestra.run.smithi159.stdout:Priority: optional 2024-01-24T02:55:18.410 INFO:teuthology.orchestra.run.smithi159.stdout:Section: kernel 2024-01-24T02:55:18.410 INFO:teuthology.orchestra.run.smithi159.stdout:Installed-Size: 20 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout:Architecture: amd64 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout:Source: linux-meta-hwe-5.15 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.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-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.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-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout:Recommends: thermald 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout:Description: Generic Linux kernel image 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout: This package will always depend on the latest generic kernel image 2024-01-24T02:55:18.411 INFO:teuthology.orchestra.run.smithi159.stdout: available. 2024-01-24T02:55:18.411 DEBUG:teuthology.orchestra.run.smithi159:> mktemp 2024-01-24T02:55:18.416 INFO:teuthology.orchestra.run.smithi159.stdout:/tmp/tmp.w25vQZywTr 2024-01-24T02:55:18.417 DEBUG:teuthology.orchestra.run.smithi159:> sudo cp /boot/grub/grub.cfg /tmp/tmp.w25vQZywTr 2024-01-24T02:55:18.427 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 0666 /tmp/tmp.w25vQZywTr 2024-01-24T02:55:18.514 DEBUG:teuthology.orchestra.remote:smithi159:/tmp/tmp.w25vQZywTr is 9KB 2024-01-24T02:55:18.529 DEBUG:teuthology.orchestra.run.smithi159:> rm -fr /tmp/tmp.w25vQZywTr 2024-01-24T02:55:18.548 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-24T02:55:18.594 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T02:55:18.594 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-24T02:55:18.594 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-24T02:55:18.636 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-24T02:55:18.636 DEBUG:teuthology.orchestra.run.smithi159:> sudo update-grub 2024-01-24T02:55:19.002 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-24T02:55:19.027 DEBUG:teuthology.orchestra.run.smithi162:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-24T02:55:19.095 INFO:teuthology.orchestra.run.smithi162.stdout:Reading package lists... 2024-01-24T02:55:19.301 INFO:teuthology.orchestra.run.smithi162.stdout:Building dependency tree... 2024-01-24T02:55:19.302 INFO:teuthology.orchestra.run.smithi162.stdout:Reading state information... 2024-01-24T02:55:19.525 INFO:teuthology.orchestra.run.smithi162.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-24T02:55:19.525 INFO:teuthology.orchestra.run.smithi162.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-24T02:55:19.526 DEBUG:teuthology.orchestra.run.smithi162:> dpkg -s linux-image-generic-hwe-20.04 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Package: linux-image-generic-hwe-20.04 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Status: install ok installed 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Priority: optional 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Section: kernel 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Installed-Size: 20 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Maintainer: Ubuntu Kernel Team 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Architecture: amd64 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Source: linux-meta-hwe-5.15 2024-01-24T02:55:19.543 INFO:teuthology.orchestra.run.smithi162.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-24T02:55:19.544 INFO:teuthology.orchestra.run.smithi162.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-24T02:55:19.544 INFO:teuthology.orchestra.run.smithi162.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-24T02:55:19.544 INFO:teuthology.orchestra.run.smithi162.stdout:Recommends: thermald 2024-01-24T02:55:19.544 INFO:teuthology.orchestra.run.smithi162.stdout:Description: Generic Linux kernel image 2024-01-24T02:55:19.544 INFO:teuthology.orchestra.run.smithi162.stdout: This package will always depend on the latest generic kernel image 2024-01-24T02:55:19.544 INFO:teuthology.orchestra.run.smithi162.stdout: available. 2024-01-24T02:55:19.544 DEBUG:teuthology.orchestra.run.smithi162:> mktemp 2024-01-24T02:55:19.550 INFO:teuthology.orchestra.run.smithi162.stdout:/tmp/tmp.FA7Say2teC 2024-01-24T02:55:19.551 DEBUG:teuthology.orchestra.run.smithi162:> sudo cp /boot/grub/grub.cfg /tmp/tmp.FA7Say2teC 2024-01-24T02:55:19.564 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0666 /tmp/tmp.FA7Say2teC 2024-01-24T02:55:19.611 DEBUG:teuthology.orchestra.remote:smithi162:/tmp/tmp.FA7Say2teC is 9KB 2024-01-24T02:55:19.625 DEBUG:teuthology.orchestra.run.smithi162:> rm -fr /tmp/tmp.FA7Say2teC 2024-01-24T02:55:19.642 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-24T02:55:19.688 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T02:55:19.689 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-24T02:55:19.689 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-24T02:55:19.717 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-24T02:55:19.717 DEBUG:teuthology.orchestra.run.smithi162:> sudo update-grub 2024-01-24T02:55:20.055 INFO:teuthology.orchestra.run.smithi159.stderr:Sourcing file `/etc/default/grub' 2024-01-24T02:55:20.064 INFO:teuthology.orchestra.run.smithi159.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-24T02:55:20.073 INFO:teuthology.orchestra.run.smithi159.stderr:Generating grub configuration file ... 2024-01-24T02:55:20.347 INFO:teuthology.orchestra.run.smithi159.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-24T02:55:20.359 INFO:teuthology.orchestra.run.smithi159.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-24T02:55:20.721 INFO:teuthology.orchestra.run.smithi159.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-24T02:55:20.732 INFO:teuthology.orchestra.run.smithi159.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-24T02:55:21.020 INFO:teuthology.orchestra.run.smithi162.stderr:Sourcing file `/etc/default/grub' 2024-01-24T02:55:21.028 INFO:teuthology.orchestra.run.smithi162.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-24T02:55:21.036 INFO:teuthology.orchestra.run.smithi162.stderr:Generating grub configuration file ... 2024-01-24T02:55:21.266 INFO:teuthology.orchestra.run.smithi162.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-24T02:55:21.277 INFO:teuthology.orchestra.run.smithi162.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-24T02:55:21.635 INFO:teuthology.orchestra.run.smithi162.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-24T02:55:21.647 INFO:teuthology.orchestra.run.smithi162.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-24T02:55:22.178 INFO:teuthology.orchestra.run.smithi159.stderr:done 2024-01-24T02:55:22.180 DEBUG:teuthology.orchestra.run.smithi159:> sudo shutdown -r now 2024-01-24T02:55:23.294 INFO:teuthology.orchestra.run.smithi162.stderr:done 2024-01-24T02:55:23.296 DEBUG:teuthology.orchestra.run.smithi162:> sudo shutdown -r now 2024-01-24T02:55:52.206 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-24T02:55:52.206 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T02:55:52.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:55:53.300 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-24T02:55:53.300 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T02:55:53.301 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:56:10.560 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-01-24T02:56:11.840 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-24T02:56:19.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T02:56:19.569 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:56:20.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T02:56:20.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:56:22.620 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-01-24T02:56:23.900 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.162 2024-01-24T02:56:34.632 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T02:56:34.633 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:56:35.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T02:56:35.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:56:53.052 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.159 2024-01-24T02:57:08.068 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T02:57:08.069 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:57:08.480 DEBUG:teuthology.orchestra.run.smithi159:> true 2024-01-24T02:57:09.205 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T02:57:09.205 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-24T02:57:09.205 DEBUG:teuthology.orchestra.run.smithi159:> uname -r 2024-01-24T02:57:09.253 INFO:teuthology.orchestra.run.smithi159.stdout:5.15.0-91-generic 2024-01-24T02:57:09.253 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-24T02:57:09.253 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T02:57:09.253 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-24T02:57:10.254 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-24T02:57:10.254 DEBUG:teuthology.orchestra.run.smithi159:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T02:57:10.365 INFO:teuthology.orchestra.run.smithi159.stdout:ttyS1 2024-01-24T02:57:10.402 DEBUG:teuthology.parallel:result is None 2024-01-24T02:57:35.905 DEBUG:teuthology.orchestra.remote:timed out 2024-01-24T02:57:50.907 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T02:57:50.908 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T02:57:51.354 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-24T02:57:51.910 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T02:57:51.910 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-24T02:57:51.911 DEBUG:teuthology.orchestra.run.smithi162:> uname -r 2024-01-24T02:57:51.956 INFO:teuthology.orchestra.run.smithi162.stdout:5.15.0-91-generic 2024-01-24T02:57:51.957 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-24T02:57:51.957 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-24T02:57:51.957 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-24T02:57:52.958 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-24T02:57:52.958 DEBUG:teuthology.orchestra.run.smithi162:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-24T02:57:53.058 INFO:teuthology.orchestra.run.smithi162.stdout:ttyS1 2024-01-24T02:57:53.081 DEBUG:teuthology.parallel:result is None 2024-01-24T02:57:53.082 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-24T02:57:53.089 INFO:teuthology.task.internal:Creating test directory... 2024-01-24T02:57:53.089 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T02:57:53.092 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-24T02:57:53.099 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-24T02:57:53.106 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-24T02:57:53.112 INFO:teuthology.task.internal:Creating archive directory... 2024-01-24T02:57:53.113 DEBUG:teuthology.orchestra.run.smithi159:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T02:57:53.141 DEBUG:teuthology.orchestra.run.smithi162:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-24T02:57:53.239 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-24T02:57:53.246 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-24T02:57:53.246 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T02:57:53.248 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T02:57:53.267 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:57:53.267 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:57:53.276 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:57:53.277 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-24T02:57:53.278 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-24T02:57:53.285 INFO:teuthology.task.internal:Configuring sudo... 2024-01-24T02:57:53.285 DEBUG:teuthology.orchestra.run.smithi159:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T02:57:53.321 DEBUG:teuthology.orchestra.run.smithi162:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-24T02:57:53.337 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-24T02:57:53.346 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-24T02:57:53.346 DEBUG:teuthology.orchestra.run.smithi159:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T02:57:53.377 DEBUG:teuthology.orchestra.run.smithi162:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-24T02:57:53.388 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:57:53.430 DEBUG:teuthology.orchestra.run.smithi159:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:57:53.478 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T02:57:53.478 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T02:57:53.543 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-24T02:57:53.550 DEBUG:teuthology.orchestra.run.smithi162:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-24T02:57:53.602 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T02:57:53.602 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-24T02:57:53.665 DEBUG:teuthology.orchestra.run.smithi159:> sudo service rsyslog restart 2024-01-24T02:57:53.668 DEBUG:teuthology.orchestra.run.smithi162:> sudo service rsyslog restart 2024-01-24T02:57:53.757 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-24T02:57:53.765 INFO:teuthology.task.internal:Starting timer... 2024-01-24T02:57:53.765 INFO:teuthology.run_tasks:Running task pcp... 2024-01-24T02:57:53.774 INFO:teuthology.run_tasks:Running task selinux... 2024-01-24T02:57:53.813 DEBUG:teuthology.task.selinux:Excluding smithi159: OS 'ubuntu' does not support SELinux 2024-01-24T02:57:53.813 DEBUG:teuthology.task.selinux:Excluding smithi162: OS 'ubuntu' does not support SELinux 2024-01-24T02:57:53.814 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-24T02:57:53.814 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-24T02:57:53.814 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-24T02:57:53.814 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-24T02:57:53.822 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-24T02:57:53.840 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-24T02:57:53.841 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi159.front.sepia.ceph.com,smithi162.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-24T03:03:15.669 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi159.front.sepia.ceph.com'), Remote(name='ubuntu@smithi162.front.sepia.ceph.com')] 2024-01-24T03:03:15.670 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T03:03:15.671 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi159.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:03:15.757 DEBUG:teuthology.orchestra.run.smithi159:> true 2024-01-24T03:03:15.884 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi159.front.sepia.ceph.com' 2024-01-24T03:03:15.885 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T03:03:15.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi162.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-24T03:03:15.979 DEBUG:teuthology.orchestra.run.smithi162:> true 2024-01-24T03:03:16.098 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi162.front.sepia.ceph.com' 2024-01-24T03:03:16.098 INFO:teuthology.run_tasks:Running task clock... 2024-01-24T03:03:16.110 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-24T03:03:16.111 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T03:03:16.111 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:16.114 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-24T03:03:16.114 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:16.147 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-24T03:03:16.147 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Command line: ntpd -gq 2024-01-24T03:03:16.148 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: proto: precision = 0.064 usec (-24) 2024-01-24T03:03:16.148 INFO:teuthology.orchestra.run.smithi159.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T03:03:16.149 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T03:03:16.149 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: restrict ::: KOD does nothing without LIMITED. 2024-01-24T03:03:16.149 INFO:teuthology.orchestra.run.smithi159.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listen and drop on 0 v6wildcard [::]:123 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listen normally on 2 lo 127.0.0.1:123 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listen normally on 3 enp3s0f1 172.21.15.159:123 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listen normally on 4 lo [::1]:123 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:724f%5]:123 2024-01-24T03:03:16.150 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:16 ntpd[12590]: Listening on routing socket on fd #22 for interface updates 2024-01-24T03:03:16.171 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-24T03:03:16.171 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Command line: ntpd -gq 2024-01-24T03:03:16.172 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: proto: precision = 0.100 usec (-23) 2024-01-24T03:03:16.172 INFO:teuthology.orchestra.run.smithi162.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T03:03:16.172 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-24T03:03:16.173 INFO:teuthology.orchestra.run.smithi162.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: restrict ::: KOD does nothing without LIMITED. 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listen and drop on 0 v6wildcard [::]:123 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listen normally on 2 lo 127.0.0.1:123 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listen normally on 3 enp3s0f1 172.21.15.162:123 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listen normally on 4 lo [::1]:123 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f41%5]:123 2024-01-24T03:03:16.174 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:16 ntpd[12581]: Listening on routing socket on fd #22 for interface updates 2024-01-24T03:03:17.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:17 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:17.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:17 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:17.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:17.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:17 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:18.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:18 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:18.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:18 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:18.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:18 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:18.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:18 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:18.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:18 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:18.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:18 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:18.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:18 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:18.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:18 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:18.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:18 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:18.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:18 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:18.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:18 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:18.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:18 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:19.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:19.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:19.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:19.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:19.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:19.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:19.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:19.175 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:19.175 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:19.175 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:19.175 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:19.175 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:19 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:20.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:20.150 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:20 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:20.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:20.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:20 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:20.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:20.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:20 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:20.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:20 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:20.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:20 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:21.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:21 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:21.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:21 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:21.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:21 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:21.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:21 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:21.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:21 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:21.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:21 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:21.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:21.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:21.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:21.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:21.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:21 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:22.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:22 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:22.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:22 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:22.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:22 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:22.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:22 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:22.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:22 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:22.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:22 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:22.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:22 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:23.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:23 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:23.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:23 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:23.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:23 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:23.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:23 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:23.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:23 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:23.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:23 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:23.172 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:23.173 INFO:teuthology.orchestra.run.smithi162.stdout:24 Jan 03:03:23 ntpd[12581]: ntpd: time slew +0.000650 s 2024-01-24T03:03:23.174 INFO:teuthology.orchestra.run.smithi162.stdout:ntpd: time slew +0.000650s 2024-01-24T03:03:23.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-24T03:03:23.174 INFO:teuthology.orchestra.run.smithi162.stderr:24 Jan 03:03:23 ntpd[12581]: can't open /var/log/ntpstats/loopstats.20240124: Permission denied 2024-01-24T03:03:23.248 INFO:teuthology.orchestra.run.smithi162.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T03:03:23.248 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================== 2024-01-24T03:03:23.248 INFO:teuthology.orchestra.run.smithi162.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:23.248 INFO:teuthology.orchestra.run.smithi162.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:23.248 INFO:teuthology.orchestra.run.smithi162.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:23.248 INFO:teuthology.orchestra.run.smithi162.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:24.148 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: can't open /var/log/ntpstats/rawstats.20240124: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: can't open /var/log/ntpstats/peerstats.20240124: Permission denied 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stdout:24 Jan 03:03:24 ntpd[12590]: ntpd: time slew +0.005773 s 2024-01-24T03:03:24.149 INFO:teuthology.orchestra.run.smithi159.stdout:ntpd: time slew +0.005773s 2024-01-24T03:03:24.150 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-24T03:03:24.150 INFO:teuthology.orchestra.run.smithi159.stderr:24 Jan 03:03:24 ntpd[12590]: can't open /var/log/ntpstats/loopstats.20240124: Permission denied 2024-01-24T03:03:24.252 INFO:teuthology.orchestra.run.smithi159.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T03:03:24.253 INFO:teuthology.orchestra.run.smithi159.stdout:============================================================================== 2024-01-24T03:03:24.253 INFO:teuthology.orchestra.run.smithi159.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:24.253 INFO:teuthology.orchestra.run.smithi159.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:24.253 INFO:teuthology.orchestra.run.smithi159.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:24.253 INFO:teuthology.orchestra.run.smithi159.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-24T03:03:24.254 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-24T03:03:24.267 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-24T03:03:24.267 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:03:24.267 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:03:24.301 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-24T03:03:24.302 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_1 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 494 Links: 1 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:01:49.209882464 +0000 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:01:48.929939963 +0000 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:01:48.929939963 +0000 2024-01-24T03:03:24.350 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:03:24.351 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T03:03:24.405 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:03:24.405 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:03:24.405 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000426537 s, 1.2 MB/s 2024-01-24T03:03:24.406 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T03:03:24.456 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_2 2024-01-24T03:03:24.510 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T03:03:24.510 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:24.510 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 500 Links: 1 2024-01-24T03:03:24.510 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:24.510 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:01:49.693783699 +0000 2024-01-24T03:03:24.510 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:01:49.445834306 +0000 2024-01-24T03:03:24.511 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:01:49.445834306 +0000 2024-01-24T03:03:24.511 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:03:24.511 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T03:03:24.565 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:03:24.565 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:03:24.565 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000411675 s, 1.2 MB/s 2024-01-24T03:03:24.566 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T03:03:24.619 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_3 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 504 Links: 1 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:01:50.161689154 +0000 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:01:49.897742070 +0000 2024-01-24T03:03:24.670 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:01:49.897742070 +0000 2024-01-24T03:03:24.671 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:03:24.671 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T03:03:24.724 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:03:24.724 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:03:24.724 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000442583 s, 1.2 MB/s 2024-01-24T03:03:24.726 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T03:03:24.775 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/vg_nvme/lv_4 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 512 Links: 1 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:01:50.381645580 +0000 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:01:50.377646373 +0000 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:01:50.377646373 +0000 2024-01-24T03:03:24.826 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:03:24.827 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T03:03:24.879 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:03:24.880 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:03:24.880 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000391929 s, 1.3 MB/s 2024-01-24T03:03:24.881 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T03:03:24.931 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:25.057 INFO:teuthology.orchestra.run.smithi159.stdout:loop 2024-01-24T03:03:25.058 INFO:tasks.nvme_loop:Connecting nvme_loop smithi159:/dev/vg_nvme/lv_1... 2024-01-24T03:03:25.059 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:25.080 INFO:teuthology.orchestra.run.smithi159.stdout:1 2024-01-24T03:03:25.101 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/vg_nvme/lv_11 2024-01-24T03:03:25.124 INFO:tasks.nvme_loop:Connecting nvme_loop smithi159:/dev/vg_nvme/lv_2... 2024-01-24T03:03:25.124 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:25.189 INFO:teuthology.orchestra.run.smithi159.stdout:1 2024-01-24T03:03:25.217 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/vg_nvme/lv_21 2024-01-24T03:03:25.242 INFO:tasks.nvme_loop:Connecting nvme_loop smithi159:/dev/vg_nvme/lv_3... 2024-01-24T03:03:25.242 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:25.310 INFO:teuthology.orchestra.run.smithi159.stdout:1 2024-01-24T03:03:25.338 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/vg_nvme/lv_31 2024-01-24T03:03:25.362 INFO:tasks.nvme_loop:Connecting nvme_loop smithi159:/dev/vg_nvme/lv_4... 2024-01-24T03:03:25.362 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:25.437 INFO:teuthology.orchestra.run.smithi159.stdout:1 2024-01-24T03:03:25.463 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/vg_nvme/lv_41 2024-01-24T03:03:25.487 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:03:25.488 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:03:25.537 DEBUG:teuthology.orchestra.run.smithi159:> sudo nvme list 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/nvme0n1 CVFT623300GH400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/nvme1n1 68730a3a3e2714919438 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/nvme2n1 450dd7161278a8fc8136 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/nvme3n1 40e7a7fb287b71eae5f5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:25.594 INFO:teuthology.orchestra.run.smithi159.stdout:/dev/nvme4n1 d343a6007b4ef6eeeaa5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:25.595 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:03:25.595 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:03:25.595 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/scratch_devs 2024-01-24T03:03:25.652 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:03:25.653 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:03:25.660 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-24T03:03:25.660 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_1 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 496 Links: 1 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:01:49.162401974 +0000 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:01:48.902407967 +0000 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:01:48.902407967 +0000 2024-01-24T03:03:25.712 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:03:25.713 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-24T03:03:25.768 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:03:25.769 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:03:25.769 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000451738 s, 1.1 MB/s 2024-01-24T03:03:25.770 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-24T03:03:25.820 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_2 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:01:49.634391094 +0000 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:01:49.378396995 +0000 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:01:49.378396995 +0000 2024-01-24T03:03:25.871 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:03:25.872 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-24T03:03:25.928 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:03:25.928 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:03:25.928 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000436039 s, 1.2 MB/s 2024-01-24T03:03:25.928 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-24T03:03:25.980 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_3 2024-01-24T03:03:26.030 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:01:49.862385838 +0000 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:01:49.858385930 +0000 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:01:49.858385930 +0000 2024-01-24T03:03:26.031 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:03:26.031 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-24T03:03:26.086 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:03:26.086 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:03:26.086 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000398851 s, 1.3 MB/s 2024-01-24T03:03:26.087 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-24T03:03:26.140 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/vg_nvme/lv_4 2024-01-24T03:03:26.190 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 513 Links: 1 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:01:50.582369242 +0000 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:01:50.330375052 +0000 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:01:50.330375052 +0000 2024-01-24T03:03:26.191 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:03:26.191 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-24T03:03:26.246 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:03:26.246 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:03:26.246 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000396458 s, 1.3 MB/s 2024-01-24T03:03:26.247 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-24T03:03:26.300 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:26.439 INFO:teuthology.orchestra.run.smithi162.stdout:loop 2024-01-24T03:03:26.440 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2024-01-24T03:03:26.440 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:26.462 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-24T03:03:26.483 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_11 2024-01-24T03:03:26.507 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2024-01-24T03:03:26.507 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:26.577 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-24T03:03:26.598 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_21 2024-01-24T03:03:26.620 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2024-01-24T03:03:26.621 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:26.687 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-24T03:03:26.712 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_31 2024-01-24T03:03:26.734 INFO:tasks.nvme_loop:Connecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2024-01-24T03:03:26.734 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:26.797 INFO:teuthology.orchestra.run.smithi162.stdout:1 2024-01-24T03:03:26.826 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/vg_nvme/lv_41 2024-01-24T03:03:26.852 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:03:26.852 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:03:26.903 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme list 2024-01-24T03:03:26.957 INFO:teuthology.orchestra.run.smithi162.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-24T03:03:26.957 INFO:teuthology.orchestra.run.smithi162.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-24T03:03:26.958 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme0n1 CVFT623300JU400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-24T03:03:26.958 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme1n1 cccfeacbeec51c220546 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:26.958 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme2n1 8242a4a71571be4d8227 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:26.958 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme3n1 0aac9b0e44745dfb0855 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:26.958 INFO:teuthology.orchestra.run.smithi162.stdout:/dev/nvme4n1 0ff8fb9b7a6e0fc6d89d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-24T03:03:26.959 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:03:26.959 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:03:26.959 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2024-01-24T03:03:27.015 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-24T03:03:27.092 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-24T03:03:27.092 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T03:03:27.093 INFO:tasks.cephadm:Cluster fsid is 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:03:27.093 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-24T03:03:27.093 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-24T03:03:27.093 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi159': '172.21.15.159', 'mon.smithi162': '172.21.15.162'} 2024-01-24T03:03:27.093 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-24T03:03:27.093 DEBUG:teuthology.orchestra.run.smithi159:> sudo hostname $(hostname -s) 2024-01-24T03:03:27.110 DEBUG:teuthology.orchestra.run.smithi162:> sudo hostname $(hostname -s) 2024-01-24T03:03:27.127 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a70aebef70df6ec2d957347ccbfc484e0573dd5f)... 2024-01-24T03:03:27.128 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:03:27.361 INFO:teuthology.orchestra.run.smithi159.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 24 03:03 /home/ubuntu/cephtest/cephadm 2024-01-24T03:03:27.361 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:03:27.588 INFO:teuthology.orchestra.run.smithi162.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 24 03:03 /home/ubuntu/cephtest/cephadm 2024-01-24T03:03:27.588 DEBUG:teuthology.orchestra.run.smithi159:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T03:03:27.598 DEBUG:teuthology.orchestra.run.smithi162:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-24T03:03:27.615 DEBUG:teuthology.orchestra.run.smithi159:> sudo mkdir -p /etc/ceph 2024-01-24T03:03:27.657 DEBUG:teuthology.orchestra.run.smithi162:> sudo mkdir -p /etc/ceph 2024-01-24T03:03:27.672 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 777 /etc/ceph 2024-01-24T03:03:27.713 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 777 /etc/ceph 2024-01-24T03:03:27.731 INFO:tasks.cephadm:Writing seed config... 2024-01-24T03:03:27.732 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-24T03:03:27.733 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-24T03:03:27.734 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:03:27.734 DEBUG:teuthology.orchestra.run.smithi159:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-24T03:03:27.760 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 = 2509d94c-ba65-11ee-95b1-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-24T03:03:27.761 DEBUG:teuthology.orchestra.run.smithi159:mon.smithi159> sudo journalctl -f -n 0 -u ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service 2024-01-24T03:03:27.803 INFO:tasks.cephadm:Bootstrapping... 2024-01-24T03:03:27.803 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f -v bootstrap --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.159 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:03:28.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-24T03:03:28.163 INFO:teuthology.orchestra.run.smithi159.stderr:-------------------------------------------------------------------------------- 2024-01-24T03:03:28.163 INFO:teuthology.orchestra.run.smithi159.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f', '-v', 'bootstrap', '--fsid', '2509d94c-ba65-11ee-95b1-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.159', '--skip-admin-label'] 2024-01-24T03:03:28.163 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying podman|docker is present... 2024-01-24T03:03:28.163 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying lvm2 is present... 2024-01-24T03:03:28.163 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying time synchronization is in place... 2024-01-24T03:03:28.171 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T03:03:28.179 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.184 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-24T03:03:28.193 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.199 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: masked 2024-01-24T03:03:28.205 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.211 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-24T03:03:28.217 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.223 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: enabled 2024-01-24T03:03:28.229 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: active 2024-01-24T03:03:28.230 INFO:teuthology.orchestra.run.smithi159.stderr:Unit ntp.service is enabled and running 2024-01-24T03:03:28.230 INFO:teuthology.orchestra.run.smithi159.stderr:Repeating the final host check... 2024-01-24T03:03:28.230 INFO:teuthology.orchestra.run.smithi159.stderr:docker (/usr/bin/docker) is present 2024-01-24T03:03:28.230 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl is present 2024-01-24T03:03:28.230 INFO:teuthology.orchestra.run.smithi159.stderr:lvcreate is present 2024-01-24T03:03:28.237 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-24T03:03:28.244 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.251 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-24T03:03:28.259 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.266 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: masked 2024-01-24T03:03:28.272 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.280 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-24T03:03:28.286 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: inactive 2024-01-24T03:03:28.293 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: enabled 2024-01-24T03:03:28.300 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: active 2024-01-24T03:03:28.301 INFO:teuthology.orchestra.run.smithi159.stderr:Unit ntp.service is enabled and running 2024-01-24T03:03:28.301 INFO:teuthology.orchestra.run.smithi159.stderr:Host looks OK 2024-01-24T03:03:28.301 INFO:teuthology.orchestra.run.smithi159.stderr:Cluster fsid: 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:03:28.301 INFO:teuthology.orchestra.run.smithi159.stderr:Acquiring lock 140706010945952 on /run/cephadm/2509d94c-ba65-11ee-95b1-87774f69a715.lock 2024-01-24T03:03:28.301 INFO:teuthology.orchestra.run.smithi159.stderr:Lock 140706010945952 acquired on /run/cephadm/2509d94c-ba65-11ee-95b1-87774f69a715.lock 2024-01-24T03:03:28.302 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying IP 172.21.15.159 port 3300 ... 2024-01-24T03:03:28.302 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying IP 172.21.15.159 port 6789 ... 2024-01-24T03:03:28.302 INFO:teuthology.orchestra.run.smithi159.stderr:Base mon IP(s) is [172.21.15.159:3300, 172.21.15.159:6789], mon addrv is [v2:172.21.15.159:3300,v1:172.21.15.159:6789] 2024-01-24T03:03:28.306 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-24T03:03:28.306 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.159 metric 100 2024-01-24T03:03:28.307 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-24T03:03:28.307 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.159 2024-01-24T03:03:28.307 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.159 metric 100 2024-01-24T03:03:28.310 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-24T03:03:28.311 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-24T03:03:28.311 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2024-01-24T03:03:28.315 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-24T03:03:28.315 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-24T03:03:28.315 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T03:03:28.315 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-24T03:03:28.315 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe88:724f/64 scope link 2024-01-24T03:03:28.315 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-24T03:03:28.316 INFO:teuthology.orchestra.run.smithi159.stderr:Mon IP `172.21.15.159` is in CIDR network `172.21.0.0/20` 2024-01-24T03:03:28.317 INFO:teuthology.orchestra.run.smithi159.stderr:Mon IP `172.21.15.159` is in CIDR network `172.21.0.0/20` 2024-01-24T03:03:28.317 INFO:teuthology.orchestra.run.smithi159.stderr:Mon IP `172.21.15.159` is in CIDR network `172.21.15.254/32` 2024-01-24T03:03:28.317 INFO:teuthology.orchestra.run.smithi159.stderr:Mon IP `172.21.15.159` is in CIDR network `172.21.15.254/32` 2024-01-24T03:03:28.317 INFO:teuthology.orchestra.run.smithi159.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-01-24T03:03:28.317 INFO:teuthology.orchestra.run.smithi159.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-24T03:03:28.318 INFO:teuthology.orchestra.run.smithi159.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f... 2024-01-24T03:03:28.696 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: a70aebef70df6ec2d957347ccbfc484e0573dd5f: Pulling from ceph-ci/ceph 2024-01-24T03:03:28.699 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: 6c507150f7e9: Pulling fs layer 2024-01-24T03:03:28.699 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: bc4c4b5b825b: Pulling fs layer 2024-01-24T03:03:35.455 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: 6c507150f7e9: Verifying Checksum 2024-01-24T03:03:35.456 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: 6c507150f7e9: Download complete 2024-01-24T03:03:39.314 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: 6c507150f7e9: Pull complete 2024-01-24T03:03:50.168 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: bc4c4b5b825b: Verifying Checksum 2024-01-24T03:03:50.169 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: bc4c4b5b825b: Download complete 2024-01-24T03:04:02.279 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: bc4c4b5b825b: Pull complete 2024-01-24T03:04:02.415 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: Digest: sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e 2024-01-24T03:04:02.463 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T03:04:02.498 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-24T03:04:13.016 INFO:teuthology.orchestra.run.smithi159.stderr:ceph: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T03:04:13.666 INFO:teuthology.orchestra.run.smithi159.stderr:Ceph version: ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable) 2024-01-24T03:04:13.666 INFO:teuthology.orchestra.run.smithi159.stderr:Extracting ceph user uid/gid from container image... 2024-01-24T03:04:14.483 INFO:teuthology.orchestra.run.smithi159.stderr:stat: 167 167 2024-01-24T03:04:15.086 INFO:teuthology.orchestra.run.smithi159.stderr:Creating initial keys... 2024-01-24T03:04:15.938 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-authtool: AQAvfrBlLz7tNxAATZE+ePXz37S98g0+rQWvHg== 2024-01-24T03:04:17.378 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-authtool: AQAxfrBlFj+NFhAACwebJ31O21u/YuuERuP6hw== 2024-01-24T03:04:18.823 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-authtool: AQAyfrBl8bcZMRAAN84GVFVQ4ZCPeNAgOeZoXA== 2024-01-24T03:04:19.434 INFO:teuthology.orchestra.run.smithi159.stderr:Creating initial monmap... 2024-01-24T03:04:20.274 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T03:04:20.274 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:20.274 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T03:04:20.929 INFO:teuthology.orchestra.run.smithi159.stderr:monmaptool for smithi159 [v2:172.21.15.159:3300,v1:172.21.15.159:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-24T03:04:20.929 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: set fsid to 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:20.929 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-24T03:04:20.929 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:04:20.929 INFO:teuthology.orchestra.run.smithi159.stderr:Creating mon... 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.761+0000 7fc48f46f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.761+0000 7fc48f46f880 1 imported monmap: 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: fsid 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: last_changed 2024-01-24T03:04:20.273520+0000 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: created 2024-01-24T03:04:20.273520+0000 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] mon.smithi159 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.761+0000 7fc48f46f880 0 /usr/bin/ceph-mon: set fsid to 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:21.767 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T03:04:21.768 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T03:04:21.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T03:04:21.794 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: DB SUMMARY 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi159/store.db dir, Total Num: 0, files: 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi159/store.db: 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.create_if_missing: 1 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.env: 0x55aa9a7c3080 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.fs: Posix File System 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.info_log: 0x55aa9b5fb380 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.statistics: (nil) 2024-01-24T03:04:21.795 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.use_fsync: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.db_log_dir: 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi159/store.db 2024-01-24T03:04:21.796 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.write_buffer_manager: 0x55aa9b601980 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T03:04:21.797 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.unordered_write: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.row_cache: None 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.wal_filter: None 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T03:04:21.798 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T03:04:21.799 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_open_files: -1 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Compression algorithms supported: 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kZSTD supported: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T03:04:21.800 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi159/store.db/MANIFEST-000001 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.801 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.merge_operator: 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_filter: None 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa9b50fd30) 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-24T03:04:21.802 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_cache: 0x55aa9b546d10 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-24T03:04:21.803 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression: NoCompression 2024-01-24T03:04:21.804 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.num_levels: 7 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T03:04:21.805 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T03:04:21.806 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T03:04:21.807 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T03:04:21.808 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.ttl: 2592000 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.765+0000 7fc48f46f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc48f46f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi159/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-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc48f46f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc48f46f880 4 rocksdb: DB pointer 0x55aa9b60f800 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc4782e5700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc4782e5700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T03:04:21.809 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.810 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.811 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:04:21.812 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.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-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: 2024-01-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc48f46f880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc48f46f880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-24T03:04:21.813 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph-mon: debug 2024-01-24T03:04:21.769+0000 7fc48f46f880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi159 for mon.smithi159 2024-01-24T03:04:22.353 INFO:teuthology.orchestra.run.smithi159.stderr:create mon.smithi159 on 2024-01-24T03:04:22.586 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-24T03:04:22.791 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-2509d94c-ba65-11ee-95b1-87774f69a715.target -> /etc/systemd/system/ceph-2509d94c-ba65-11ee-95b1-87774f69a715.target. 2024-01-24T03:04:22.791 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-2509d94c-ba65-11ee-95b1-87774f69a715.target -> /etc/systemd/system/ceph-2509d94c-ba65-11ee-95b1-87774f69a715.target. 2024-01-24T03:04:23.226 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to reset failed state of unit ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service: Unit ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service not loaded. 2024-01-24T03:04:23.234 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/ceph-2509d94c-ba65-11ee-95b1-87774f69a715.target.wants/ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service -> /etc/systemd/system/ceph-2509d94c-ba65-11ee-95b1-87774f69a715@.service. 2024-01-24T03:04:23.450 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld does not appear to be present 2024-01-24T03:04:23.450 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T03:04:23.450 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mon to start... 2024-01-24T03:04:23.450 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mon... 2024-01-24T03:04:24.924 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: cluster: 2024-01-24T03:04:24.925 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: id: 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: services: 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi159 (age 0.1673s) 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: data: 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: pgs: 2024-01-24T03:04:24.927 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:24.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:24 smithi159 bash[13554]: cluster 2024-01-24T03:04:24.747546+0000 mon.smithi159 (mon.0) 1 : cluster [INF] mon.smithi159 is new leader, mons smithi159 in quorum (ranks 0) 2024-01-24T03:04:25.658 INFO:teuthology.orchestra.run.smithi159.stderr:mon is available 2024-01-24T03:04:25.658 INFO:teuthology.orchestra.run.smithi159.stderr:Assimilating anything we can from ceph.conf... 2024-01-24T03:04:26.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:25 smithi159 bash[13554]: cluster 2024-01-24T03:04:24.756649+0000 mon.smithi159 (mon.0) 2 : cluster [INF] mon.smithi159 is new leader, mons smithi159 in quorum (ranks 0) 2024-01-24T03:04:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:25 smithi159 bash[13554]: cluster 2024-01-24T03:04:24.756894+0000 mon.smithi159 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0]} removed_ranks: {} 2024-01-24T03:04:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:25 smithi159 bash[13554]: cluster 2024-01-24T03:04:24.760608+0000 mon.smithi159 (mon.0) 4 : cluster [DBG] fsmap 2024-01-24T03:04:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:25 smithi159 bash[13554]: cluster 2024-01-24T03:04:24.763934+0000 mon.smithi159 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T03:04:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:25 smithi159 bash[13554]: cluster 2024-01-24T03:04:24.764453+0000 mon.smithi159 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T03:04:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:25 smithi159 bash[13554]: audit 2024-01-24T03:04:24.923869+0000 mon.smithi159 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.159:0/2393564265' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-24T03:04:26.743 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:26.743 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [global] 2024-01-24T03:04:26.743 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: fsid = 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:26.743 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.159:3300,v1:172.21.15.159:6789] 2024-01-24T03:04:26.743 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [mgr] 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [osd] 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T03:04:26.745 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T03:04:27.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:26 smithi159 bash[13554]: audit 2024-01-24T03:04:26.736487+0000 mon.smithi159 (mon.0) 8 : audit [INF] from='client.? 172.21.15.159:0/3363627979' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T03:04:27.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:26 smithi159 bash[13554]: audit 2024-01-24T03:04:26.741948+0000 mon.smithi159 (mon.0) 9 : audit [INF] from='client.? 172.21.15.159:0/3363627979' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-24T03:04:27.395 INFO:teuthology.orchestra.run.smithi159.stderr:Generating new minimal ceph.conf... 2024-01-24T03:04:28.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:28 smithi159 bash[13554]: audit 2024-01-24T03:04:28.479891+0000 mon.smithi159 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.159:0/2216833825' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:04:29.117 INFO:teuthology.orchestra.run.smithi159.stderr:Restarting the monitor... 2024-01-24T03:04:29.430 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:29 smithi159 systemd[1]: Stopping Ceph mon.smithi159 for 2509d94c-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:04:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:29 smithi159 bash[13940]: Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon.smithi159 2024-01-24T03:04:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:29 smithi159 bash[13554]: debug 2024-01-24T03:04:29.317+0000 7fa4d11be700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi159 -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-24T03:04:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:29 smithi159 bash[13554]: debug 2024-01-24T03:04:29.317+0000 7fa4d11be700 -1 mon.smithi159@0(leader) e1 *** Got Signal Terminated *** 2024-01-24T03:04:30.113 INFO:teuthology.orchestra.run.smithi159.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2024-01-24T03:04:30.171 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:29 smithi159 bash[13977]: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon-smithi159 2024-01-24T03:04:30.171 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:30 smithi159 bash[14043]: Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon-smithi159 2024-01-24T03:04:30.171 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:30 smithi159 systemd[1]: ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service: Succeeded. 2024-01-24T03:04:30.171 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:30 smithi159 systemd[1]: Stopped Ceph mon.smithi159 for 2509d94c-ba65-11ee-95b1-87774f69a715. 2024-01-24T03:04:30.171 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:30 smithi159 systemd[1]: Started Ceph mon.smithi159 for 2509d94c-ba65-11ee-95b1-87774f69a715. 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.293+0000 7fa0ac4b6880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.293+0000 7fa0ac4b6880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.293+0000 7fa0ac4b6880 0 pidfile_write: ignore empty --pid-file 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 0 load: jerasure load: lrc load: isa 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: RocksDB version: 6.8.1 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Compile date Jan 11 2024 2024-01-24T03:04:31.579 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: DB SUMMARY 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: CURRENT file: CURRENT 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi159/store.db dir, Total Num: 1, files: 000004.sst 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi159/store.db: 000006.log size: 86565 ; 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.error_if_exists: 0 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.create_if_missing: 0 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.paranoid_checks: 1 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.env: 0x5586625c3080 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.fs: Posix File System 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.info_log: 0x558663862520 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-24T03:04:31.580 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.statistics: (nil) 2024-01-24T03:04:31.581 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.use_fsync: 0 2024-01-24T03:04:31.581 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_log_file_size: 0 2024-01-24T03:04:31.581 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-24T03:04:31.581 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-24T03:04:31.581 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-24T03:04:31.581 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.allow_fallocate: 1 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.use_direct_reads: 0 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.db_log_dir: 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi159/store.db 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_subcompactions: 1 2024-01-24T03:04:31.582 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_background_flushes: -1 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.write_buffer_manager: 0x558664556420 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-24T03:04:31.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.unordered_write: 0 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.row_cache: None 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.wal_filter: None 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-24T03:04:31.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.preserve_deletes: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.two_write_queues: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.atomic_flush: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.log_readahead_size: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_background_jobs: 2 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_background_compactions: -1 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-24T03:04:31.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_open_files: -1 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Compression algorithms supported: 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-24T03:04:31.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kZSTD supported: 0 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kXpressCompression supported: 0 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kLZ4Compression supported: 1 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kBZip2Compression supported: 0 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kZlibCompression supported: 1 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: kSnappyCompression supported: 1 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi159/store.db/MANIFEST-000005 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.merge_operator: 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_filter: None 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-24T03:04:31.587 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558663805d28) 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cache_index_and_filter_blocks: 1 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: pin_top_level_index_and_filter: 1 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: index_type: 0 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: data_block_index_type: 0 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: index_shortening: 1 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: data_block_hash_table_util_ratio: 0.750000 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: hash_index_allow_collision: 1 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: checksum: 1 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: no_block_cache: 0 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_cache: 0x55866383cf10 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_cache_name: BinnedLRUCache 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_cache_options: 2024-01-24T03:04:31.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: capacity : 536870912 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: num_shard_bits : 4 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: strict_capacity_limit : 0 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: high_pri_pool_ratio: 0.000 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_cache_compressed: (nil) 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: persistent_cache: (nil) 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_size: 4096 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_size_deviation: 10 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_restart_interval: 16 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: index_block_restart_interval: 1 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: metadata_block_size: 4096 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: partition_filters: 0 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: use_delta_encoding: 1 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: whole_key_filtering: 1 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: verify_compression: 0 2024-01-24T03:04:31.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: read_amp_bytes_per_bit: 0 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: format_version: 2 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: enable_index_compression: 1 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: block_align: 0 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression: NoCompression 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.num_levels: 7 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-24T03:04:31.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-24T03:04:31.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-24T03:04:31.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-24T03:04:31.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-24T03:04:31.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-24T03:04:31.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-24T03:04:31.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-24T03:04:31.593 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.table_properties_collectors: 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.inplace_update_support: 0 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-24T03:04:31.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.bloom_locality: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.max_successive_merges: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.ttl: 2592000 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.297+0000 7fa0ac4b6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi159/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-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706065471302773, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 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-24T03:04:31.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706065471304141, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83438, "table_properties": {"data_size": 81705, "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": 76217, "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": 1706065471, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706065471304675, "job": 1, "event": "recovery_finished"} 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0ac4b6880 4 rocksdb: DB pointer 0x558663905800 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0932ab700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.301+0000 7fa0932ab700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** DB Stats ** 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** Compaction Stats [default] ** 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** Compaction Stats [default] ** 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.597 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Cumulative compaction: 0.00 GB write, 18.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Interval compaction: 0.00 GB write, 18.30 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** Compaction Stats [default] ** 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.598 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** Compaction Stats [default] ** 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 89.8 0.00 0.00 1 0.001 0 0 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(Total Files): cumulative 0, interval 0 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: AddFile(Keys): cumulative 0, interval 0 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: Cumulative compaction: 0.00 GB write, 18.06 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.599 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: ** File Read Latency Histogram By Level [default] ** 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 starting mon.smithi159 rank 0 at public addrs [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] at bind addrs [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi159 fsid 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 1 mon.smithi159@-1(???) e1 preinit fsid 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 mon.smithi159@-1(???).mds e1 new map 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 mon.smithi159@-1(???).mds e1 print_map 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: e1 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 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-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: legacy client fscid: -1 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: No filesystems configured 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 mon.smithi159@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 mon.smithi159@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 mon.smithi159@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T03:04:31.600 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 0 mon.smithi159@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: audit 2024-01-24T03:04:28.479891+0000 mon.smithi159 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.159:0/2216833825' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: debug 2024-01-24T03:04:31.305+0000 7fa0ac4b6880 1 mon.smithi159@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cluster 2024-01-24T03:04:31.314541+0000 mon.smithi159 (mon.0) 1 : cluster [INF] mon.smithi159 is new leader, mons smithi159 in quorum (ranks 0) 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cluster 2024-01-24T03:04:31.314620+0000 mon.smithi159 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0]} removed_ranks: {} 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cluster 2024-01-24T03:04:31.315071+0000 mon.smithi159 (mon.0) 3 : cluster [DBG] fsmap 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cluster 2024-01-24T03:04:31.315102+0000 mon.smithi159 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-24T03:04:31.601 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:31 smithi159 bash[14083]: cluster 2024-01-24T03:04:31.315460+0000 mon.smithi159 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-24T03:04:32.267 INFO:teuthology.orchestra.run.smithi159.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-24T03:04:32.267 INFO:teuthology.orchestra.run.smithi159.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:04:32.267 INFO:teuthology.orchestra.run.smithi159.stderr:Creating mgr... 2024-01-24T03:04:32.267 INFO:teuthology.orchestra.run.smithi159.stderr:Verifying port 9283 ... 2024-01-24T03:04:32.505 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Failed to reset failed state of unit ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mgr.smithi159.sbyejd.service: Unit ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mgr.smithi159.sbyejd.service not loaded. 2024-01-24T03:04:32.514 INFO:teuthology.orchestra.run.smithi159.stderr:systemctl: Created symlink /etc/systemd/system/ceph-2509d94c-ba65-11ee-95b1-87774f69a715.target.wants/ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mgr.smithi159.sbyejd.service -> /etc/systemd/system/ceph-2509d94c-ba65-11ee-95b1-87774f69a715@.service. 2024-01-24T03:04:32.724 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld does not appear to be present 2024-01-24T03:04:32.724 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to enable service . firewalld.service is not available 2024-01-24T03:04:32.724 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld does not appear to be present 2024-01-24T03:04:32.724 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-24T03:04:32.724 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr to start... 2024-01-24T03:04:32.724 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr... 2024-01-24T03:04:32.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:32 smithi159 bash[14083]: audit 2024-01-24T03:04:31.546831+0000 mon.smithi159 (mon.0) 6 : audit [INF] from='client.? 172.21.15.159:0/2984597235' entity='client.admin' 2024-01-24T03:04:34.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:34.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:04:34.394 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "2509d94c-ba65-11ee-95b1-87774f69a715", 2024-01-24T03:04:34.394 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-24T03:04:34.394 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T03:04:34.394 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T03:04:34.394 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T03:04:34.394 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 3, 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.395 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T03:04:34.396 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:34.397 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": false, 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T03:04:34.398 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:34.399 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-24T03:04:24.758683+0000", 2024-01-24T03:04:34.399 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:04:34.399 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:34.399 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T03:04:34.399 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:04:34.464 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:34 smithi159 bash[14083]: audit 2024-01-24T03:04:34.386162+0000 mon.smithi159 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.159:0/2096888579' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T03:04:35.098 INFO:teuthology.orchestra.run.smithi159.stderr:mgr not available, waiting (1/15)... 2024-01-24T03:04:38.384 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:38.384 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:04:38.384 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "2509d94c-ba65-11ee-95b1-87774f69a715", 2024-01-24T03:04:38.384 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-24T03:04:38.384 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T03:04:38.384 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 7, 2024-01-24T03:04:38.385 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T03:04:38.386 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T03:04:38.387 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T03:04:38.388 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T03:04:38.388 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T03:04:38.388 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T03:04:38.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": false, 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-24T03:04:24.758683+0000", 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:04:38.390 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:38.391 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T03:04:38.391 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:04:38.584 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:38 smithi159 bash[14083]: audit 2024-01-24T03:04:38.376723+0000 mon.smithi159 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.159:0/1204850617' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T03:04:39.054 INFO:teuthology.orchestra.run.smithi159.stderr:mgr not available, waiting (2/15)... 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: cluster 2024-01-24T03:04:40.616744+0000 mon.smithi159 (mon.0) 9 : cluster [INF] Activating manager daemon smithi159.sbyejd 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: cluster 2024-01-24T03:04:40.622355+0000 mon.smithi159 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi159.sbyejd(active, starting, since 0.00580306s) 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: audit 2024-01-24T03:04:40.624287+0000 mon.smithi159 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: audit 2024-01-24T03:04:40.624625+0000 mon.smithi159 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: audit 2024-01-24T03:04:40.624946+0000 mon.smithi159 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: audit 2024-01-24T03:04:40.625237+0000 mon.smithi159 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: audit 2024-01-24T03:04:40.625794+0000 mon.smithi159 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr metadata", "who": "smithi159.sbyejd", "id": "smithi159.sbyejd"}]: dispatch 2024-01-24T03:04:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:40 smithi159 bash[14083]: cluster 2024-01-24T03:04:40.650421+0000 mon.smithi159 (mon.0) 16 : cluster [INF] Manager daemon smithi159.sbyejd is now available 2024-01-24T03:04:41.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:41 smithi159 bash[14083]: audit 2024-01-24T03:04:40.670933+0000 mon.smithi159 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' 2024-01-24T03:04:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:41 smithi159 bash[14083]: audit 2024-01-24T03:04:40.680998+0000 mon.smithi159 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:04:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:41 smithi159 bash[14083]: audit 2024-01-24T03:04:40.685987+0000 mon.smithi159 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/trash_purge_schedule"}]: dispatch 2024-01-24T03:04:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:41 smithi159 bash[14083]: audit 2024-01-24T03:04:40.688724+0000 mon.smithi159 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' 2024-01-24T03:04:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:41 smithi159 bash[14083]: audit 2024-01-24T03:04:40.691190+0000 mon.smithi159 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.159:0/1335851234' entity='mgr.smithi159.sbyejd' 2024-01-24T03:04:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:41 smithi159 bash[14083]: cluster 2024-01-24T03:04:41.624670+0000 mon.smithi159 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi159.sbyejd(active, since 1.00813s) 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsid": "2509d94c-ba65-11ee-95b1-87774f69a715", 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "health": { 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "checks": {}, 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mutes": [] 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.542 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-24T03:04:42.543 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum": [ 2024-01-24T03:04:42.543 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 0 2024-01-24T03:04:42.544 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:42.544 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "smithi159" 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "monmap": { 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osdmap": { 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-24T03:04:42.545 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-24T03:04:42.546 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-24T03:04:42.549 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-24T03:04:42.549 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-24T03:04:42.549 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.549 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgmap": { 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "fsmap": { 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.550 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": true, 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modules": [ 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "iostat", 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "nfs", 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "restful" 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ], 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "servicemap": { 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "modified": "2024-01-24T03:04:24.758683+0000", 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "services": {} 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: }, 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-24T03:04:42.551 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:04:42.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:42 smithi159 bash[14083]: audit 2024-01-24T03:04:42.540624+0000 mon.smithi159 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.159:0/1662571957' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-24T03:04:43.208 INFO:teuthology.orchestra.run.smithi159.stderr:mgr is available 2024-01-24T03:04:43.945 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:43 smithi159 bash[14083]: cluster 2024-01-24T03:04:42.679866+0000 mon.smithi159 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi159.sbyejd(active, since 2s) 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [global] 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: fsid = 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [mgr] 2024-01-24T03:04:44.475 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-24T03:04:44.476 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 2024-01-24T03:04:44.476 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: [osd] 2024-01-24T03:04:44.476 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-24T03:04:44.476 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-24T03:04:44.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:44 smithi159 bash[14083]: audit 2024-01-24T03:04:44.472532+0000 mon.smithi159 (mon.0) 25 : audit [INF] from='client.? 172.21.15.159:0/3495055707' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-24T03:04:45.149 INFO:teuthology.orchestra.run.smithi159.stderr:Enabling cephadm module... 2024-01-24T03:04:47.642 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:47 smithi159 bash[14083]: audit 2024-01-24T03:04:46.548086+0000 mon.smithi159 (mon.0) 26 : audit [INF] from='client.? 172.21.15.159:0/712648235' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-24T03:04:48.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:48 smithi159 bash[14083]: audit 2024-01-24T03:04:47.326411+0000 mon.smithi159 (mon.0) 27 : audit [INF] from='client.? 172.21.15.159:0/712648235' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-24T03:04:48.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:48 smithi159 bash[14083]: cluster 2024-01-24T03:04:47.326494+0000 mon.smithi159 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi159.sbyejd(active, since 6s) 2024-01-24T03:04:49.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:04:49.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-24T03:04:49.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": true, 2024-01-24T03:04:49.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "active_name": "smithi159.sbyejd", 2024-01-24T03:04:49.492 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T03:04:49.493 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:04:49.700 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:49 smithi159 bash[14083]: audit 2024-01-24T03:04:49.491511+0000 mon.smithi159 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.159:0/2703911386' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T03:04:50.125 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for the mgr to restart... 2024-01-24T03:04:50.125 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr epoch 5... 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: cluster 2024-01-24T03:04:53.957050+0000 mon.smithi159 (mon.0) 30 : cluster [INF] Active manager daemon smithi159.sbyejd restarted 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: cluster 2024-01-24T03:04:53.957484+0000 mon.smithi159 (mon.0) 31 : cluster [INF] Activating manager daemon smithi159.sbyejd 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: cluster 2024-01-24T03:04:53.962248+0000 mon.smithi159 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: cluster 2024-01-24T03:04:53.962484+0000 mon.smithi159 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi159.sbyejd(active, starting, since 0.00516754s) 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: audit 2024-01-24T03:04:53.964900+0000 mon.smithi159 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: audit 2024-01-24T03:04:53.966072+0000 mon.smithi159 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr metadata", "who": "smithi159.sbyejd", "id": "smithi159.sbyejd"}]: dispatch 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: audit 2024-01-24T03:04:53.967020+0000 mon.smithi159 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: audit 2024-01-24T03:04:53.967338+0000 mon.smithi159 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:04:54.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: audit 2024-01-24T03:04:53.967627+0000 mon.smithi159 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:04:54.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:54 smithi159 bash[14083]: cluster 2024-01-24T03:04:53.990643+0000 mon.smithi159 (mon.0) 39 : cluster [INF] Manager daemon smithi159.sbyejd is now available 2024-01-24T03:04:54.981 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:04:54.981 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-24T03:04:54.981 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T03:04:54.982 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: cephadm 2024-01-24T03:04:54.007447+0000 mgr.smithi159.sbyejd (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.012884+0000 mon.smithi159 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.136785+0000 mon.smithi159 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.139117+0000 mon.smithi159 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.143638+0000 mon.smithi159 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.152319+0000 mon.smithi159 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.167794+0000 mon.smithi159 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: audit 2024-01-24T03:04:54.173183+0000 mon.smithi159 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/trash_purge_schedule"}]: dispatch 2024-01-24T03:04:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:55 smithi159 bash[14083]: cluster 2024-01-24T03:04:54.968755+0000 mon.smithi159 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi159.sbyejd(active, since 1.01144s) 2024-01-24T03:04:55.722 INFO:teuthology.orchestra.run.smithi159.stderr:mgr epoch 5 is available 2024-01-24T03:04:55.723 INFO:teuthology.orchestra.run.smithi159.stderr:Setting orchestrator backend to cephadm... 2024-01-24T03:04:56.417 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:56 smithi159 bash[14083]: audit 2024-01-24T03:04:54.967474+0000 mgr.smithi159.sbyejd (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T03:04:56.418 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:56 smithi159 bash[14083]: audit 2024-01-24T03:04:54.980761+0000 mgr.smithi159.sbyejd (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T03:04:57.281 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:57 smithi159 bash[14083]: cluster 2024-01-24T03:04:56.022987+0000 mon.smithi159 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi159.sbyejd(active, since 2s) 2024-01-24T03:04:58.409 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:58 smithi159 bash[14083]: audit 2024-01-24T03:04:57.022994+0000 mgr.smithi159.sbyejd (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-24T03:04:58.409 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:58 smithi159 bash[14083]: audit 2024-01-24T03:04:57.031922+0000 mon.smithi159 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:04:58.409 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:58 smithi159 bash[14083]: audit 2024-01-24T03:04:57.078145+0000 mon.smithi159 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:04:58.993 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: value unchanged 2024-01-24T03:04:59.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:04:59 smithi159 bash[14083]: audit 2024-01-24T03:04:58.991770+0000 mgr.smithi159.sbyejd (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:04:59.710 INFO:teuthology.orchestra.run.smithi159.stderr:Generating ssh key... 2024-01-24T03:05:02.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:02 smithi159 bash[14083]: audit 2024-01-24T03:05:01.115657+0000 mgr.smithi159.sbyejd (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:02.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:02 smithi159 bash[14083]: cephadm 2024-01-24T03:05:01.116054+0000 mgr.smithi159.sbyejd (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-24T03:05:02.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:02 smithi159 bash[14083]: audit 2024-01-24T03:05:01.393761+0000 mon.smithi159 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:02.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:02 smithi159 bash[14083]: audit 2024-01-24T03:05:01.397605+0000 mon.smithi159 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:03.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiDUsN1CwnZH/TEORK9FPO++Ew9CQmJnTzVL8iyQZX6HXfoRYS538oMrcQ3QF99XUtHmifSKbiBFYKS0BskRk5oPKXxErO5jRucRKyPeduaRczCb0qDChHGavM/PcpYczVv8zaxQFREN2KXqxxUv+l8a89y/qrMS56a1bIWEu8mQ5E9241ja+pM5yrQOWxYM6vER4DyzUz1qngeMM4t+WSbvngvPtbmMZX3BVqiN3Kqo+9g28MnWEJt+okLnVpgChBvwGj2e7D9kqZrl4SyVLdOoUp0kzY1Jt123G3eZWovDjIs/cxFOsyknYaVkNs3hhhQauLRBl0ZxMwuzkrlYinLAf4CbecKel+wpVKOCKwHn1Ti1NgBs2XlwYnoAWckxakam19djprNnBsrkSBtM8YIFndgqde4vM1mEkL+Ixk4L6fGPVtcutGxvM73zXB+/SdzqUTxTiNe0nqHIX/q9eUK5/PRE/hFkJC6NzGkrxLbfR5DpWXg8CTYbssTCHNa/U= ceph-2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:05:04.055 INFO:teuthology.orchestra.run.smithi159.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:05:04.055 INFO:teuthology.orchestra.run.smithi159.stderr:Adding key to root@localhost authorized_keys... 2024-01-24T03:05:04.055 INFO:teuthology.orchestra.run.smithi159.stderr:Adding host smithi159... 2024-01-24T03:05:04.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:04 smithi159 bash[14083]: audit 2024-01-24T03:05:03.387729+0000 mgr.smithi159.sbyejd (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:06.291 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Added host 'smithi159' with addr '172.21.15.159' 2024-01-24T03:05:07.260 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying mon service with default placement... 2024-01-24T03:05:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:07 smithi159 bash[14083]: audit 2024-01-24T03:05:05.441212+0000 mgr.smithi159.sbyejd (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi159", "addr": "172.21.15.159", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:07 smithi159 bash[14083]: audit 2024-01-24T03:05:06.290161+0000 mon.smithi159 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:07 smithi159 bash[14083]: cephadm 2024-01-24T03:05:06.290680+0000 mgr.smithi159.sbyejd (mgr.14116) 10 : cephadm [INF] Added host smithi159 2024-01-24T03:05:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:07 smithi159 bash[14083]: audit 2024-01-24T03:05:06.319908+0000 mon.smithi159 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:05:09.339 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-24T03:05:10.255 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying mgr service with default placement... 2024-01-24T03:05:10.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:10 smithi159 bash[14083]: audit 2024-01-24T03:05:09.331371+0000 mgr.smithi159.sbyejd (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:10.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:10 smithi159 bash[14083]: cephadm 2024-01-24T03:05:09.333646+0000 mgr.smithi159.sbyejd (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-24T03:05:10.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:10 smithi159 bash[14083]: audit 2024-01-24T03:05:09.338288+0000 mon.smithi159 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:10.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:10 smithi159 bash[14083]: audit 2024-01-24T03:05:09.834563+0000 mon.smithi159 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:10.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:10 smithi159 bash[14083]: audit 2024-01-24T03:05:10.090195+0000 mon.smithi159 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:11.674 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-24T03:05:12.363 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying crash service with default placement... 2024-01-24T03:05:12.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:12 smithi159 bash[14083]: audit 2024-01-24T03:05:11.665970+0000 mgr.smithi159.sbyejd (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:12.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:12 smithi159 bash[14083]: cephadm 2024-01-24T03:05:11.668080+0000 mgr.smithi159.sbyejd (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-24T03:05:12.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:12 smithi159 bash[14083]: audit 2024-01-24T03:05:11.673055+0000 mon.smithi159 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:13.723 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-24T03:05:14.462 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying prometheus service with default placement... 2024-01-24T03:05:14.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:14 smithi159 bash[14083]: audit 2024-01-24T03:05:13.715120+0000 mgr.smithi159.sbyejd (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:14.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:14 smithi159 bash[14083]: cephadm 2024-01-24T03:05:13.717494+0000 mgr.smithi159.sbyejd (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-24T03:05:14.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:14 smithi159 bash[14083]: audit 2024-01-24T03:05:13.722072+0000 mon.smithi159 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:14.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:14 smithi159 bash[14083]: cluster 2024-01-24T03:05:13.968861+0000 mgr.smithi159.sbyejd (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:15.816 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-24T03:05:16.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:16 smithi159 bash[14083]: audit 2024-01-24T03:05:15.207780+0000 mon.smithi159 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:16.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:16 smithi159 bash[14083]: audit 2024-01-24T03:05:15.814717+0000 mon.smithi159 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:16.544 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying grafana service with default placement... 2024-01-24T03:05:17.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:17 smithi159 bash[14083]: audit 2024-01-24T03:05:15.809223+0000 mgr.smithi159.sbyejd (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:17.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:17 smithi159 bash[14083]: cephadm 2024-01-24T03:05:15.811392+0000 mgr.smithi159.sbyejd (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-24T03:05:17.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:17 smithi159 bash[14083]: cluster 2024-01-24T03:05:15.969337+0000 mgr.smithi159.sbyejd (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:17.971 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-24T03:05:18.677 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying node-exporter service with default placement... 2024-01-24T03:05:19.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:18 smithi159 bash[14083]: audit 2024-01-24T03:05:17.963717+0000 mgr.smithi159.sbyejd (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:19.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:18 smithi159 bash[14083]: cephadm 2024-01-24T03:05:17.965767+0000 mgr.smithi159.sbyejd (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-24T03:05:19.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:18 smithi159 bash[14083]: cluster 2024-01-24T03:05:17.969724+0000 mgr.smithi159.sbyejd (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:19.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:18 smithi159 bash[14083]: audit 2024-01-24T03:05:17.970178+0000 mon.smithi159 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:20.513 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-24T03:05:21.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:20 smithi159 bash[14083]: cluster 2024-01-24T03:05:19.970021+0000 mgr.smithi159.sbyejd (mgr.14116) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:21.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:20 smithi159 bash[14083]: audit 2024-01-24T03:05:20.512908+0000 mon.smithi159 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:21.539 INFO:teuthology.orchestra.run.smithi159.stderr:Deploying alertmanager service with default placement... 2024-01-24T03:05:22.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:22 smithi159 bash[14083]: audit 2024-01-24T03:05:20.507349+0000 mgr.smithi159.sbyejd (mgr.14116) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:22.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:22 smithi159 bash[14083]: cephadm 2024-01-24T03:05:20.509482+0000 mgr.smithi159.sbyejd (mgr.14116) 26 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-24T03:05:22.923 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-24T03:05:23.430 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:23 smithi159 bash[14083]: cluster 2024-01-24T03:05:21.970386+0000 mgr.smithi159.sbyejd (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:23 smithi159 bash[14083]: audit 2024-01-24T03:05:22.922400+0000 mon.smithi159 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.159:0/2857200068' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:24.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:24 smithi159 bash[14083]: audit 2024-01-24T03:05:22.917458+0000 mgr.smithi159.sbyejd (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:24.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:24 smithi159 bash[14083]: cephadm 2024-01-24T03:05:22.919514+0000 mgr.smithi159.sbyejd (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-24T03:05:25.430 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:25 smithi159 bash[14083]: cluster 2024-01-24T03:05:23.970670+0000 mgr.smithi159.sbyejd (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:25.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:25 smithi159 bash[14083]: audit 2024-01-24T03:05:24.946350+0000 mon.smithi159 (mon.0) 65 : audit [INF] from='client.? 172.21.15.159:0/1925544641' entity='client.admin' 2024-01-24T03:05:27.477 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:27 smithi159 bash[14083]: cluster 2024-01-24T03:05:25.971078+0000 mgr.smithi159.sbyejd (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:27.477 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:27 smithi159 bash[14083]: audit 2024-01-24T03:05:27.068217+0000 mon.smithi159 (mon.0) 66 : audit [INF] from='client.? 172.21.15.159:0/3924551409' entity='client.admin' 2024-01-24T03:05:27.747 INFO:teuthology.orchestra.run.smithi159.stderr:Enabling the dashboard module... 2024-01-24T03:05:29.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:29 smithi159 bash[14083]: cluster 2024-01-24T03:05:27.971555+0000 mgr.smithi159.sbyejd (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:29.594 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:29 smithi159 bash[14083]: audit 2024-01-24T03:05:29.250077+0000 mon.smithi159 (mon.0) 67 : audit [INF] from='client.? 172.21.15.159:0/3430017887' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-24T03:05:30.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:30 smithi159 bash[14083]: audit 2024-01-24T03:05:29.349275+0000 mon.smithi159 (mon.0) 68 : audit [INF] from='client.? 172.21.15.159:0/3430017887' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-24T03:05:30.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:30 smithi159 bash[14083]: cluster 2024-01-24T03:05:29.349346+0000 mon.smithi159 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi159.sbyejd(active, since 35s) 2024-01-24T03:05:31.625 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:05:31.625 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-24T03:05:31.626 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "available": true, 2024-01-24T03:05:31.626 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "active_name": "smithi159.sbyejd", 2024-01-24T03:05:31.626 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-24T03:05:31.626 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:05:32.299 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for the mgr to restart... 2024-01-24T03:05:32.299 INFO:teuthology.orchestra.run.smithi159.stderr:Waiting for mgr epoch 9... 2024-01-24T03:05:32.649 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:32 smithi159 bash[14083]: audit 2024-01-24T03:05:31.624273+0000 mon.smithi159 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.159:0/1235140554' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: cluster 2024-01-24T03:05:36.012845+0000 mon.smithi159 (mon.0) 71 : cluster [INF] Active manager daemon smithi159.sbyejd restarted 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: cluster 2024-01-24T03:05:36.013293+0000 mon.smithi159 (mon.0) 72 : cluster [INF] Activating manager daemon smithi159.sbyejd 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: cluster 2024-01-24T03:05:36.019362+0000 mon.smithi159 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: cluster 2024-01-24T03:05:36.019634+0000 mon.smithi159 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi159.sbyejd(active, starting, since 0.00650914s) 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: audit 2024-01-24T03:05:36.020703+0000 mon.smithi159 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: audit 2024-01-24T03:05:36.022222+0000 mon.smithi159 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr metadata", "who": "smithi159.sbyejd", "id": "smithi159.sbyejd"}]: dispatch 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: audit 2024-01-24T03:05:36.023427+0000 mon.smithi159 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: audit 2024-01-24T03:05:36.023585+0000 mon.smithi159 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: audit 2024-01-24T03:05:36.023758+0000 mon.smithi159 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:05:36.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:36 smithi159 bash[14083]: cluster 2024-01-24T03:05:36.026682+0000 mon.smithi159 (mon.0) 80 : cluster [INF] Manager daemon smithi159.sbyejd is now available 2024-01-24T03:05:37.039 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: { 2024-01-24T03:05:37.039 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-24T03:05:37.039 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: "initialized": true 2024-01-24T03:05:37.040 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: } 2024-01-24T03:05:37.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:37 smithi159 bash[14083]: audit 2024-01-24T03:05:36.156782+0000 mon.smithi159 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:05:37.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:37 smithi159 bash[14083]: audit 2024-01-24T03:05:36.167840+0000 mon.smithi159 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:05:37.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:37 smithi159 bash[14083]: audit 2024-01-24T03:05:36.194834+0000 mon.smithi159 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:05:37.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:37 smithi159 bash[14083]: audit 2024-01-24T03:05:36.199743+0000 mon.smithi159 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/trash_purge_schedule"}]: dispatch 2024-01-24T03:05:37.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:37 smithi159 bash[14083]: cluster 2024-01-24T03:05:37.024041+0000 mon.smithi159 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi159.sbyejd(active, since 1.01091s) 2024-01-24T03:05:37.814 INFO:teuthology.orchestra.run.smithi159.stderr:mgr epoch 9 is available 2024-01-24T03:05:37.815 INFO:teuthology.orchestra.run.smithi159.stderr:Generating a dashboard self-signed certificate... 2024-01-24T03:05:38.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:38 smithi159 bash[14083]: audit 2024-01-24T03:05:37.023201+0000 mgr.smithi159.sbyejd (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-24T03:05:38.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:38 smithi159 bash[14083]: audit 2024-01-24T03:05:37.038630+0000 mgr.smithi159.sbyejd (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-24T03:05:39.254 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-24T03:05:39.332 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:39 smithi159 bash[14083]: cluster 2024-01-24T03:05:38.070526+0000 mon.smithi159 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi159.sbyejd(active, since 2s) 2024-01-24T03:05:39.944 INFO:teuthology.orchestra.run.smithi159.stderr:Creating initial admin user... 2024-01-24T03:05:40.430 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:40 smithi159 bash[14083]: audit 2024-01-24T03:05:39.128852+0000 mgr.smithi159.sbyejd (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:05:40.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:40 smithi159 bash[14083]: audit 2024-01-24T03:05:39.251224+0000 mon.smithi159 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:40.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:40 smithi159 bash[14083]: audit 2024-01-24T03:05:39.253822+0000 mon.smithi159 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:41.572 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$y2IDQycs9VH5K8.qEiV9luDqHV0BRmXDZpSQVMZ33BmJl5HlGCIj6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706065541, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-24T03:05:42.278 INFO:teuthology.orchestra.run.smithi159.stderr:Fetching dashboard port number... 2024-01-24T03:05:42.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:42 smithi159 bash[14083]: audit 2024-01-24T03:05:41.326804+0000 mgr.smithi159.sbyejd (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-24T03:05:42.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:42 smithi159 bash[14083]: audit 2024-01-24T03:05:41.571745+0000 mon.smithi159 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:43.641 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: 8443 2024-01-24T03:05:43.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:43 smithi159 bash[14083]: cluster 2024-01-24T03:05:42.574930+0000 mon.smithi159 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi159.sbyejd(active, since 6s) 2024-01-24T03:05:43.883 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:43 smithi159 bash[14083]: audit 2024-01-24T03:05:43.073825+0000 mon.smithi159 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:44.412 INFO:teuthology.orchestra.run.smithi159.stderr:firewalld does not appear to be present 2024-01-24T03:05:44.412 INFO:teuthology.orchestra.run.smithi159.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-24T03:05:44.415 INFO:teuthology.orchestra.run.smithi159.stderr:Ceph Dashboard is now available at: 2024-01-24T03:05:44.415 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:44.415 INFO:teuthology.orchestra.run.smithi159.stderr: URL: https://smithi159.front.sepia.ceph.com:8443/ 2024-01-24T03:05:44.415 INFO:teuthology.orchestra.run.smithi159.stderr: User: admin 2024-01-24T03:05:44.415 INFO:teuthology.orchestra.run.smithi159.stderr: Password: y4yp7nkmpk 2024-01-24T03:05:44.415 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:44.416 INFO:teuthology.orchestra.run.smithi159.stderr:Enabling autotune for osd_memory_target 2024-01-24T03:05:44.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:44 smithi159 bash[14083]: audit 2024-01-24T03:05:43.640177+0000 mon.smithi159 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.159:0/3794407731' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-24T03:05:48.389 INFO:teuthology.orchestra.run.smithi159.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-24T03:05:49.417 INFO:teuthology.orchestra.run.smithi159.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-24T03:05:49.417 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.417 INFO:teuthology.orchestra.run.smithi159.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:05:49.417 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.417 INFO:teuthology.orchestra.run.smithi159.stderr:Or, if you are only running a single cluster on this host: 2024-01-24T03:05:49.417 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: ceph telemetry on 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr:For more information see: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:05:49.418 INFO:teuthology.orchestra.run.smithi159.stderr:Bootstrap complete. 2024-01-24T03:05:49.455 INFO:tasks.cephadm:Fetching config... 2024-01-24T03:05:49.455 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:05:49.456 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-24T03:05:49.463 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-24T03:05:49.463 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:05:49.463 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-24T03:05:49.510 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-24T03:05:49.511 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:05:49.511 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/keyring of=/dev/stdout 2024-01-24T03:05:49.569 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-24T03:05:49.569 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:05:49.570 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-24T03:05:49.620 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-24T03:05:49.620 DEBUG:teuthology.orchestra.run.smithi159:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiDUsN1CwnZH/TEORK9FPO++Ew9CQmJnTzVL8iyQZX6HXfoRYS538oMrcQ3QF99XUtHmifSKbiBFYKS0BskRk5oPKXxErO5jRucRKyPeduaRczCb0qDChHGavM/PcpYczVv8zaxQFREN2KXqxxUv+l8a89y/qrMS56a1bIWEu8mQ5E9241ja+pM5yrQOWxYM6vER4DyzUz1qngeMM4t+WSbvngvPtbmMZX3BVqiN3Kqo+9g28MnWEJt+okLnVpgChBvwGj2e7D9kqZrl4SyVLdOoUp0kzY1Jt123G3eZWovDjIs/cxFOsyknYaVkNs3hhhQauLRBl0ZxMwuzkrlYinLAf4CbecKel+wpVKOCKwHn1Ti1NgBs2XlwYnoAWckxakam19djprNnBsrkSBtM8YIFndgqde4vM1mEkL+Ixk4L6fGPVtcutGxvM73zXB+/SdzqUTxTiNe0nqHIX/q9eUK5/PRE/hFkJC6NzGkrxLbfR5DpWXg8CTYbssTCHNa/U= ceph-2509d94c-ba65-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T03:05:49.673 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:49 smithi159 bash[14083]: audit 2024-01-24T03:05:48.385820+0000 mon.smithi159 (mon.0) 93 : audit [INF] from='client.? 172.21.15.159:0/2518006518' entity='client.admin' 2024-01-24T03:05:49.682 INFO:teuthology.orchestra.run.smithi159.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiDUsN1CwnZH/TEORK9FPO++Ew9CQmJnTzVL8iyQZX6HXfoRYS538oMrcQ3QF99XUtHmifSKbiBFYKS0BskRk5oPKXxErO5jRucRKyPeduaRczCb0qDChHGavM/PcpYczVv8zaxQFREN2KXqxxUv+l8a89y/qrMS56a1bIWEu8mQ5E9241ja+pM5yrQOWxYM6vER4DyzUz1qngeMM4t+WSbvngvPtbmMZX3BVqiN3Kqo+9g28MnWEJt+okLnVpgChBvwGj2e7D9kqZrl4SyVLdOoUp0kzY1Jt123G3eZWovDjIs/cxFOsyknYaVkNs3hhhQauLRBl0ZxMwuzkrlYinLAf4CbecKel+wpVKOCKwHn1Ti1NgBs2XlwYnoAWckxakam19djprNnBsrkSBtM8YIFndgqde4vM1mEkL+Ixk4L6fGPVtcutGxvM73zXB+/SdzqUTxTiNe0nqHIX/q9eUK5/PRE/hFkJC6NzGkrxLbfR5DpWXg8CTYbssTCHNa/U= ceph-2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:05:49.692 DEBUG:teuthology.orchestra.run.smithi162:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiDUsN1CwnZH/TEORK9FPO++Ew9CQmJnTzVL8iyQZX6HXfoRYS538oMrcQ3QF99XUtHmifSKbiBFYKS0BskRk5oPKXxErO5jRucRKyPeduaRczCb0qDChHGavM/PcpYczVv8zaxQFREN2KXqxxUv+l8a89y/qrMS56a1bIWEu8mQ5E9241ja+pM5yrQOWxYM6vER4DyzUz1qngeMM4t+WSbvngvPtbmMZX3BVqiN3Kqo+9g28MnWEJt+okLnVpgChBvwGj2e7D9kqZrl4SyVLdOoUp0kzY1Jt123G3eZWovDjIs/cxFOsyknYaVkNs3hhhQauLRBl0ZxMwuzkrlYinLAf4CbecKel+wpVKOCKwHn1Ti1NgBs2XlwYnoAWckxakam19djprNnBsrkSBtM8YIFndgqde4vM1mEkL+Ixk4L6fGPVtcutGxvM73zXB+/SdzqUTxTiNe0nqHIX/q9eUK5/PRE/hFkJC6NzGkrxLbfR5DpWXg8CTYbssTCHNa/U= ceph-2509d94c-ba65-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-24T03:05:49.716 INFO:teuthology.orchestra.run.smithi162.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCiDUsN1CwnZH/TEORK9FPO++Ew9CQmJnTzVL8iyQZX6HXfoRYS538oMrcQ3QF99XUtHmifSKbiBFYKS0BskRk5oPKXxErO5jRucRKyPeduaRczCb0qDChHGavM/PcpYczVv8zaxQFREN2KXqxxUv+l8a89y/qrMS56a1bIWEu8mQ5E9241ja+pM5yrQOWxYM6vER4DyzUz1qngeMM4t+WSbvngvPtbmMZX3BVqiN3Kqo+9g28MnWEJt+okLnVpgChBvwGj2e7D9kqZrl4SyVLdOoUp0kzY1Jt123G3eZWovDjIs/cxFOsyknYaVkNs3hhhQauLRBl0ZxMwuzkrlYinLAf4CbecKel+wpVKOCKwHn1Ti1NgBs2XlwYnoAWckxakam19djprNnBsrkSBtM8YIFndgqde4vM1mEkL+Ixk4L6fGPVtcutGxvM73zXB+/SdzqUTxTiNe0nqHIX/q9eUK5/PRE/hFkJC6NzGkrxLbfR5DpWXg8CTYbssTCHNa/U= ceph-2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:05:49.727 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-24T03:05:54.818 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-24T03:05:54.818 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-24T03:05:55.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:54 smithi159 bash[14083]: audit 2024-01-24T03:05:53.786729+0000 mon.smithi159 (mon.0) 94 : audit [INF] from='client.? 172.21.15.159:0/3947278862' entity='client.admin' 2024-01-24T03:05:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:57 smithi159 bash[14083]: cluster 2024-01-24T03:05:56.025296+0000 mgr.smithi159.sbyejd (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:05:59.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:59 smithi159 bash[14083]: audit 2024-01-24T03:05:58.072895+0000 mon.smithi159 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:59.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:59 smithi159 bash[14083]: audit 2024-01-24T03:05:58.373480+0000 mon.smithi159 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:05:59.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:59 smithi159 bash[14083]: audit 2024-01-24T03:05:58.379389+0000 mon.smithi159 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:59.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:59 smithi159 bash[14083]: cephadm 2024-01-24T03:05:58.393616+0000 mgr.smithi159.sbyejd (mgr.14156) 7 : cephadm [INF] Deploying daemon alertmanager.smithi159 on smithi159 2024-01-24T03:05:59.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:05:59 smithi159 bash[14083]: audit 2024-01-24T03:05:58.560469+0000 mon.smithi159 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:05:59.406 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi162 2024-01-24T03:05:59.407 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:05:59.407 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.conf 2024-01-24T03:05:59.414 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:05:59.415 DEBUG:teuthology.orchestra.run.smithi162:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:05:59.462 INFO:tasks.cephadm:Adding host smithi162 to orchestrator... 2024-01-24T03:05:59.463 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch host add smithi162 2024-01-24T03:06:00.430 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:00 smithi159 bash[14083]: audit 2024-01-24T03:05:58.557122+0000 mgr.smithi159.sbyejd (mgr.14156) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:06:01.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:01 smithi159 bash[14083]: cluster 2024-01-24T03:06:00.026205+0000 mgr.smithi159.sbyejd (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:03.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:03 smithi159 bash[14083]: cluster 2024-01-24T03:06:02.026880+0000 mgr.smithi159.sbyejd (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:05.629 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:05 smithi159 bash[14083]: cluster 2024-01-24T03:06:04.027347+0000 mgr.smithi159.sbyejd (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:07 smithi159 bash[14083]: cluster 2024-01-24T03:06:06.027872+0000 mgr.smithi159.sbyejd (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:07 smithi159 bash[14083]: audit 2024-01-24T03:06:06.626040+0000 mon.smithi159 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:07 smithi159 bash[14083]: audit 2024-01-24T03:06:06.628595+0000 mon.smithi159 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:06:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:07 smithi159 bash[14083]: audit 2024-01-24T03:06:06.631177+0000 mon.smithi159 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T03:06:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:07 smithi159 bash[14083]: audit 2024-01-24T03:06:06.632417+0000 mon.smithi159 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:06:08.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:08 smithi159 bash[14083]: cephadm 2024-01-24T03:06:06.633422+0000 mgr.smithi159.sbyejd (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi159 on smithi159 2024-01-24T03:06:09.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:09 smithi159 bash[14083]: cluster 2024-01-24T03:06:08.028287+0000 mgr.smithi159.sbyejd (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:10 smithi159 bash[14083]: audit 2024-01-24T03:06:09.354227+0000 mon.smithi159 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:10 smithi159 bash[14083]: audit 2024-01-24T03:06:09.443752+0000 mon.smithi159 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:10 smithi159 bash[14083]: audit 2024-01-24T03:06:09.445966+0000 mon.smithi159 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:10 smithi159 bash[14083]: audit 2024-01-24T03:06:09.447873+0000 mon.smithi159 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T03:06:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:10 smithi159 bash[14083]: audit 2024-01-24T03:06:09.450898+0000 mon.smithi159 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:11 smithi159 bash[14083]: audit 2024-01-24T03:06:09.448318+0000 mgr.smithi159.sbyejd (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-24T03:06:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:11 smithi159 bash[14083]: cephadm 2024-01-24T03:06:09.463254+0000 mgr.smithi159.sbyejd (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi159 on smithi159 2024-01-24T03:06:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:11 smithi159 bash[14083]: cluster 2024-01-24T03:06:10.028671+0000 mgr.smithi159.sbyejd (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:11 smithi159 bash[14083]: audit 2024-01-24T03:06:11.190243+0000 mon.smithi159 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:13.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:13 smithi159 bash[14083]: cluster 2024-01-24T03:06:12.029020+0000 mgr.smithi159.sbyejd (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:15.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:15 smithi159 bash[14083]: cluster 2024-01-24T03:06:14.029345+0000 mgr.smithi159.sbyejd (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:17.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:17 smithi159 bash[14083]: cluster 2024-01-24T03:06:16.029664+0000 mgr.smithi159.sbyejd (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:19.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:19 smithi159 bash[14083]: cluster 2024-01-24T03:06:18.029998+0000 mgr.smithi159.sbyejd (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:21.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:21 smithi159 bash[14083]: cluster 2024-01-24T03:06:20.030378+0000 mgr.smithi159.sbyejd (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:23.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:23 smithi159 bash[14083]: cluster 2024-01-24T03:06:22.030832+0000 mgr.smithi159.sbyejd (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:25.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:25 smithi159 bash[14083]: cluster 2024-01-24T03:06:24.031278+0000 mgr.smithi159.sbyejd (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:27.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:27 smithi159 bash[14083]: cluster 2024-01-24T03:06:26.031738+0000 mgr.smithi159.sbyejd (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:29.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:29 smithi159 bash[14083]: cluster 2024-01-24T03:06:28.032195+0000 mgr.smithi159.sbyejd (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:31.087 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:30 smithi159 bash[14083]: audit 2024-01-24T03:06:29.820405+0000 mon.smithi159 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:31.087 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:30 smithi159 bash[14083]: cephadm 2024-01-24T03:06:29.824195+0000 mgr.smithi159.sbyejd (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi159 on smithi159 2024-01-24T03:06:31.087 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:30 smithi159 bash[14083]: cluster 2024-01-24T03:06:30.032549+0000 mgr.smithi159.sbyejd (mgr.14156) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:31.087 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:30 smithi159 bash[14083]: audit 2024-01-24T03:06:30.506674+0000 mon.smithi159 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:31.087 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:30 smithi159 bash[14083]: audit 2024-01-24T03:06:30.511947+0000 mon.smithi159 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-24T03:06:32.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:32 smithi159 bash[14083]: audit 2024-01-24T03:06:31.199180+0000 mon.smithi159 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:32.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:32 smithi159 bash[14083]: audit 2024-01-24T03:06:31.509682+0000 mon.smithi159 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.159:0/4038541508' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-24T03:06:32.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:32 smithi159 bash[14083]: cluster 2024-01-24T03:06:31.509783+0000 mon.smithi159 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi159.sbyejd(active, since 55s) 2024-01-24T03:06:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: cluster 2024-01-24T03:06:38.220411+0000 mon.smithi159 (mon.0) 115 : cluster [INF] Active manager daemon smithi159.sbyejd restarted 2024-01-24T03:06:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: cluster 2024-01-24T03:06:38.220867+0000 mon.smithi159 (mon.0) 116 : cluster [INF] Activating manager daemon smithi159.sbyejd 2024-01-24T03:06:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: cluster 2024-01-24T03:06:38.226234+0000 mon.smithi159 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-24T03:06:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: cluster 2024-01-24T03:06:38.226447+0000 mon.smithi159 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi159.sbyejd(active, starting, since 0.00576302s) 2024-01-24T03:06:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: audit 2024-01-24T03:06:38.228573+0000 mon.smithi159 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-24T03:06:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: audit 2024-01-24T03:06:38.229405+0000 mon.smithi159 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr metadata", "who": "smithi159.sbyejd", "id": "smithi159.sbyejd"}]: dispatch 2024-01-24T03:06:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: audit 2024-01-24T03:06:38.230445+0000 mon.smithi159 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-24T03:06:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: audit 2024-01-24T03:06:38.230734+0000 mon.smithi159 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-24T03:06:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: audit 2024-01-24T03:06:38.230994+0000 mon.smithi159 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-24T03:06:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:38 smithi159 bash[14083]: cluster 2024-01-24T03:06:38.258240+0000 mon.smithi159 (mon.0) 124 : cluster [INF] Manager daemon smithi159.sbyejd is now available 2024-01-24T03:06:39.461 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:39 smithi159 bash[14083]: audit 2024-01-24T03:06:38.398425+0000 mon.smithi159 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:06:39.461 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:39 smithi159 bash[14083]: audit 2024-01-24T03:06:38.401101+0000 mon.smithi159 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:06:39.461 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:39 smithi159 bash[14083]: audit 2024-01-24T03:06:38.443845+0000 mon.smithi159 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:39.461 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:39 smithi159 bash[14083]: audit 2024-01-24T03:06:38.458613+0000 mon.smithi159 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/mirror_snapshot_schedule"}]: dispatch 2024-01-24T03:06:39.461 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:39 smithi159 bash[14083]: audit 2024-01-24T03:06:38.469937+0000 mon.smithi159 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi159.sbyejd/trash_purge_schedule"}]: dispatch 2024-01-24T03:06:39.462 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:39 smithi159 bash[14083]: cluster 2024-01-24T03:06:39.227438+0000 mon.smithi159 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi159.sbyejd(active, since 1.00676s) 2024-01-24T03:06:41.372 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:41 smithi159 bash[14083]: cluster 2024-01-24T03:06:40.281193+0000 mon.smithi159 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi159.sbyejd(active, since 2s) 2024-01-24T03:06:45.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: audit 2024-01-24T03:06:44.215886+0000 mon.smithi159 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:45.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: audit 2024-01-24T03:06:44.503790+0000 mon.smithi159 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi159", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:06:45.369 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: audit 2024-01-24T03:06:44.505114+0000 mon.smithi159 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:06:45.370 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: audit 2024-01-24T03:06:44.506082+0000 mon.smithi159 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:06:45.370 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: cephadm 2024-01-24T03:06:44.508090+0000 mgr.smithi159.sbyejd (mgr.14180) 1 : cephadm [INF] Updating smithi159:/etc/ceph/ceph.conf 2024-01-24T03:06:45.370 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: cephadm 2024-01-24T03:06:44.528629+0000 mgr.smithi159.sbyejd (mgr.14180) 2 : cephadm [INF] Updating smithi159:/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:06:45.370 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: audit 2024-01-24T03:06:44.585123+0000 mon.smithi159 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:45.370 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:45 smithi159 bash[14083]: audit 2024-01-24T03:06:44.591377+0000 mon.smithi159 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:46.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:46 smithi159 bash[14083]: cephadm 2024-01-24T03:06:44.613052+0000 mgr.smithi159.sbyejd (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi159 on smithi159 2024-01-24T03:06:46.747 INFO:teuthology.orchestra.run.smithi162.stdout:Added host 'smithi162' with addr '172.21.15.162' 2024-01-24T03:06:47.489 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-24T03:06:47.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:47 smithi159 bash[14083]: audit 2024-01-24T03:06:45.907100+0000 mgr.smithi159.sbyejd (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi162", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:06:47.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:47 smithi159 bash[14083]: audit 2024-01-24T03:06:46.746236+0000 mon.smithi159 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:48.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:48 smithi159 bash[14083]: cephadm 2024-01-24T03:06:46.746709+0000 mgr.smithi159.sbyejd (mgr.14180) 5 : cephadm [INF] Added host smithi162 2024-01-24T03:06:50.330 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-24T03:06:50.330 INFO:teuthology.orchestra.run.smithi162.stdout:[{"addr": "172.21.15.159", "hostname": "smithi159", "labels": [], "status": ""}, {"addr": "172.21.15.162", "hostname": "smithi162", "labels": [], "status": ""}] 2024-01-24T03:06:50.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:50 smithi159 bash[14083]: audit 2024-01-24T03:06:50.328712+0000 mgr.smithi159.sbyejd (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:06:50.992 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-24T03:06:50.992 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-24T03:06:56.394 INFO:teuthology.orchestra.run.smithi159.stderr:adjusted tunables profile to default 2024-01-24T03:06:56.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:56 smithi159 bash[14083]: audit 2024-01-24T03:06:56.331614+0000 mon.smithi159 (mon.0) 139 : audit [INF] from='client.? 172.21.15.159:0/3902772286' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-24T03:06:57.430 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:57 smithi159 bash[14083]: audit 2024-01-24T03:06:56.388932+0000 mon.smithi159 (mon.0) 140 : audit [INF] from='client.? 172.21.15.159:0/3902772286' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-24T03:06:57.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:57 smithi159 bash[14083]: cluster 2024-01-24T03:06:56.389063+0000 mon.smithi159 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T03:06:57.488 INFO:tasks.cephadm:Adding mon.smithi159 on smithi159 2024-01-24T03:06:57.488 INFO:tasks.cephadm:Adding mon.smithi162 on smithi162 2024-01-24T03:06:57.488 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch apply mon '2;smithi159:172.21.15.159=smithi159;smithi162:172.21.15.162=smithi162' 2024-01-24T03:06:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:58 smithi159 bash[14083]: audit 2024-01-24T03:06:57.675239+0000 mon.smithi159 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:58 smithi159 bash[14083]: audit 2024-01-24T03:06:57.677225+0000 mon.smithi159 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:06:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:58 smithi159 bash[14083]: audit 2024-01-24T03:06:58.201679+0000 mon.smithi159 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:06:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:58 smithi159 bash[14083]: cluster 2024-01-24T03:06:58.232195+0000 mgr.smithi159.sbyejd (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:06:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:06:58 smithi159 bash[14083]: audit 2024-01-24T03:06:58.447623+0000 mon.smithi159 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:00.442 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled mon update... 2024-01-24T03:07:01.119 DEBUG:teuthology.orchestra.run.smithi162:mon.smithi162> sudo journalctl -f -n 0 -u ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi162.service 2024-01-24T03:07:01.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:07:01.121 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:07:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:00 smithi159 bash[14083]: audit 2024-01-24T03:06:59.822193+0000 mon.smithi159 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:00 smithi159 bash[14083]: cluster 2024-01-24T03:07:00.232528+0000 mgr.smithi159.sbyejd (mgr.14180) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:00 smithi159 bash[14083]: audit 2024-01-24T03:07:00.432639+0000 mgr.smithi159.sbyejd (mgr.14180) 9 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi159:172.21.15.159=smithi159;smithi162:172.21.15.162=smithi162", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:07:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:00 smithi159 bash[14083]: cephadm 2024-01-24T03:07:00.437921+0000 mgr.smithi159.sbyejd (mgr.14180) 10 : cephadm [INF] Saving service mon spec with placement smithi159:172.21.15.159=smithi159;smithi162:172.21.15.162=smithi162;count:2 2024-01-24T03:07:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:00 smithi159 bash[14083]: audit 2024-01-24T03:07:00.441999+0000 mon.smithi159 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:01.727 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-24T03:07:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:03 smithi159 bash[14083]: cluster 2024-01-24T03:07:02.232990+0000 mgr.smithi159.sbyejd (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:04.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:04 smithi159 bash[14083]: audit 2024-01-24T03:07:03.420674+0000 mon.smithi159 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:05.386 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-24T03:07:05.386 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:04:20.273520Z","created":"2024-01-24T03:04:20.273520Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:07:05.389 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2024-01-24T03:07:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:05 smithi159 bash[14083]: cluster 2024-01-24T03:07:04.233384+0000 mgr.smithi159.sbyejd (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:05 smithi159 bash[14083]: audit 2024-01-24T03:07:05.385573+0000 mon.smithi159 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.162:0/2502376121' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:07:07.040 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:07:07.040 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:07:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:07 smithi159 bash[14083]: cluster 2024-01-24T03:07:06.233888+0000 mgr.smithi159.sbyejd (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:07 smithi159 bash[14083]: audit 2024-01-24T03:07:07.275155+0000 mon.smithi159 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.694369+0000 mon.smithi159 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.696089+0000 mon.smithi159 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd/host:smithi162", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.697965+0000 mon.smithi159 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.699520+0000 mon.smithi159 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: cephadm 2024-01-24T03:07:07.701795+0000 mgr.smithi159.sbyejd (mgr.14180) 14 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: cephadm 2024-01-24T03:07:07.735873+0000 mgr.smithi159.sbyejd (mgr.14180) 15 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:07:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.792932+0000 mon.smithi159 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.800061+0000 mon.smithi159 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.803324+0000 mon.smithi159 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:07:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.808518+0000 mon.smithi159 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-24T03:07:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: audit 2024-01-24T03:07:07.810019+0000 mon.smithi159 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: cephadm 2024-01-24T03:07:07.811215+0000 mgr.smithi159.sbyejd (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi162 on smithi162 2024-01-24T03:07:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:08 smithi159 bash[14083]: cluster 2024-01-24T03:07:08.234342+0000 mgr.smithi159.sbyejd (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:11.039 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-24T03:07:11.039 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:04:20.273520Z","created":"2024-01-24T03:04:20.273520Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:07:11.042 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2024-01-24T03:07:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:11 smithi159 bash[14083]: cluster 2024-01-24T03:07:10.234773+0000 mgr.smithi159.sbyejd (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:11 smithi159 bash[14083]: audit 2024-01-24T03:07:11.038622+0000 mon.smithi159 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.162:0/994642931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:07:12.769 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:07:12.769 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: audit 2024-01-24T03:07:11.741411+0000 mon.smithi159 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: audit 2024-01-24T03:07:11.745731+0000 mon.smithi159 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.xpxzcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: audit 2024-01-24T03:07:11.748648+0000 mon.smithi159 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.xpxzcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: audit 2024-01-24T03:07:11.749969+0000 mon.smithi159 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: audit 2024-01-24T03:07:11.751399+0000 mon.smithi159 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: cephadm 2024-01-24T03:07:11.752551+0000 mgr.smithi159.sbyejd (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi162.xpxzcp on smithi162 2024-01-24T03:07:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:12 smithi159 bash[14083]: cluster 2024-01-24T03:07:12.235179+0000 mgr.smithi159.sbyejd (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:14.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:14 smithi159 bash[14083]: audit 2024-01-24T03:07:13.457287+0000 mon.smithi159 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:15 smithi159 bash[14083]: cluster 2024-01-24T03:07:14.235614+0000 mgr.smithi159.sbyejd (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:16 smithi159 bash[14083]: audit 2024-01-24T03:07:15.462498+0000 mon.smithi159 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:16 smithi159 bash[14083]: audit 2024-01-24T03:07:15.467126+0000 mon.smithi159 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:07:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:16 smithi159 bash[14083]: audit 2024-01-24T03:07:15.468425+0000 mon.smithi159 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:16 smithi159 bash[14083]: cephadm 2024-01-24T03:07:15.469505+0000 mgr.smithi159.sbyejd (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi162 on smithi162 2024-01-24T03:07:17.587 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-24T03:07:17.587 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":1,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:04:20.273520Z","created":"2024-01-24T03:04:20.273520Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-24T03:07:17.591 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 1 2024-01-24T03:07:17.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:17 smithi159 bash[14083]: cluster 2024-01-24T03:07:16.236072+0000 mgr.smithi159.sbyejd (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:18.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:18 smithi159 bash[14083]: audit 2024-01-24T03:07:17.587013+0000 mon.smithi159 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.162:0/3808174069' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:07:18.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:18 smithi159 bash[14083]: audit 2024-01-24T03:07:18.464181+0000 mon.smithi159 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:19.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:19 smithi159 bash[14083]: cluster 2024-01-24T03:07:18.236499+0000 mgr.smithi159.sbyejd (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:19.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-24T03:07:19.992 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-24T03:07:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:21 smithi159 bash[14083]: cluster 2024-01-24T03:07:20.237043+0000 mgr.smithi159.sbyejd (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:21 smithi159 bash[14083]: audit 2024-01-24T03:07:20.617542+0000 mon.smithi159 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:21 smithi159 bash[14083]: audit 2024-01-24T03:07:21.250923+0000 mon.smithi159 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:21 smithi159 bash[14083]: audit 2024-01-24T03:07:21.253940+0000 mon.smithi159 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:07:22.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:22 smithi162 bash[17902]: debug 2024-01-24T03:07:22.627+0000 7f00afc12700 1 mon.smithi162@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-24T03:07:22.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:22 smithi159 bash[14083]: cephadm 2024-01-24T03:07:20.621042+0000 mgr.smithi159.sbyejd (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi162 on smithi162 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:22.640600+0000 mon.smithi159 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:22.641003+0000 mon.smithi159 (mon.0) 177 : cluster [INF] mon.smithi159 calling monitor election 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:22.659884+0000 mon.smithi159 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:23.517159+0000 mon.smithi159 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.xpxzcp/crt"}]: dispatch 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:23.636185+0000 mon.smithi159 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:24.237972+0000 mgr.smithi159.sbyejd (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:24.636866+0000 mon.smithi159 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:24.638673+0000 mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:25.636748+0000 mon.smithi159 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:26.238433+0000 mgr.smithi159.sbyejd (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:26.636825+0000 mon.smithi159 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:27.637027+0000 mon.smithi159 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.682926+0000 mon.smithi159 (mon.0) 185 : cluster [INF] mon.smithi159 is new leader, mons smithi159,smithi162 in quorum (ranks 0,1) 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.688034+0000 mon.smithi159 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.711343+0000 mon.smithi159 (mon.0) 187 : cluster [DBG] fsmap 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.711404+0000 mon.smithi159 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.711768+0000 mon.smithi159 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi159.sbyejd(active, since 49s) 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.713181+0000 mon.smithi159 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi162.xpxzcp started 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:27.715942+0000 mon.smithi159 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T03:07:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.719024+0000 mon.smithi159 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-24T03:07:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:27.719624+0000 mon.smithi159 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.xpxzcp/key"}]: dispatch 2024-01-24T03:07:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:27.720353+0000 mon.smithi159 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T03:07:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:27 smithi162 bash[17902]: audit 2024-01-24T03:07:27.723254+0000 mon.smithi159 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:28.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:22.640600+0000 mon.smithi159 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi159"}]: dispatch 2024-01-24T03:07:28.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:22.641003+0000 mon.smithi159 (mon.0) 177 : cluster [INF] mon.smithi159 calling monitor election 2024-01-24T03:07:28.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:22.659884+0000 mon.smithi159 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:23.517159+0000 mon.smithi159 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.xpxzcp/crt"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:23.636185+0000 mon.smithi159 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:24.237972+0000 mgr.smithi159.sbyejd (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:24.636866+0000 mon.smithi159 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:24.638673+0000 mon.smithi162 (mon.1) 1 : cluster [INF] mon.smithi162 calling monitor election 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:25.636748+0000 mon.smithi159 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:26.238433+0000 mgr.smithi159.sbyejd (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:26.636825+0000 mon.smithi159 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:27.637027+0000 mon.smithi159 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.682926+0000 mon.smithi159 (mon.0) 185 : cluster [INF] mon.smithi159 is new leader, mons smithi159,smithi162 in quorum (ranks 0,1) 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.688034+0000 mon.smithi159 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi159=[v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0],smithi162=[v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0]} removed_ranks: {} 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.711343+0000 mon.smithi159 (mon.0) 187 : cluster [DBG] fsmap 2024-01-24T03:07:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.711404+0000 mon.smithi159 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.711768+0000 mon.smithi159 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi159.sbyejd(active, since 49s) 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.713181+0000 mon.smithi159 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi162.xpxzcp started 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:27.715942+0000 mon.smithi159 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.719024+0000 mon.smithi159 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:27.719624+0000 mon.smithi159 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi162.xpxzcp/key"}]: dispatch 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:27.720353+0000 mon.smithi159 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.162:0/1153834466' entity='mgr.smithi162.xpxzcp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-24T03:07:28.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:27 smithi159 bash[14083]: audit 2024-01-24T03:07:27.723254+0000 mon.smithi159 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:28.272 INFO:teuthology.orchestra.run.smithi162.stdout: 2024-01-24T03:07:28.272 INFO:teuthology.orchestra.run.smithi162.stdout:{"epoch":2,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","modified":"2024-01-24T03:07:22.636357Z","created":"2024-01-24T03:04:20.273520Z","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":"smithi159","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:3300","nonce":0},{"type":"v1","addr":"172.21.15.159:6789","nonce":0}]},"addr":"172.21.15.159:6789/0","public_addr":"172.21.15.159:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi162","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:3300","nonce":0},{"type":"v1","addr":"172.21.15.162:6789","nonce":0}]},"addr":"172.21.15.162:6789/0","public_addr":"172.21.15.162:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-24T03:07:28.275 INFO:teuthology.orchestra.run.smithi162.stderr:dumped monmap epoch 2 2024-01-24T03:07:29.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: cluster 2024-01-24T03:07:27.773982+0000 mon.smithi159 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi159.sbyejd(active, since 49s), standbys: smithi162.xpxzcp 2024-01-24T03:07:29.095 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:27.774600+0000 mon.smithi159 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr metadata", "who": "smithi162.xpxzcp", "id": "smithi162.xpxzcp"}]: dispatch 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: cluster 2024-01-24T03:07:28.238823+0000 mgr.smithi159.sbyejd (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.272308+0000 mon.smithi159 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.162:0/557347381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.452180+0000 mon.smithi159 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.453576+0000 mon.smithi159 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.454798+0000 mon.smithi159 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: cephadm 2024-01-24T03:07:28.456858+0000 mgr.smithi159.sbyejd (mgr.14180) 31 : cephadm [INF] Updating smithi159:/etc/ceph/ceph.conf 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: cephadm 2024-01-24T03:07:28.457305+0000 mgr.smithi159.sbyejd (mgr.14180) 32 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.488827+0000 mon.smithi159 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.506721+0000 mon.smithi159 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.514243+0000 mon.smithi159 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: cephadm 2024-01-24T03:07:28.520483+0000 mgr.smithi159.sbyejd (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi159 (unknown last config time)... 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.520916+0000 mon.smithi159 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:07:29.096 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.521969+0000 mon.smithi159 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:07:29.097 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.523057+0000 mon.smithi159 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:29.097 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: cephadm 2024-01-24T03:07:28.523976+0000 mgr.smithi159.sbyejd (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi159 on smithi159 2024-01-24T03:07:29.097 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:28 smithi162 bash[17902]: audit 2024-01-24T03:07:28.637231+0000 mon.smithi159 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:29.098 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-24T03:07:29.098 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph config generate-minimal-conf 2024-01-24T03:07:29.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: cluster 2024-01-24T03:07:27.773982+0000 mon.smithi159 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi159.sbyejd(active, since 49s), standbys: smithi162.xpxzcp 2024-01-24T03:07:29.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:27.774600+0000 mon.smithi159 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr metadata", "who": "smithi162.xpxzcp", "id": "smithi162.xpxzcp"}]: dispatch 2024-01-24T03:07:29.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: cluster 2024-01-24T03:07:28.238823+0000 mgr.smithi159.sbyejd (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:29.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.272308+0000 mon.smithi159 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.162:0/557347381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.452180+0000 mon.smithi159 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.453576+0000 mon.smithi159 (mon.0) 200 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.454798+0000 mon.smithi159 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: cephadm 2024-01-24T03:07:28.456858+0000 mgr.smithi159.sbyejd (mgr.14180) 31 : cephadm [INF] Updating smithi159:/etc/ceph/ceph.conf 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: cephadm 2024-01-24T03:07:28.457305+0000 mgr.smithi159.sbyejd (mgr.14180) 32 : cephadm [INF] Updating smithi162:/etc/ceph/ceph.conf 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.488827+0000 mon.smithi159 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.506721+0000 mon.smithi159 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.514243+0000 mon.smithi159 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: cephadm 2024-01-24T03:07:28.520483+0000 mgr.smithi159.sbyejd (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi159 (unknown last config time)... 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.520916+0000 mon.smithi159 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:07:29.112 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.521969+0000 mon.smithi159 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:07:29.113 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.523057+0000 mon.smithi159 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:29.113 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: cephadm 2024-01-24T03:07:28.523976+0000 mgr.smithi159.sbyejd (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi159 on smithi159 2024-01-24T03:07:29.113 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:28 smithi159 bash[14083]: audit 2024-01-24T03:07:28.637231+0000 mon.smithi159 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mon metadata", "id": "smithi162"}]: dispatch 2024-01-24T03:07:31.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:31 smithi162 bash[17902]: cluster 2024-01-24T03:07:30.239232+0000 mgr.smithi159.sbyejd (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:31.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:31 smithi159 bash[14083]: cluster 2024-01-24T03:07:30.239232+0000 mgr.smithi159.sbyejd (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: audit 2024-01-24T03:07:31.784040+0000 mon.smithi159 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: cephadm 2024-01-24T03:07:31.785152+0000 mgr.smithi159.sbyejd (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi159.sbyejd (unknown last config time)... 2024-01-24T03:07:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: audit 2024-01-24T03:07:31.785620+0000 mon.smithi159 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.sbyejd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:07:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: audit 2024-01-24T03:07:31.786950+0000 mon.smithi159 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:07:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: audit 2024-01-24T03:07:31.787927+0000 mon.smithi159 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: cephadm 2024-01-24T03:07:31.788736+0000 mgr.smithi159.sbyejd (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi159.sbyejd on smithi159 2024-01-24T03:07:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:32 smithi162 bash[17902]: cluster 2024-01-24T03:07:32.239561+0000 mgr.smithi159.sbyejd (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: audit 2024-01-24T03:07:31.784040+0000 mon.smithi159 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: cephadm 2024-01-24T03:07:31.785152+0000 mgr.smithi159.sbyejd (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi159.sbyejd (unknown last config time)... 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: audit 2024-01-24T03:07:31.785620+0000 mon.smithi159 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi159.sbyejd", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: audit 2024-01-24T03:07:31.786950+0000 mon.smithi159 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: audit 2024-01-24T03:07:31.787927+0000 mon.smithi159 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: cephadm 2024-01-24T03:07:31.788736+0000 mgr.smithi159.sbyejd (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi159.sbyejd on smithi159 2024-01-24T03:07:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:32 smithi159 bash[14083]: cluster 2024-01-24T03:07:32.239561+0000 mgr.smithi159.sbyejd (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:33.828 INFO:teuthology.orchestra.run.smithi159.stdout:# minimal ceph.conf for 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:07:33.828 INFO:teuthology.orchestra.run.smithi159.stdout:[global] 2024-01-24T03:07:33.828 INFO:teuthology.orchestra.run.smithi159.stdout: fsid = 2509d94c-ba65-11ee-95b1-87774f69a715 2024-01-24T03:07:33.828 INFO:teuthology.orchestra.run.smithi159.stdout: mon_host = [v2:172.21.15.159:3300/0,v1:172.21.15.159:6789/0] [v2:172.21.15.162:3300/0,v1:172.21.15.162:6789/0] 2024-01-24T03:07:34.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:33 smithi159 bash[14083]: audit 2024-01-24T03:07:33.828094+0000 mon.smithi159 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.159:0/2795006202' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:34.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:33 smithi162 bash[17902]: audit 2024-01-24T03:07:33.828094+0000 mon.smithi159 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.159:0/2795006202' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:35.059 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-24T03:07:35.060 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:07:35.060 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T03:07:35.200 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:07:35.200 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:07:35.255 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:07:35.255 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.conf 2024-01-24T03:07:35.270 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:07:35.270 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-24T03:07:35.331 INFO:tasks.cephadm:Deploying OSDs... 2024-01-24T03:07:35.331 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:07:35.332 DEBUG:teuthology.orchestra.run.smithi159:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:07:35.337 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:07:35.337 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/nvme1n1 2024-01-24T03:07:35.387 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/nvme1n1 2024-01-24T03:07:35.387 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:35.387 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 525 Links: 1 Device type: 103,2 2024-01-24T03:07:35.388 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:35.388 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:05:51.967266684 +0000 2024-01-24T03:07:35.388 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:03:25.120941958 +0000 2024-01-24T03:07:35.388 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:03:25.120941958 +0000 2024-01-24T03:07:35.389 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:07:35.389 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T03:07:35.442 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:07:35.443 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:07:35.443 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000505694 s, 1.0 MB/s 2024-01-24T03:07:35.444 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T03:07:35.494 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/nvme2n1 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/nvme2n1 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:05:51.983266315 +0000 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:03:25.236997283 +0000 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:03:25.236997283 +0000 2024-01-24T03:07:35.549 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:07:35.549 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T03:07:35.604 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:07:35.604 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:07:35.604 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000479095 s, 1.1 MB/s 2024-01-24T03:07:35.605 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T03:07:35.658 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/nvme3n1 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/nvme3n1 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 541 Links: 1 Device type: 103,6 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:05:52.007265763 +0000 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:03:25.361056423 +0000 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:03:25.361056423 +0000 2024-01-24T03:07:35.708 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:07:35.709 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T03:07:35.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:35 smithi159 bash[14083]: cluster 2024-01-24T03:07:34.239963+0000 mgr.smithi159.sbyejd (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:35.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:35 smithi159 bash[14083]: audit 2024-01-24T03:07:34.529563+0000 mon.smithi159 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:35.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:35 smithi159 bash[14083]: cephadm 2024-01-24T03:07:34.530930+0000 mgr.smithi159.sbyejd (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi159 (dependencies changed)... 2024-01-24T03:07:35.764 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:35 smithi159 bash[14083]: cephadm 2024-01-24T03:07:34.544101+0000 mgr.smithi159.sbyejd (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi159 on smithi159 2024-01-24T03:07:35.766 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:07:35.766 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:07:35.766 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.000325322 s, 1.6 MB/s 2024-01-24T03:07:35.767 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T03:07:35.818 DEBUG:teuthology.orchestra.run.smithi159:> stat /dev/nvme4n1 2024-01-24T03:07:35.872 INFO:teuthology.orchestra.run.smithi159.stdout: File: /dev/nvme4n1 2024-01-24T03:07:35.872 INFO:teuthology.orchestra.run.smithi159.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:35.872 INFO:teuthology.orchestra.run.smithi159.stdout:Device: 5h/5d Inode: 549 Links: 1 Device type: 103,8 2024-01-24T03:07:35.872 INFO:teuthology.orchestra.run.smithi159.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:35.872 INFO:teuthology.orchestra.run.smithi159.stdout:Access: 2024-01-24 03:05:52.023265393 +0000 2024-01-24T03:07:35.873 INFO:teuthology.orchestra.run.smithi159.stdout:Modify: 2024-01-24 03:03:25.485115564 +0000 2024-01-24T03:07:35.873 INFO:teuthology.orchestra.run.smithi159.stdout:Change: 2024-01-24 03:03:25.485115564 +0000 2024-01-24T03:07:35.873 INFO:teuthology.orchestra.run.smithi159.stdout: Birth: - 2024-01-24T03:07:35.873 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T03:07:35.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:35 smithi162 bash[17902]: cluster 2024-01-24T03:07:34.239963+0000 mgr.smithi159.sbyejd (mgr.14180) 39 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:35.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:35 smithi162 bash[17902]: audit 2024-01-24T03:07:34.529563+0000 mon.smithi159 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:35.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:35 smithi162 bash[17902]: cephadm 2024-01-24T03:07:34.530930+0000 mgr.smithi159.sbyejd (mgr.14180) 40 : cephadm [INF] Reconfiguring alertmanager.smithi159 (dependencies changed)... 2024-01-24T03:07:35.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:35 smithi162 bash[17902]: cephadm 2024-01-24T03:07:34.544101+0000 mgr.smithi159.sbyejd (mgr.14180) 41 : cephadm [INF] Reconfiguring daemon alertmanager.smithi159 on smithi159 2024-01-24T03:07:35.928 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records in 2024-01-24T03:07:35.928 INFO:teuthology.orchestra.run.smithi159.stderr:1+0 records out 2024-01-24T03:07:35.928 INFO:teuthology.orchestra.run.smithi159.stderr:512 bytes copied, 0.00044472 s, 1.2 MB/s 2024-01-24T03:07:35.929 DEBUG:teuthology.orchestra.run.smithi159:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T03:07:35.978 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:07:35.978 DEBUG:teuthology.orchestra.run.smithi162:> dd if=/scratch_devs of=/dev/stdout 2024-01-24T03:07:35.987 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-24T03:07:35.987 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme1n1 2024-01-24T03:07:36.035 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme1n1 2024-01-24T03:07:36.035 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:36.036 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 526 Links: 1 Device type: 103,2 2024-01-24T03:07:36.036 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:36.036 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:07:05.828095985 +0000 2024-01-24T03:07:36.036 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:03:26.512793767 +0000 2024-01-24T03:07:36.036 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:03:26.512793767 +0000 2024-01-24T03:07:36.036 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:07:36.036 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-24T03:07:36.090 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:07:36.090 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:07:36.091 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000508057 s, 1.0 MB/s 2024-01-24T03:07:36.092 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-24T03:07:36.145 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme2n1 2024-01-24T03:07:36.196 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme2n1 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 534 Links: 1 Device type: 103,4 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:07:05.848095705 +0000 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:03:26.624791186 +0000 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:03:26.624791186 +0000 2024-01-24T03:07:36.197 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:07:36.197 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-24T03:07:36.253 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:07:36.253 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:07:36.253 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000487174 s, 1.1 MB/s 2024-01-24T03:07:36.254 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-24T03:07:36.305 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme3n1 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme3n1 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 542 Links: 1 Device type: 103,6 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:07:05.864095479 +0000 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:03:26.740788513 +0000 2024-01-24T03:07:36.359 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:03:26.740788513 +0000 2024-01-24T03:07:36.360 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:07:36.360 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-24T03:07:36.412 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:07:36.413 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:07:36.413 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000467345 s, 1.1 MB/s 2024-01-24T03:07:36.414 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-24T03:07:36.465 DEBUG:teuthology.orchestra.run.smithi162:> stat /dev/nvme4n1 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout: File: /dev/nvme4n1 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout:Device: 5h/5d Inode: 550 Links: 1 Device type: 103,8 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout:Access: 2024-01-24 03:07:05.884095198 +0000 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout:Modify: 2024-01-24 03:03:26.856785839 +0000 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout:Change: 2024-01-24 03:03:26.856785839 +0000 2024-01-24T03:07:36.515 INFO:teuthology.orchestra.run.smithi162.stdout: Birth: - 2024-01-24T03:07:36.516 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-24T03:07:36.571 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records in 2024-01-24T03:07:36.571 INFO:teuthology.orchestra.run.smithi162.stderr:1+0 records out 2024-01-24T03:07:36.571 INFO:teuthology.orchestra.run.smithi162.stderr:512 bytes copied, 0.000463528 s, 1.1 MB/s 2024-01-24T03:07:36.572 DEBUG:teuthology.orchestra.run.smithi162:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-24T03:07:36.625 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-24T03:07:37.852 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:37 smithi162 bash[17902]: cluster 2024-01-24T03:07:36.240429+0000 mgr.smithi159.sbyejd (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:37.879 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:37 smithi159 bash[14083]: cluster 2024-01-24T03:07:36.240429+0000 mgr.smithi159.sbyejd (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:39.619 INFO:teuthology.orchestra.run.smithi162.stdout:Scheduled osd.all-available-devices update... 2024-01-24T03:07:39.863 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:39 smithi162 bash[17902]: cluster 2024-01-24T03:07:38.240880+0000 mgr.smithi159.sbyejd (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:39.863 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:39 smithi162 bash[17902]: audit 2024-01-24T03:07:39.516407+0000 mon.smithi159 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:39.864 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:39 smithi162 bash[17902]: audit 2024-01-24T03:07:39.517870+0000 mon.smithi159 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:07:39.864 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:39 smithi162 bash[17902]: audit 2024-01-24T03:07:39.519090+0000 mon.smithi159 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:39 smithi159 bash[14083]: cluster 2024-01-24T03:07:38.240880+0000 mgr.smithi159.sbyejd (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:39 smithi159 bash[14083]: audit 2024-01-24T03:07:39.516407+0000 mon.smithi159 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:39 smithi159 bash[14083]: audit 2024-01-24T03:07:39.517870+0000 mon.smithi159 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi159", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:07:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:39 smithi159 bash[14083]: audit 2024-01-24T03:07:39.519090+0000 mon.smithi159 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:40.275 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-24T03:07:40.276 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:07:40.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:40 smithi162 bash[17902]: cephadm 2024-01-24T03:07:39.517462+0000 mgr.smithi159.sbyejd (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi159 (monmap changed)... 2024-01-24T03:07:40.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:40 smithi162 bash[17902]: cephadm 2024-01-24T03:07:39.520091+0000 mgr.smithi159.sbyejd (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi159 on smithi159 2024-01-24T03:07:40.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:40 smithi162 bash[17902]: audit 2024-01-24T03:07:39.618673+0000 mon.smithi159 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:40.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:40 smithi159 bash[14083]: cephadm 2024-01-24T03:07:39.517462+0000 mgr.smithi159.sbyejd (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi159 (monmap changed)... 2024-01-24T03:07:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:40 smithi159 bash[14083]: cephadm 2024-01-24T03:07:39.520091+0000 mgr.smithi159.sbyejd (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi159 on smithi159 2024-01-24T03:07:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:40 smithi159 bash[14083]: audit 2024-01-24T03:07:39.618673+0000 mon.smithi159 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:41.840 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:41 smithi159 bash[14083]: audit 2024-01-24T03:07:39.609569+0000 mgr.smithi159.sbyejd (mgr.14180) 46 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:07:41.840 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:41 smithi159 bash[14083]: cephadm 2024-01-24T03:07:39.611434+0000 mgr.smithi159.sbyejd (mgr.14180) 47 : cephadm [INF] Marking host: smithi159 for OSDSpec preview refresh. 2024-01-24T03:07:41.840 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:41 smithi159 bash[14083]: cephadm 2024-01-24T03:07:39.611506+0000 mgr.smithi159.sbyejd (mgr.14180) 48 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2024-01-24T03:07:41.841 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:41 smithi159 bash[14083]: cephadm 2024-01-24T03:07:39.612298+0000 mgr.smithi159.sbyejd (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T03:07:41.841 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:41 smithi159 bash[14083]: cluster 2024-01-24T03:07:40.241319+0000 mgr.smithi159.sbyejd (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:41 smithi162 bash[17902]: audit 2024-01-24T03:07:39.609569+0000 mgr.smithi159.sbyejd (mgr.14180) 46 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:07:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:41 smithi162 bash[17902]: cephadm 2024-01-24T03:07:39.611434+0000 mgr.smithi159.sbyejd (mgr.14180) 47 : cephadm [INF] Marking host: smithi159 for OSDSpec preview refresh. 2024-01-24T03:07:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:41 smithi162 bash[17902]: cephadm 2024-01-24T03:07:39.611506+0000 mgr.smithi159.sbyejd (mgr.14180) 48 : cephadm [INF] Marking host: smithi162 for OSDSpec preview refresh. 2024-01-24T03:07:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:41 smithi162 bash[17902]: cephadm 2024-01-24T03:07:39.612298+0000 mgr.smithi159.sbyejd (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-24T03:07:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:41 smithi162 bash[17902]: cluster 2024-01-24T03:07:40.241319+0000 mgr.smithi159.sbyejd (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:43 smithi159 bash[14083]: cluster 2024-01-24T03:07:42.241765+0000 mgr.smithi159.sbyejd (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:43 smithi159 bash[14083]: audit 2024-01-24T03:07:43.231976+0000 mon.smithi159 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:43.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:43 smithi162 bash[17902]: cluster 2024-01-24T03:07:42.241765+0000 mgr.smithi159.sbyejd (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:43.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:43 smithi162 bash[17902]: audit 2024-01-24T03:07:43.231976+0000 mon.smithi159 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:44 smithi162 bash[17902]: cephadm 2024-01-24T03:07:43.232997+0000 mgr.smithi159.sbyejd (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi159 (dependencies changed)... 2024-01-24T03:07:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:44 smithi162 bash[17902]: cephadm 2024-01-24T03:07:43.278769+0000 mgr.smithi159.sbyejd (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi159 on smithi159 2024-01-24T03:07:44.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:44 smithi159 bash[14083]: cephadm 2024-01-24T03:07:43.232997+0000 mgr.smithi159.sbyejd (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi159 (dependencies changed)... 2024-01-24T03:07:44.882 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:44 smithi159 bash[14083]: cephadm 2024-01-24T03:07:43.278769+0000 mgr.smithi159.sbyejd (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi159 on smithi159 2024-01-24T03:07:45.074 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:07:45.814 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:45 smithi159 bash[14083]: cluster 2024-01-24T03:07:44.242225+0000 mgr.smithi159.sbyejd (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:45.814 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:45 smithi159 bash[14083]: audit 2024-01-24T03:07:45.073884+0000 mon.smithi159 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.159:0/664113003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:07:45.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:45 smithi162 bash[17902]: cluster 2024-01-24T03:07:44.242225+0000 mgr.smithi159.sbyejd (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:45.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:45 smithi162 bash[17902]: audit 2024-01-24T03:07:45.073884+0000 mon.smithi159 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.159:0/664113003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:07:46.601 INFO:teuthology.orchestra.run.smithi159.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-24T03:07:47.601 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:07:47.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:47 smithi162 bash[17902]: cluster 2024-01-24T03:07:46.242722+0000 mgr.smithi159.sbyejd (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:47.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:47 smithi159 bash[14083]: cluster 2024-01-24T03:07:46.242722+0000 mgr.smithi159.sbyejd (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:49.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:49 smithi159 bash[14083]: cluster 2024-01-24T03:07:48.243050+0000 mgr.smithi159.sbyejd (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:49 smithi159 bash[14083]: audit 2024-01-24T03:07:49.421082+0000 mon.smithi159 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:49.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:49 smithi162 bash[17902]: cluster 2024-01-24T03:07:48.243050+0000 mgr.smithi159.sbyejd (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:49.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:49 smithi162 bash[17902]: audit 2024-01-24T03:07:49.421082+0000 mon.smithi159 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:50 smithi162 bash[17902]: cephadm 2024-01-24T03:07:49.422034+0000 mgr.smithi159.sbyejd (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi159 (dependencies changed)... 2024-01-24T03:07:50.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:50 smithi162 bash[17902]: cephadm 2024-01-24T03:07:49.426160+0000 mgr.smithi159.sbyejd (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi159 on smithi159 2024-01-24T03:07:50.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:50 smithi159 bash[14083]: cephadm 2024-01-24T03:07:49.422034+0000 mgr.smithi159.sbyejd (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi159 (dependencies changed)... 2024-01-24T03:07:50.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:50 smithi159 bash[14083]: cephadm 2024-01-24T03:07:49.426160+0000 mgr.smithi159.sbyejd (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi159 on smithi159 2024-01-24T03:07:51.847 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:51 smithi159 bash[14083]: cluster 2024-01-24T03:07:50.243328+0000 mgr.smithi159.sbyejd (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:51.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:51 smithi162 bash[17902]: cluster 2024-01-24T03:07:50.243328+0000 mgr.smithi159.sbyejd (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:52.508 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:07:52.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:52 smithi159 bash[14083]: audit 2024-01-24T03:07:52.507913+0000 mon.smithi159 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.159:0/2344506972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:07:52.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:52 smithi162 bash[17902]: audit 2024-01-24T03:07:52.507913+0000 mon.smithi159 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.159:0/2344506972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:07:53.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:53 smithi159 bash[14083]: cluster 2024-01-24T03:07:52.243581+0000 mgr.smithi159.sbyejd (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:53.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:53 smithi162 bash[17902]: cluster 2024-01-24T03:07:52.243581+0000 mgr.smithi159.sbyejd (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:53.957 INFO:teuthology.orchestra.run.smithi159.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-24T03:07:54.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:54 smithi162 bash[17902]: cluster 2024-01-24T03:07:54.243938+0000 mgr.smithi159.sbyejd (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:54.921 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:54 smithi159 bash[14083]: cluster 2024-01-24T03:07:54.243938+0000 mgr.smithi159.sbyejd (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:54.958 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:07:57.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:57 smithi162 bash[17902]: cluster 2024-01-24T03:07:56.244388+0000 mgr.smithi159.sbyejd (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:57.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:57 smithi162 bash[17902]: audit 2024-01-24T03:07:57.098334+0000 mon.smithi159 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:57.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:57 smithi162 bash[17902]: audit 2024-01-24T03:07:57.099629+0000 mon.smithi159 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:07:57.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:57 smithi162 bash[17902]: audit 2024-01-24T03:07:57.100803+0000 mon.smithi159 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:57.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:57 smithi159 bash[14083]: cluster 2024-01-24T03:07:56.244388+0000 mgr.smithi159.sbyejd (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:57.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:57 smithi159 bash[14083]: audit 2024-01-24T03:07:57.098334+0000 mon.smithi159 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:57 smithi159 bash[14083]: audit 2024-01-24T03:07:57.099629+0000 mon.smithi159 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi162", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-24T03:07:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:57 smithi159 bash[14083]: audit 2024-01-24T03:07:57.100803+0000 mon.smithi159 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:58.591 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:58 smithi162 bash[17902]: cephadm 2024-01-24T03:07:57.099196+0000 mgr.smithi159.sbyejd (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2024-01-24T03:07:58.592 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:58 smithi162 bash[17902]: cephadm 2024-01-24T03:07:57.101750+0000 mgr.smithi159.sbyejd (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2024-01-24T03:07:58.904 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:58 smithi159 bash[14083]: cephadm 2024-01-24T03:07:57.099196+0000 mgr.smithi159.sbyejd (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi162 (monmap changed)... 2024-01-24T03:07:58.904 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:58 smithi159 bash[14083]: cephadm 2024-01-24T03:07:57.101750+0000 mgr.smithi159.sbyejd (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi162 on smithi162 2024-01-24T03:07:59.542 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:07:59.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:59 smithi159 bash[14083]: cluster 2024-01-24T03:07:58.244784+0000 mgr.smithi159.sbyejd (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:59.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:59 smithi159 bash[14083]: audit 2024-01-24T03:07:59.082500+0000 mon.smithi159 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:59.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:59 smithi159 bash[14083]: audit 2024-01-24T03:07:59.084158+0000 mon.smithi159 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.xpxzcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:07:59.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:59 smithi159 bash[14083]: audit 2024-01-24T03:07:59.085423+0000 mon.smithi159 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:07:59.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:07:59 smithi159 bash[14083]: audit 2024-01-24T03:07:59.086581+0000 mon.smithi159 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:07:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:59 smithi162 bash[17902]: cluster 2024-01-24T03:07:58.244784+0000 mgr.smithi159.sbyejd (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:07:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:59 smithi162 bash[17902]: audit 2024-01-24T03:07:59.082500+0000 mon.smithi159 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:07:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:59 smithi162 bash[17902]: audit 2024-01-24T03:07:59.084158+0000 mon.smithi159 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi162.xpxzcp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-24T03:07:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:59 smithi162 bash[17902]: audit 2024-01-24T03:07:59.085423+0000 mon.smithi159 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-24T03:07:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:07:59 smithi162 bash[17902]: audit 2024-01-24T03:07:59.086581+0000 mon.smithi159 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:00.322 INFO:teuthology.orchestra.run.smithi159.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-24T03:08:00.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:00 smithi159 bash[14083]: cephadm 2024-01-24T03:07:59.083760+0000 mgr.smithi159.sbyejd (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi162.xpxzcp (monmap changed)... 2024-01-24T03:08:00.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:00 smithi159 bash[14083]: cephadm 2024-01-24T03:07:59.087484+0000 mgr.smithi159.sbyejd (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi162.xpxzcp on smithi162 2024-01-24T03:08:00.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:00 smithi159 bash[14083]: audit 2024-01-24T03:07:59.542387+0000 mon.smithi159 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.159:0/2231022013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:00 smithi162 bash[17902]: cephadm 2024-01-24T03:07:59.083760+0000 mgr.smithi159.sbyejd (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi162.xpxzcp (monmap changed)... 2024-01-24T03:08:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:00 smithi162 bash[17902]: cephadm 2024-01-24T03:07:59.087484+0000 mgr.smithi159.sbyejd (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi162.xpxzcp on smithi162 2024-01-24T03:08:00.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:00 smithi162 bash[17902]: audit 2024-01-24T03:07:59.542387+0000 mon.smithi159 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.159:0/2231022013' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:01.323 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:01.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:01 smithi162 bash[17902]: cluster 2024-01-24T03:08:00.245199+0000 mgr.smithi159.sbyejd (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:01.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:01 smithi162 bash[17902]: audit 2024-01-24T03:08:00.919647+0000 mon.smithi159 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:01.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:01 smithi162 bash[17902]: audit 2024-01-24T03:08:00.921504+0000 mon.smithi159 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:08:01.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:01 smithi162 bash[17902]: audit 2024-01-24T03:08:00.922938+0000 mon.smithi159 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:08:01.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:01 smithi162 bash[17902]: audit 2024-01-24T03:08:00.924355+0000 mon.smithi159 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:01 smithi159 bash[14083]: cluster 2024-01-24T03:08:00.245199+0000 mgr.smithi159.sbyejd (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:01 smithi159 bash[14083]: audit 2024-01-24T03:08:00.919647+0000 mon.smithi159 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:01 smithi159 bash[14083]: audit 2024-01-24T03:08:00.921504+0000 mon.smithi159 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-24T03:08:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:01 smithi159 bash[14083]: audit 2024-01-24T03:08:00.922938+0000 mon.smithi159 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-24T03:08:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:01 smithi159 bash[14083]: audit 2024-01-24T03:08:00.924355+0000 mon.smithi159 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:02.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:02 smithi162 bash[17902]: cephadm 2024-01-24T03:08:00.920991+0000 mgr.smithi159.sbyejd (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2024-01-24T03:08:02.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:02 smithi162 bash[17902]: cephadm 2024-01-24T03:08:00.925508+0000 mgr.smithi159.sbyejd (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2024-01-24T03:08:02.648 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:02 smithi159 bash[14083]: cephadm 2024-01-24T03:08:00.920991+0000 mgr.smithi159.sbyejd (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi162 (monmap changed)... 2024-01-24T03:08:02.648 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:02 smithi159 bash[14083]: cephadm 2024-01-24T03:08:00.925508+0000 mgr.smithi159.sbyejd (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi162 on smithi162 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: cluster 2024-01-24T03:08:02.245661+0000 mgr.smithi159.sbyejd (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.657578+0000 mon.smithi159 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.661909+0000 mon.smithi159 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.664125+0000 mon.smithi159 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.670431+0000 mon.smithi159 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.679358+0000 mon.smithi159 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.688003+0000 mon.smithi159 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.696022+0000 mon.smithi159 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.706115+0000 mon.smithi159 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.711086+0000 mon.smithi159 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.720097+0000 mon.smithi159 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:03 smithi159 bash[14083]: audit 2024-01-24T03:08:02.724455+0000 mon.smithi159 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:03.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: cluster 2024-01-24T03:08:02.245661+0000 mgr.smithi159.sbyejd (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:03.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.657578+0000 mon.smithi159 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.661909+0000 mon.smithi159 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.664125+0000 mon.smithi159 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.670431+0000 mon.smithi159 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.679358+0000 mon.smithi159 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.688003+0000 mon.smithi159 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.696022+0000 mon.smithi159 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.706115+0000 mon.smithi159 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.711086+0000 mon.smithi159 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.720097+0000 mon.smithi159 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:03 smithi162 bash[17902]: audit 2024-01-24T03:08:02.724455+0000 mon.smithi159 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:08:04.675 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:04.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:04 smithi159 bash[14083]: audit 2024-01-24T03:08:02.662553+0000 mgr.smithi159.sbyejd (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:08:04.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:04 smithi159 bash[14083]: audit 2024-01-24T03:08:02.664637+0000 mgr.smithi159.sbyejd (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:08:04.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:04 smithi159 bash[14083]: audit 2024-01-24T03:08:02.680263+0000 mgr.smithi159.sbyejd (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:08:04.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:04 smithi159 bash[14083]: audit 2024-01-24T03:08:02.688593+0000 mgr.smithi159.sbyejd (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:08:04.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:04 smithi159 bash[14083]: audit 2024-01-24T03:08:02.706975+0000 mgr.smithi159.sbyejd (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:08:04.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:04 smithi159 bash[14083]: audit 2024-01-24T03:08:02.711862+0000 mgr.smithi159.sbyejd (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:08:04.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:04 smithi162 bash[17902]: audit 2024-01-24T03:08:02.662553+0000 mgr.smithi159.sbyejd (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-24T03:08:04.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:04 smithi162 bash[17902]: audit 2024-01-24T03:08:02.664637+0000 mgr.smithi159.sbyejd (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi159.front.sepia.ceph.com:9093"}]: dispatch 2024-01-24T03:08:04.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:04 smithi162 bash[17902]: audit 2024-01-24T03:08:02.680263+0000 mgr.smithi159.sbyejd (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-24T03:08:04.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:04 smithi162 bash[17902]: audit 2024-01-24T03:08:02.688593+0000 mgr.smithi159.sbyejd (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi159.front.sepia.ceph.com:3000"}]: dispatch 2024-01-24T03:08:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:04 smithi162 bash[17902]: audit 2024-01-24T03:08:02.706975+0000 mgr.smithi159.sbyejd (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-24T03:08:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:04 smithi162 bash[17902]: audit 2024-01-24T03:08:02.711862+0000 mgr.smithi159.sbyejd (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi159.front.sepia.ceph.com:9095"}]: dispatch 2024-01-24T03:08:05.491 INFO:teuthology.orchestra.run.smithi159.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-24T03:08:05.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:05 smithi159 bash[14083]: cluster 2024-01-24T03:08:04.246065+0000 mgr.smithi159.sbyejd (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:05 smithi159 bash[14083]: audit 2024-01-24T03:08:04.675219+0000 mon.smithi159 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.159:0/2599358427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:05.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:05 smithi162 bash[17902]: cluster 2024-01-24T03:08:04.246065+0000 mgr.smithi159.sbyejd (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:05.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:05 smithi162 bash[17902]: audit 2024-01-24T03:08:04.675219+0000 mon.smithi159 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.159:0/2599358427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:06.492 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:07.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:07 smithi159 bash[14083]: cluster 2024-01-24T03:08:06.246464+0000 mgr.smithi159.sbyejd (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:07.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:07 smithi162 bash[17902]: cluster 2024-01-24T03:08:06.246464+0000 mgr.smithi159.sbyejd (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:09.320 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:09 smithi159 bash[14083]: audit 2024-01-24T03:08:07.997645+0000 mon.smithi159 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:09.320 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:09 smithi159 bash[14083]: cluster 2024-01-24T03:08:08.246753+0000 mgr.smithi159.sbyejd (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:09.320 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:09 smithi159 bash[14083]: audit 2024-01-24T03:08:08.276405+0000 mon.smithi159 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:09.321 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:09 smithi159 bash[14083]: audit 2024-01-24T03:08:08.895695+0000 mon.smithi159 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:09 smithi162 bash[17902]: audit 2024-01-24T03:08:07.997645+0000 mon.smithi159 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:09 smithi162 bash[17902]: cluster 2024-01-24T03:08:08.246753+0000 mgr.smithi159.sbyejd (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:09 smithi162 bash[17902]: audit 2024-01-24T03:08:08.276405+0000 mon.smithi159 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:09.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:09 smithi162 bash[17902]: audit 2024-01-24T03:08:08.895695+0000 mon.smithi159 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:09.684 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.173137+0000 mon.smithi159 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.174481+0000 mon.smithi159 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.175506+0000 mon.smithi159 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.180754+0000 mon.smithi159 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.186210+0000 mon.smithi159 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.191209+0000 mon.smithi159 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.192720+0000 mon.smithi159 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.193157+0000 mon.smithi159 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.194114+0000 mon.smithi159 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:10 smithi159 bash[14083]: audit 2024-01-24T03:08:09.684723+0000 mon.smithi159 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.159:0/3548874416' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:10.439 INFO:teuthology.orchestra.run.smithi159.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-24T03:08:10.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.173137+0000 mon.smithi159 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.174481+0000 mon.smithi159 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.175506+0000 mon.smithi159 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.180754+0000 mon.smithi159 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.186210+0000 mon.smithi159 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.191209+0000 mon.smithi159 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.192720+0000 mon.smithi159 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.193157+0000 mon.smithi159 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.194114+0000 mon.smithi159 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:10 smithi162 bash[17902]: audit 2024-01-24T03:08:09.684723+0000 mon.smithi159 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.159:0/3548874416' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:11.440 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:11.454 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:11 smithi159 bash[14083]: cluster 2024-01-24T03:08:10.247080+0000 mgr.smithi159.sbyejd (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:11.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:11 smithi162 bash[17902]: cluster 2024-01-24T03:08:10.247080+0000 mgr.smithi159.sbyejd (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:13.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:13 smithi162 bash[17902]: cluster 2024-01-24T03:08:12.247537+0000 mgr.smithi159.sbyejd (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:13.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:13 smithi159 bash[14083]: cluster 2024-01-24T03:08:12.247537+0000 mgr.smithi159.sbyejd (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:14.771 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:15.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:15 smithi159 bash[14083]: cluster 2024-01-24T03:08:14.247983+0000 mgr.smithi159.sbyejd (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:15 smithi159 bash[14083]: audit 2024-01-24T03:08:14.771507+0000 mon.smithi159 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.159:0/853712711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:15.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:15 smithi162 bash[17902]: cluster 2024-01-24T03:08:14.247983+0000 mgr.smithi159.sbyejd (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:15.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:15 smithi162 bash[17902]: audit 2024-01-24T03:08:14.771507+0000 mon.smithi159 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.159:0/853712711' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:15.971 INFO:teuthology.orchestra.run.smithi159.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-24T03:08:16.973 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:17.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:17 smithi159 bash[14083]: cluster 2024-01-24T03:08:16.248456+0000 mgr.smithi159.sbyejd (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:17 smithi162 bash[17902]: cluster 2024-01-24T03:08:16.248456+0000 mgr.smithi159.sbyejd (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:18.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:18 smithi159 bash[14083]: audit 2024-01-24T03:08:17.839072+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/30272820' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52612509-e438-4044-ae4f-a426f4355157"}]: dispatch 2024-01-24T03:08:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:18 smithi159 bash[14083]: audit 2024-01-24T03:08:17.839773+0000 mon.smithi159 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52612509-e438-4044-ae4f-a426f4355157"}]: dispatch 2024-01-24T03:08:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:18 smithi159 bash[14083]: audit 2024-01-24T03:08:17.848058+0000 mon.smithi159 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52612509-e438-4044-ae4f-a426f4355157"}]': finished 2024-01-24T03:08:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:18 smithi159 bash[14083]: cluster 2024-01-24T03:08:17.848206+0000 mon.smithi159 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T03:08:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:18 smithi159 bash[14083]: audit 2024-01-24T03:08:17.848406+0000 mon.smithi159 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:18.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:18 smithi162 bash[17902]: audit 2024-01-24T03:08:17.839072+0000 mon.smithi162 (mon.1) 2 : audit [INF] from='client.? 172.21.15.162:0/30272820' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52612509-e438-4044-ae4f-a426f4355157"}]: dispatch 2024-01-24T03:08:18.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:18 smithi162 bash[17902]: audit 2024-01-24T03:08:17.839773+0000 mon.smithi159 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "52612509-e438-4044-ae4f-a426f4355157"}]: dispatch 2024-01-24T03:08:18.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:18 smithi162 bash[17902]: audit 2024-01-24T03:08:17.848058+0000 mon.smithi159 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "52612509-e438-4044-ae4f-a426f4355157"}]': finished 2024-01-24T03:08:18.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:18 smithi162 bash[17902]: cluster 2024-01-24T03:08:17.848206+0000 mon.smithi159 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-24T03:08:18.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:18 smithi162 bash[17902]: audit 2024-01-24T03:08:17.848406+0000 mon.smithi159 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:19.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:19 smithi159 bash[14083]: cluster 2024-01-24T03:08:18.248866+0000 mgr.smithi159.sbyejd (mgr.14180) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:19.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:19 smithi162 bash[17902]: cluster 2024-01-24T03:08:18.248866+0000 mgr.smithi159.sbyejd (mgr.14180) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:20.633 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:20.666 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:20 smithi159 bash[14083]: audit 2024-01-24T03:08:19.428760+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3492612595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:20 smithi159 bash[14083]: audit 2024-01-24T03:08:19.438808+0000 mon.smithi159 (mon.0) 265 : audit [INF] from='client.? 172.21.15.159:0/744372257' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e9a82e03-6179-4918-9aab-ef310e27db71"}]: dispatch 2024-01-24T03:08:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:20 smithi159 bash[14083]: audit 2024-01-24T03:08:19.445897+0000 mon.smithi159 (mon.0) 266 : audit [INF] from='client.? 172.21.15.159:0/744372257' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e9a82e03-6179-4918-9aab-ef310e27db71"}]': finished 2024-01-24T03:08:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:20 smithi159 bash[14083]: cluster 2024-01-24T03:08:19.446131+0000 mon.smithi159 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T03:08:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:20 smithi159 bash[14083]: audit 2024-01-24T03:08:19.446271+0000 mon.smithi159 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:20.667 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:20 smithi159 bash[14083]: audit 2024-01-24T03:08:19.446559+0000 mon.smithi159 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:20 smithi162 bash[17902]: audit 2024-01-24T03:08:19.428760+0000 mon.smithi162 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.162:0/3492612595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:20 smithi162 bash[17902]: audit 2024-01-24T03:08:19.438808+0000 mon.smithi159 (mon.0) 265 : audit [INF] from='client.? 172.21.15.159:0/744372257' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e9a82e03-6179-4918-9aab-ef310e27db71"}]: dispatch 2024-01-24T03:08:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:20 smithi162 bash[17902]: audit 2024-01-24T03:08:19.445897+0000 mon.smithi159 (mon.0) 266 : audit [INF] from='client.? 172.21.15.159:0/744372257' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e9a82e03-6179-4918-9aab-ef310e27db71"}]': finished 2024-01-24T03:08:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:20 smithi162 bash[17902]: cluster 2024-01-24T03:08:19.446131+0000 mon.smithi159 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-24T03:08:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:20 smithi162 bash[17902]: audit 2024-01-24T03:08:19.446271+0000 mon.smithi159 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:20 smithi162 bash[17902]: audit 2024-01-24T03:08:19.446559+0000 mon.smithi159 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:21.496 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1706065699,"num_remapped_pgs":0} 2024-01-24T03:08:21.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:21 smithi162 bash[17902]: cluster 2024-01-24T03:08:20.249285+0000 mgr.smithi159.sbyejd (mgr.14180) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:21.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:21 smithi162 bash[17902]: audit 2024-01-24T03:08:20.633507+0000 mon.smithi159 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.159:0/4272073517' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:21 smithi159 bash[14083]: cluster 2024-01-24T03:08:20.249285+0000 mgr.smithi159.sbyejd (mgr.14180) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:21 smithi159 bash[14083]: audit 2024-01-24T03:08:20.633507+0000 mon.smithi159 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.159:0/4272073517' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:22.498 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:22.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:21.561061+0000 mon.smithi159 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.159:0/246419747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:22.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:22.246256+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/3090674109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b493cb24-d48d-4343-81f0-3585bed3f9c8"}]: dispatch 2024-01-24T03:08:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:22.247147+0000 mon.smithi159 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b493cb24-d48d-4343-81f0-3585bed3f9c8"}]: dispatch 2024-01-24T03:08:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:22.255060+0000 mon.smithi159 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b493cb24-d48d-4343-81f0-3585bed3f9c8"}]': finished 2024-01-24T03:08:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: cluster 2024-01-24T03:08:22.255236+0000 mon.smithi159 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T03:08:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:22.255545+0000 mon.smithi159 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:22.256113+0000 mon.smithi159 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:22 smithi162 bash[17902]: audit 2024-01-24T03:08:22.256427+0000 mon.smithi159 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:22.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:21.561061+0000 mon.smithi159 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.159:0/246419747' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:22.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:22.246256+0000 mon.smithi162 (mon.1) 4 : audit [INF] from='client.? 172.21.15.162:0/3090674109' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b493cb24-d48d-4343-81f0-3585bed3f9c8"}]: dispatch 2024-01-24T03:08:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:22.247147+0000 mon.smithi159 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b493cb24-d48d-4343-81f0-3585bed3f9c8"}]: dispatch 2024-01-24T03:08:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:22.255060+0000 mon.smithi159 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b493cb24-d48d-4343-81f0-3585bed3f9c8"}]': finished 2024-01-24T03:08:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: cluster 2024-01-24T03:08:22.255236+0000 mon.smithi159 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-24T03:08:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:22.255545+0000 mon.smithi159 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:22.256113+0000 mon.smithi159 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:22 smithi159 bash[14083]: audit 2024-01-24T03:08:22.256427+0000 mon.smithi159 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:23 smithi162 bash[17902]: cluster 2024-01-24T03:08:22.249663+0000 mgr.smithi159.sbyejd (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:23.832 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:23 smithi159 bash[14083]: cluster 2024-01-24T03:08:22.249663+0000 mgr.smithi159.sbyejd (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:23.842458+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/1945446228' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:24.403232+0000 mon.smithi159 (mon.0) 278 : audit [INF] from='client.? 172.21.15.159:0/3894731134' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0853fde-7091-44cd-8251-8768b33de3cd"}]: dispatch 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:24.410957+0000 mon.smithi159 (mon.0) 279 : audit [INF] from='client.? 172.21.15.159:0/3894731134' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0853fde-7091-44cd-8251-8768b33de3cd"}]': finished 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: cluster 2024-01-24T03:08:24.411060+0000 mon.smithi159 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:24.411175+0000 mon.smithi159 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:24.411454+0000 mon.smithi159 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:24.411654+0000 mon.smithi159 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:24.793 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:24 smithi159 bash[14083]: audit 2024-01-24T03:08:24.411867+0000 mon.smithi159 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:24.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:23.842458+0000 mon.smithi162 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.162:0/1945446228' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:24.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:24.403232+0000 mon.smithi159 (mon.0) 278 : audit [INF] from='client.? 172.21.15.159:0/3894731134' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b0853fde-7091-44cd-8251-8768b33de3cd"}]: dispatch 2024-01-24T03:08:24.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:24.410957+0000 mon.smithi159 (mon.0) 279 : audit [INF] from='client.? 172.21.15.159:0/3894731134' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b0853fde-7091-44cd-8251-8768b33de3cd"}]': finished 2024-01-24T03:08:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: cluster 2024-01-24T03:08:24.411060+0000 mon.smithi159 (mon.0) 280 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-24T03:08:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:24.411175+0000 mon.smithi159 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:24.411454+0000 mon.smithi159 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:24.411654+0000 mon.smithi159 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:24 smithi162 bash[17902]: audit 2024-01-24T03:08:24.411867+0000 mon.smithi159 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:25.776 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:25 smithi159 bash[14083]: cluster 2024-01-24T03:08:24.250001+0000 mgr.smithi159.sbyejd (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:25.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:25 smithi162 bash[17902]: cluster 2024-01-24T03:08:24.250001+0000 mgr.smithi159.sbyejd (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:26.169 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:26.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:26 smithi159 bash[14083]: audit 2024-01-24T03:08:26.169287+0000 mon.smithi159 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.159:0/1820463316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:26.837 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:26 smithi162 bash[17902]: audit 2024-01-24T03:08:26.169287+0000 mon.smithi159 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.159:0/1820463316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:26.980 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1706065704,"num_remapped_pgs":0} 2024-01-24T03:08:27.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: cluster 2024-01-24T03:08:26.250419+0000 mgr.smithi159.sbyejd (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:27.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.600506+0000 mon.smithi159 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.159:0/1824037296' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.630540+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/1658039916' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "188fd99b-afb5-44d5-bc9c-8b778f85b32f"}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.631210+0000 mon.smithi159 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "188fd99b-afb5-44d5-bc9c-8b778f85b32f"}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.641600+0000 mon.smithi159 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "188fd99b-afb5-44d5-bc9c-8b778f85b32f"}]': finished 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: cluster 2024-01-24T03:08:26.641762+0000 mon.smithi159 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.641933+0000 mon.smithi159 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.642252+0000 mon.smithi159 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.642428+0000 mon.smithi159 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.642602+0000 mon.smithi159 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:27 smithi162 bash[17902]: audit 2024-01-24T03:08:26.642784+0000 mon.smithi159 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: cluster 2024-01-24T03:08:26.250419+0000 mgr.smithi159.sbyejd (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.600506+0000 mon.smithi159 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.159:0/1824037296' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.630540+0000 mon.smithi162 (mon.1) 6 : audit [INF] from='client.? 172.21.15.162:0/1658039916' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "188fd99b-afb5-44d5-bc9c-8b778f85b32f"}]: dispatch 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.631210+0000 mon.smithi159 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "188fd99b-afb5-44d5-bc9c-8b778f85b32f"}]: dispatch 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.641600+0000 mon.smithi159 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "188fd99b-afb5-44d5-bc9c-8b778f85b32f"}]': finished 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: cluster 2024-01-24T03:08:26.641762+0000 mon.smithi159 (mon.0) 289 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.641933+0000 mon.smithi159 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.642252+0000 mon.smithi159 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:27.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.642428+0000 mon.smithi159 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:27.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.642602+0000 mon.smithi159 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:27.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:27 smithi159 bash[14083]: audit 2024-01-24T03:08:26.642784+0000 mon.smithi159 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:27.980 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:28.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:28 smithi162 bash[17902]: audit 2024-01-24T03:08:28.214971+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/901547599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:28 smithi159 bash[14083]: audit 2024-01-24T03:08:28.214971+0000 mon.smithi162 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.162:0/901547599' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:29.707 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: cluster 2024-01-24T03:08:28.250779+0000 mgr.smithi159.sbyejd (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:29.707 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.382480+0000 mon.smithi159 (mon.0) 295 : audit [INF] from='client.? 172.21.15.159:0/4236867269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30c55e58-9557-49f3-9004-be1d1b7ab876"}]: dispatch 2024-01-24T03:08:29.707 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.388069+0000 mon.smithi159 (mon.0) 296 : audit [INF] from='client.? 172.21.15.159:0/4236867269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30c55e58-9557-49f3-9004-be1d1b7ab876"}]': finished 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: cluster 2024-01-24T03:08:29.388120+0000 mon.smithi159 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.388320+0000 mon.smithi159 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.388861+0000 mon.smithi159 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.389185+0000 mon.smithi159 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.389498+0000 mon.smithi159 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.389811+0000 mon.smithi159 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:29.708 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:29 smithi159 bash[14083]: audit 2024-01-24T03:08:29.390106+0000 mon.smithi159 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:29.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: cluster 2024-01-24T03:08:28.250779+0000 mgr.smithi159.sbyejd (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:29.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.382480+0000 mon.smithi159 (mon.0) 295 : audit [INF] from='client.? 172.21.15.159:0/4236867269' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30c55e58-9557-49f3-9004-be1d1b7ab876"}]: dispatch 2024-01-24T03:08:29.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.388069+0000 mon.smithi159 (mon.0) 296 : audit [INF] from='client.? 172.21.15.159:0/4236867269' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30c55e58-9557-49f3-9004-be1d1b7ab876"}]': finished 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: cluster 2024-01-24T03:08:29.388120+0000 mon.smithi159 (mon.0) 297 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.388320+0000 mon.smithi159 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.388861+0000 mon.smithi159 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.389185+0000 mon.smithi159 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.389498+0000 mon.smithi159 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.389811+0000 mon.smithi159 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:29 smithi162 bash[17902]: audit 2024-01-24T03:08:29.390106+0000 mon.smithi159 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:31.523 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:31.750 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: cluster 2024-01-24T03:08:30.251269+0000 mgr.smithi159.sbyejd (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:31.750 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.018848+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/2648310684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c4f42ac-58b3-45dd-b7fb-cefa945e1995"}]: dispatch 2024-01-24T03:08:31.750 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.019713+0000 mon.smithi159 (mon.0) 304 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c4f42ac-58b3-45dd-b7fb-cefa945e1995"}]: dispatch 2024-01-24T03:08:31.750 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.025747+0000 mon.smithi159 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c4f42ac-58b3-45dd-b7fb-cefa945e1995"}]': finished 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: cluster 2024-01-24T03:08:31.025812+0000 mon.smithi159 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.026025+0000 mon.smithi159 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.026638+0000 mon.smithi159 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.026918+0000 mon.smithi159 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.027271+0000 mon.smithi159 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.027826+0000 mon.smithi159 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.028060+0000 mon.smithi159 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:31.751 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:31 smithi159 bash[14083]: audit 2024-01-24T03:08:31.028350+0000 mon.smithi159 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:31.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: cluster 2024-01-24T03:08:30.251269+0000 mgr.smithi159.sbyejd (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:31.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.018848+0000 mon.smithi162 (mon.1) 8 : audit [INF] from='client.? 172.21.15.162:0/2648310684' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c4f42ac-58b3-45dd-b7fb-cefa945e1995"}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.019713+0000 mon.smithi159 (mon.0) 304 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9c4f42ac-58b3-45dd-b7fb-cefa945e1995"}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.025747+0000 mon.smithi159 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9c4f42ac-58b3-45dd-b7fb-cefa945e1995"}]': finished 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: cluster 2024-01-24T03:08:31.025812+0000 mon.smithi159 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.026025+0000 mon.smithi159 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.026638+0000 mon.smithi159 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.026918+0000 mon.smithi159 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.027271+0000 mon.smithi159 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.027826+0000 mon.smithi159 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.028060+0000 mon.smithi159 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:31 smithi162 bash[17902]: audit 2024-01-24T03:08:31.028350+0000 mon.smithi159 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:32.360 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1706065711,"num_remapped_pgs":0} 2024-01-24T03:08:32.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:32 smithi159 bash[14083]: audit 2024-01-24T03:08:31.523747+0000 mon.smithi159 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.159:0/2006656138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:32.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:32 smithi159 bash[14083]: audit 2024-01-24T03:08:31.829321+0000 mon.smithi159 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.159:0/1892884898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:32.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:32 smithi162 bash[17902]: audit 2024-01-24T03:08:31.523747+0000 mon.smithi159 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.159:0/2006656138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:32.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:32 smithi162 bash[17902]: audit 2024-01-24T03:08:31.829321+0000 mon.smithi159 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.159:0/1892884898' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:33.361 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:33.680 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:33 smithi159 bash[14083]: cluster 2024-01-24T03:08:32.251646+0000 mgr.smithi159.sbyejd (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:33 smithi159 bash[14083]: audit 2024-01-24T03:08:32.624350+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/292301660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:33.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:33 smithi162 bash[17902]: cluster 2024-01-24T03:08:32.251646+0000 mgr.smithi159.sbyejd (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:33.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:33 smithi162 bash[17902]: audit 2024-01-24T03:08:32.624350+0000 mon.smithi162 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.162:0/292301660' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:35.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: cluster 2024-01-24T03:08:34.251969+0000 mgr.smithi159.sbyejd (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.611631+0000 mon.smithi159 (mon.0) 316 : audit [INF] from='client.? 172.21.15.159:0/3469385251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6eb2d982-7dd9-480d-b06c-e2bef057bc31"}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.619517+0000 mon.smithi159 (mon.0) 317 : audit [INF] from='client.? 172.21.15.159:0/3469385251' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6eb2d982-7dd9-480d-b06c-e2bef057bc31"}]': finished 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: cluster 2024-01-24T03:08:34.619564+0000 mon.smithi159 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.619656+0000 mon.smithi159 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.620029+0000 mon.smithi159 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.620361+0000 mon.smithi159 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.620724+0000 mon.smithi159 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.621078+0000 mon.smithi159 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.621433+0000 mon.smithi159 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.621765+0000 mon.smithi159 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:35 smithi162 bash[17902]: audit 2024-01-24T03:08:34.622112+0000 mon.smithi159 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:08:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: cluster 2024-01-24T03:08:34.251969+0000 mgr.smithi159.sbyejd (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.611631+0000 mon.smithi159 (mon.0) 316 : audit [INF] from='client.? 172.21.15.159:0/3469385251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6eb2d982-7dd9-480d-b06c-e2bef057bc31"}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.619517+0000 mon.smithi159 (mon.0) 317 : audit [INF] from='client.? 172.21.15.159:0/3469385251' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6eb2d982-7dd9-480d-b06c-e2bef057bc31"}]': finished 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: cluster 2024-01-24T03:08:34.619564+0000 mon.smithi159 (mon.0) 318 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.619656+0000 mon.smithi159 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.620029+0000 mon.smithi159 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.620361+0000 mon.smithi159 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.620724+0000 mon.smithi159 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.621078+0000 mon.smithi159 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.621433+0000 mon.smithi159 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:35.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.621765+0000 mon.smithi159 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:35.981 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:35 smithi159 bash[14083]: audit 2024-01-24T03:08:34.622112+0000 mon.smithi159 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:08:37.231 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:37.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:37 smithi159 bash[14083]: cluster 2024-01-24T03:08:36.252363+0000 mgr.smithi159.sbyejd (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:37.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:37 smithi159 bash[14083]: audit 2024-01-24T03:08:37.230989+0000 mon.smithi159 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.159:0/3005528179' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:37.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:37 smithi159 bash[14083]: audit 2024-01-24T03:08:37.233597+0000 mon.smithi159 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.159:0/3739866088' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:37 smithi162 bash[17902]: cluster 2024-01-24T03:08:36.252363+0000 mgr.smithi159.sbyejd (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:37 smithi162 bash[17902]: audit 2024-01-24T03:08:37.230989+0000 mon.smithi159 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.159:0/3005528179' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:37 smithi162 bash[17902]: audit 2024-01-24T03:08:37.233597+0000 mon.smithi159 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.159:0/3739866088' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-24T03:08:38.119 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:08:39.121 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:39.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:39 smithi159 bash[14083]: cluster 2024-01-24T03:08:38.252696+0000 mgr.smithi159.sbyejd (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:39.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:39 smithi162 bash[17902]: cluster 2024-01-24T03:08:38.252696+0000 mgr.smithi159.sbyejd (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:41.774 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:41 smithi162 bash[17902]: cluster 2024-01-24T03:08:40.253049+0000 mgr.smithi159.sbyejd (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:41 smithi159 bash[14083]: cluster 2024-01-24T03:08:40.253049+0000 mgr.smithi159.sbyejd (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:42.946 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:43.645 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:08:43.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:43 smithi162 bash[17902]: cluster 2024-01-24T03:08:42.253452+0000 mgr.smithi159.sbyejd (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:43.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:43 smithi162 bash[17902]: audit 2024-01-24T03:08:42.946092+0000 mon.smithi159 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.159:0/3914391626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:43.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:43 smithi159 bash[14083]: cluster 2024-01-24T03:08:42.253452+0000 mgr.smithi159.sbyejd (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:43.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:43 smithi159 bash[14083]: audit 2024-01-24T03:08:42.946092+0000 mon.smithi159 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.159:0/3914391626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:44.646 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:44.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:44 smithi159 bash[14083]: audit 2024-01-24T03:08:44.196216+0000 mon.smithi159 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T03:08:44.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:44 smithi159 bash[14083]: audit 2024-01-24T03:08:44.197889+0000 mon.smithi159 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:44 smithi162 bash[17902]: audit 2024-01-24T03:08:44.196216+0000 mon.smithi159 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-24T03:08:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:44 smithi162 bash[17902]: audit 2024-01-24T03:08:44.197889+0000 mon.smithi159 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:45.765 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:45 smithi162 bash[17902]: cephadm 2024-01-24T03:08:44.199281+0000 mgr.smithi159.sbyejd (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.0 on smithi162 2024-01-24T03:08:45.765 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:45 smithi162 bash[17902]: cluster 2024-01-24T03:08:44.253866+0000 mgr.smithi159.sbyejd (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:45.897 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:45 smithi159 bash[14083]: cephadm 2024-01-24T03:08:44.199281+0000 mgr.smithi159.sbyejd (mgr.14180) 98 : cephadm [INF] Deploying daemon osd.0 on smithi162 2024-01-24T03:08:45.897 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:45 smithi159 bash[14083]: cluster 2024-01-24T03:08:44.253866+0000 mgr.smithi159.sbyejd (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:47.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:47 smithi162 bash[17902]: cluster 2024-01-24T03:08:46.254291+0000 mgr.smithi159.sbyejd (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:47.837 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:47 smithi159 bash[14083]: cluster 2024-01-24T03:08:46.254291+0000 mgr.smithi159.sbyejd (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:48.545 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:48.604 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:48 smithi159 bash[14083]: audit 2024-01-24T03:08:48.544955+0000 mon.smithi159 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.159:0/3422134728' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:48.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:48 smithi162 bash[17902]: audit 2024-01-24T03:08:48.544955+0000 mon.smithi159 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.159:0/3422134728' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:49.800 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:08:49.832 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:49 smithi162 bash[17902]: cluster 2024-01-24T03:08:48.254688+0000 mgr.smithi159.sbyejd (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:49.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:49 smithi162 bash[17902]: audit 2024-01-24T03:08:48.612837+0000 mon.smithi159 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:49.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:49 smithi162 bash[17902]: audit 2024-01-24T03:08:48.613799+0000 mon.smithi159 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T03:08:49.833 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:49 smithi162 bash[17902]: audit 2024-01-24T03:08:48.614624+0000 mon.smithi159 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:49 smithi159 bash[14083]: cluster 2024-01-24T03:08:48.254688+0000 mgr.smithi159.sbyejd (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:49 smithi159 bash[14083]: audit 2024-01-24T03:08:48.612837+0000 mon.smithi159 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:49 smithi159 bash[14083]: audit 2024-01-24T03:08:48.613799+0000 mon.smithi159 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-24T03:08:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:49 smithi159 bash[14083]: audit 2024-01-24T03:08:48.614624+0000 mon.smithi159 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:50.801 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:50.813 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:50 smithi159 bash[14083]: cephadm 2024-01-24T03:08:48.615305+0000 mgr.smithi159.sbyejd (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi162 2024-01-24T03:08:50.813 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:50 smithi162 bash[17902]: cephadm 2024-01-24T03:08:48.615305+0000 mgr.smithi159.sbyejd (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi162 2024-01-24T03:08:51.860 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:51 smithi162 bash[17902]: cluster 2024-01-24T03:08:50.255034+0000 mgr.smithi159.sbyejd (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:51.930 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:51 smithi159 bash[14083]: cluster 2024-01-24T03:08:50.255034+0000 mgr.smithi159.sbyejd (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:52.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:52 smithi162 bash[17902]: audit 2024-01-24T03:08:51.891048+0000 mon.smithi159 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T03:08:52.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:52 smithi162 bash[17902]: audit 2024-01-24T03:08:51.892402+0000 mon.smithi159 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:52 smithi159 bash[14083]: audit 2024-01-24T03:08:51.891048+0000 mon.smithi159 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-24T03:08:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:52 smithi159 bash[14083]: audit 2024-01-24T03:08:51.892402+0000 mon.smithi159 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:53.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:53 smithi162 bash[17902]: cephadm 2024-01-24T03:08:51.893502+0000 mgr.smithi159.sbyejd (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.1 on smithi159 2024-01-24T03:08:53.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:53 smithi162 bash[17902]: cluster 2024-01-24T03:08:52.255417+0000 mgr.smithi159.sbyejd (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:53.865 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:53 smithi159 bash[14083]: cephadm 2024-01-24T03:08:51.893502+0000 mgr.smithi159.sbyejd (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.1 on smithi159 2024-01-24T03:08:53.865 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:53 smithi159 bash[14083]: cluster 2024-01-24T03:08:52.255417+0000 mgr.smithi159.sbyejd (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:55.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:55 smithi162 bash[17902]: audit 2024-01-24T03:08:54.100919+0000 mon.smithi159 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:55.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:55 smithi162 bash[17902]: audit 2024-01-24T03:08:54.102143+0000 mon.smithi159 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T03:08:55.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:55 smithi162 bash[17902]: audit 2024-01-24T03:08:54.103366+0000 mon.smithi159 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:55.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:55 smithi162 bash[17902]: cephadm 2024-01-24T03:08:54.104405+0000 mgr.smithi159.sbyejd (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi162 2024-01-24T03:08:55.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:55 smithi162 bash[17902]: cluster 2024-01-24T03:08:54.255968+0000 mgr.smithi159.sbyejd (mgr.14180) 107 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:55 smithi159 bash[14083]: audit 2024-01-24T03:08:54.100919+0000 mon.smithi159 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:55 smithi159 bash[14083]: audit 2024-01-24T03:08:54.102143+0000 mon.smithi159 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-24T03:08:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:55 smithi159 bash[14083]: audit 2024-01-24T03:08:54.103366+0000 mon.smithi159 (mon.0) 340 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:55 smithi159 bash[14083]: cephadm 2024-01-24T03:08:54.104405+0000 mgr.smithi159.sbyejd (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.4 on smithi162 2024-01-24T03:08:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:55 smithi159 bash[14083]: cluster 2024-01-24T03:08:54.255968+0000 mgr.smithi159.sbyejd (mgr.14180) 107 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:55.811 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:08:56.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:56 smithi159 bash[14083]: audit 2024-01-24T03:08:55.811512+0000 mon.smithi159 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.159:0/2029877917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:56.359 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:56 smithi162 bash[17902]: audit 2024-01-24T03:08:55.811512+0000 mon.smithi159 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.159:0/2029877917' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:08:56.993 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:08:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:57 smithi159 bash[14083]: cluster 2024-01-24T03:08:56.256352+0000 mgr.smithi159.sbyejd (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:57 smithi159 bash[14083]: audit 2024-01-24T03:08:56.563889+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1799859000,v1:172.21.15.162:6801/1799859000]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:08:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:57 smithi159 bash[14083]: audit 2024-01-24T03:08:56.564698+0000 mon.smithi159 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:08:57.940 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:57 smithi162 bash[17902]: cluster 2024-01-24T03:08:56.256352+0000 mgr.smithi159.sbyejd (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:57.940 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:57 smithi162 bash[17902]: audit 2024-01-24T03:08:56.563889+0000 mon.smithi162 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1799859000,v1:172.21.15.162:6801/1799859000]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:08:57.940 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:57 smithi162 bash[17902]: audit 2024-01-24T03:08:56.564698+0000 mon.smithi159 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-24T03:08:57.995 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.390222+0000 mon.smithi159 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: cluster 2024-01-24T03:08:57.390306+0000 mon.smithi159 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.390421+0000 mon.smithi159 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.390732+0000 mon.smithi159 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.390906+0000 mon.smithi159 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.391090+0000 mon.smithi159 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.391274+0000 mon.smithi159 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.391309+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1799859000,v1:172.21.15.162:6801/1799859000]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:08:58.588 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.391459+0000 mon.smithi159 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:58.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.391629+0000 mon.smithi159 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:58.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.391871+0000 mon.smithi159 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:08:58.589 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:58 smithi162 bash[17902]: audit 2024-01-24T03:08:57.392134+0000 mon.smithi159 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.390222+0000 mon.smithi159 (mon.0) 343 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: cluster 2024-01-24T03:08:57.390306+0000 mon.smithi159 (mon.0) 344 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.390421+0000 mon.smithi159 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.390732+0000 mon.smithi159 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.390906+0000 mon.smithi159 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.391090+0000 mon.smithi159 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.391274+0000 mon.smithi159 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:58.675 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.391309+0000 mon.smithi162 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.162:6800/1799859000,v1:172.21.15.162:6801/1799859000]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:08:58.676 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.391459+0000 mon.smithi159 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:58.676 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.391629+0000 mon.smithi159 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:58.676 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.391871+0000 mon.smithi159 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:08:58.676 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:58 smithi159 bash[14083]: audit 2024-01-24T03:08:57.392134+0000 mon.smithi159 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:08:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: cluster 2024-01-24T03:08:58.256669+0000 mgr.smithi159.sbyejd (mgr.14180) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.393268+0000 mon.smithi159 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: cluster 2024-01-24T03:08:58.393405+0000 mon.smithi159 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.394029+0000 mon.smithi159 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.394769+0000 mon.smithi159 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.395188+0000 mon.smithi159 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.395701+0000 mon.smithi159 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.399336+0000 mon.smithi159 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.399524+0000 mon.smithi159 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.399764+0000 mon.smithi159 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.400015+0000 mon.smithi159 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.400285+0000 mon.smithi159 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.706485+0000 mon.smithi159 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.707593+0000 mon.smithi159 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T03:08:59.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:08:59 smithi162 bash[17902]: audit 2024-01-24T03:08:58.708429+0000 mon.smithi159 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: cluster 2024-01-24T03:08:58.256669+0000 mgr.smithi159.sbyejd (mgr.14180) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.393268+0000 mon.smithi159 (mon.0) 354 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: cluster 2024-01-24T03:08:58.393405+0000 mon.smithi159 (mon.0) 355 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.394029+0000 mon.smithi159 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.394769+0000 mon.smithi159 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.395188+0000 mon.smithi159 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.395701+0000 mon.smithi159 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.399336+0000 mon.smithi159 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.399524+0000 mon.smithi159 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.399764+0000 mon.smithi159 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:08:59.698 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.400015+0000 mon.smithi159 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:08:59.699 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.400285+0000 mon.smithi159 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:08:59.699 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.706485+0000 mon.smithi159 (mon.0) 365 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:08:59.699 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.707593+0000 mon.smithi159 (mon.0) 366 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-24T03:08:59.699 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:08:59 smithi159 bash[14083]: audit 2024-01-24T03:08:58.708429+0000 mon.smithi159 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: cluster 2024-01-24T03:08:57.530036+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: cluster 2024-01-24T03:08:57.530121+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: cephadm 2024-01-24T03:08:58.709288+0000 mgr.smithi159.sbyejd (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi159 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: cluster 2024-01-24T03:08:59.401140+0000 mon.smithi159 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.162:6800/1799859000,v1:172.21.15.162:6801/1799859000] boot 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: cluster 2024-01-24T03:08:59.401197+0000 mon.smithi159 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.401662+0000 mon.smithi159 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.402374+0000 mon.smithi159 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.402799+0000 mon.smithi159 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.403216+0000 mon.smithi159 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:00.622 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.403620+0000 mon.smithi159 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.404060+0000 mon.smithi159 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.404530+0000 mon.smithi159 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.408790+0000 mon.smithi159 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.988847+0000 mon.smithi159 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.989870+0000 mon.smithi159 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:00 smithi159 bash[14083]: audit 2024-01-24T03:08:59.990769+0000 mon.smithi159 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: cluster 2024-01-24T03:08:57.530036+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: cluster 2024-01-24T03:08:57.530121+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: cephadm 2024-01-24T03:08:58.709288+0000 mgr.smithi159.sbyejd (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.3 on smithi159 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: cluster 2024-01-24T03:08:59.401140+0000 mon.smithi159 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.162:6800/1799859000,v1:172.21.15.162:6801/1799859000] boot 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: cluster 2024-01-24T03:08:59.401197+0000 mon.smithi159 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.401662+0000 mon.smithi159 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.402374+0000 mon.smithi159 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.402799+0000 mon.smithi159 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.403216+0000 mon.smithi159 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.403620+0000 mon.smithi159 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.404060+0000 mon.smithi159 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.404530+0000 mon.smithi159 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.408790+0000 mon.smithi159 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.988847+0000 mon.smithi159 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.989870+0000 mon.smithi159 (mon.0) 379 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-24T03:09:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:00 smithi162 bash[17902]: audit 2024-01-24T03:08:59.990769+0000 mon.smithi159 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: cephadm 2024-01-24T03:08:59.991528+0000 mgr.smithi159.sbyejd (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.6 on smithi162 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: cluster 2024-01-24T03:09:00.257038+0000 mgr.smithi159.sbyejd (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: cluster 2024-01-24T03:09:00.416383+0000 mon.smithi159 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.416531+0000 mon.smithi159 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.416778+0000 mon.smithi159 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.417016+0000 mon.smithi159 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.417224+0000 mon.smithi159 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.417414+0000 mon.smithi159 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.417621+0000 mon.smithi159 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:01 smithi159 bash[14083]: audit 2024-01-24T03:09:00.417826+0000 mon.smithi159 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:01.827 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: cephadm 2024-01-24T03:08:59.991528+0000 mgr.smithi159.sbyejd (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.6 on smithi162 2024-01-24T03:09:01.827 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: cluster 2024-01-24T03:09:00.257038+0000 mgr.smithi159.sbyejd (mgr.14180) 112 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: cluster 2024-01-24T03:09:00.416383+0000 mon.smithi159 (mon.0) 381 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.416531+0000 mon.smithi159 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.416778+0000 mon.smithi159 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.417016+0000 mon.smithi159 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.417224+0000 mon.smithi159 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.417414+0000 mon.smithi159 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.417621+0000 mon.smithi159 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:01.828 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:01 smithi162 bash[17902]: audit 2024-01-24T03:09:00.417826+0000 mon.smithi159 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:02.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:02 smithi162 bash[17902]: audit 2024-01-24T03:09:02.265387+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/4198445338,v1:172.21.15.162:6809/4198445338]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:09:02.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:02 smithi162 bash[17902]: audit 2024-01-24T03:09:02.265781+0000 mon.smithi159 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:09:02.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:02 smithi159 bash[14083]: audit 2024-01-24T03:09:02.265387+0000 mon.smithi162 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/4198445338,v1:172.21.15.162:6809/4198445338]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:09:02.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:02 smithi159 bash[14083]: audit 2024-01-24T03:09:02.265781+0000 mon.smithi159 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-24T03:09:03.794 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: cluster 2024-01-24T03:09:02.257540+0000 mgr.smithi159.sbyejd (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T03:09:03.794 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.426032+0000 mon.smithi159 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T03:09:03.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: cluster 2024-01-24T03:09:02.426106+0000 mon.smithi159 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-24T03:09:03.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.426266+0000 mon.smithi159 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:03.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.426566+0000 mon.smithi159 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:03.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.426732+0000 mon.smithi159 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:03.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.426932+0000 mon.smithi159 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:03.795 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.427154+0000 mon.smithi159 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:03.796 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.427350+0000 mon.smithi159 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:03.796 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.427553+0000 mon.smithi159 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:03.796 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.427743+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/4198445338,v1:172.21.15.162:6809/4198445338]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:03.796 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:03 smithi159 bash[14083]: audit 2024-01-24T03:09:02.428068+0000 mon.smithi159 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:03.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: cluster 2024-01-24T03:09:02.257540+0000 mgr.smithi159.sbyejd (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T03:09:03.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.426032+0000 mon.smithi159 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: cluster 2024-01-24T03:09:02.426106+0000 mon.smithi159 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.426266+0000 mon.smithi159 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.426566+0000 mon.smithi159 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.426732+0000 mon.smithi159 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.426932+0000 mon.smithi159 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.427154+0000 mon.smithi159 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.427350+0000 mon.smithi159 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.427553+0000 mon.smithi159 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.427743+0000 mon.smithi162 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.162:6808/4198445338,v1:172.21.15.162:6809/4198445338]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:03 smithi162 bash[17902]: audit 2024-01-24T03:09:02.428068+0000 mon.smithi159 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:04.508 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:09:04.613 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.428573+0000 mon.smithi159 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:09:04.613 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: cluster 2024-01-24T03:09:03.428639+0000 mon.smithi159 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.429037+0000 mon.smithi159 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.429285+0000 mon.smithi159 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.429473+0000 mon.smithi159 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.429650+0000 mon.smithi159 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.429804+0000 mon.smithi159 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.430042+0000 mon.smithi159 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.430200+0000 mon.smithi159 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:04.614 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:04 smithi162 bash[17902]: audit 2024-01-24T03:09:03.435143+0000 mon.smithi159 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.428573+0000 mon.smithi159 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:09:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: cluster 2024-01-24T03:09:03.428639+0000 mon.smithi159 (mon.0) 401 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-24T03:09:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.429037+0000 mon.smithi159 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.429285+0000 mon.smithi159 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.429473+0000 mon.smithi159 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.429650+0000 mon.smithi159 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:04.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.429804+0000 mon.smithi159 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:04.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.430042+0000 mon.smithi159 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:04.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.430200+0000 mon.smithi159 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:04.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:04 smithi159 bash[14083]: audit 2024-01-24T03:09:03.435143+0000 mon.smithi159 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: cluster 2024-01-24T03:09:03.241728+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: cluster 2024-01-24T03:09:03.241829+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: cluster 2024-01-24T03:09:04.258010+0000 mgr.smithi159.sbyejd (mgr.14180) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.435912+0000 mon.smithi159 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: cluster 2024-01-24T03:09:04.444979+0000 mon.smithi159 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.162:6808/4198445338,v1:172.21.15.162:6809/4198445338] boot 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: cluster 2024-01-24T03:09:04.445005+0000 mon.smithi159 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.445115+0000 mon.smithi159 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.445663+0000 mon.smithi159 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.445997+0000 mon.smithi159 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.446275+0000 mon.smithi159 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:05.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.446544+0000 mon.smithi159 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:05.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.446812+0000 mon.smithi159 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:05.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.447071+0000 mon.smithi159 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:05.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:05 smithi159 bash[14083]: audit 2024-01-24T03:09:04.508437+0000 mon.smithi159 (mon.0) 420 : audit [DBG] from='client.? 172.21.15.159:0/4168286550' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:05.738 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: cluster 2024-01-24T03:09:03.241728+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: cluster 2024-01-24T03:09:03.241829+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: cluster 2024-01-24T03:09:04.258010+0000 mgr.smithi159.sbyejd (mgr.14180) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.435912+0000 mon.smithi159 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: cluster 2024-01-24T03:09:04.444979+0000 mon.smithi159 (mon.0) 411 : cluster [INF] osd.2 [v2:172.21.15.162:6808/4198445338,v1:172.21.15.162:6809/4198445338] boot 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: cluster 2024-01-24T03:09:04.445005+0000 mon.smithi159 (mon.0) 412 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.445115+0000 mon.smithi159 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.445663+0000 mon.smithi159 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.445997+0000 mon.smithi159 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.446275+0000 mon.smithi159 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.446544+0000 mon.smithi159 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.446812+0000 mon.smithi159 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.447071+0000 mon.smithi159 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:05.739 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:05 smithi162 bash[17902]: audit 2024-01-24T03:09:04.508437+0000 mon.smithi159 (mon.0) 420 : audit [DBG] from='client.? 172.21.15.159:0/4168286550' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:06.110 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1706065744,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:09:06.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: cluster 2024-01-24T03:09:05.449620+0000 mon.smithi159 (mon.0) 421 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-24T03:09:06.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.449783+0000 mon.smithi159 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:06.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.450087+0000 mon.smithi159 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:06.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.450290+0000 mon.smithi159 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:06.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.450554+0000 mon.smithi159 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:06.864 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.450749+0000 mon.smithi159 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:06.864 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.450968+0000 mon.smithi159 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:06.864 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:06 smithi159 bash[14083]: audit 2024-01-24T03:09:05.994850+0000 mon.smithi159 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:06.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: cluster 2024-01-24T03:09:05.449620+0000 mon.smithi159 (mon.0) 421 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-24T03:09:06.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.449783+0000 mon.smithi159 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:06.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.450087+0000 mon.smithi159 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:06.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.450290+0000 mon.smithi159 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.450554+0000 mon.smithi159 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.450749+0000 mon.smithi159 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.450968+0000 mon.smithi159 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:06 smithi162 bash[17902]: audit 2024-01-24T03:09:05.994850+0000 mon.smithi159 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:07.112 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:09:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:07 smithi159 bash[14083]: cluster 2024-01-24T03:09:06.258500+0000 mgr.smithi159.sbyejd (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:07 smithi159 bash[14083]: audit 2024-01-24T03:09:07.146023+0000 mon.smithi159 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:07 smithi159 bash[14083]: audit 2024-01-24T03:09:07.147282+0000 mon.smithi159 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T03:09:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:07 smithi159 bash[14083]: audit 2024-01-24T03:09:07.148216+0000 mon.smithi159 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:07.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:07 smithi162 bash[17902]: cluster 2024-01-24T03:09:06.258500+0000 mgr.smithi159.sbyejd (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:07.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:07 smithi162 bash[17902]: audit 2024-01-24T03:09:07.146023+0000 mon.smithi159 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:07.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:07 smithi162 bash[17902]: audit 2024-01-24T03:09:07.147282+0000 mon.smithi159 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-24T03:09:07.763 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:07 smithi162 bash[17902]: audit 2024-01-24T03:09:07.148216+0000 mon.smithi159 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:08.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:08 smithi162 bash[17902]: cephadm 2024-01-24T03:09:07.149109+0000 mgr.smithi159.sbyejd (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.5 on smithi159 2024-01-24T03:09:08.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:08 smithi159 bash[14083]: cephadm 2024-01-24T03:09:07.149109+0000 mgr.smithi159.sbyejd (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.5 on smithi159 2024-01-24T03:09:09.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:09 smithi159 bash[14083]: cluster 2024-01-24T03:09:08.259068+0000 mgr.smithi159.sbyejd (mgr.14180) 117 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:09.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:09 smithi159 bash[14083]: audit 2024-01-24T03:09:08.484918+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3734012743,v1:172.21.15.162:6817/3734012743]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:09:09.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:09 smithi159 bash[14083]: audit 2024-01-24T03:09:08.485493+0000 mon.smithi159 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:09:09.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:09 smithi159 bash[14083]: audit 2024-01-24T03:09:09.066775+0000 mon.smithi159 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T03:09:09.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:09 smithi162 bash[17902]: cluster 2024-01-24T03:09:08.259068+0000 mgr.smithi159.sbyejd (mgr.14180) 117 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:09.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:09 smithi162 bash[17902]: audit 2024-01-24T03:09:08.484918+0000 mon.smithi162 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3734012743,v1:172.21.15.162:6817/3734012743]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:09:09.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:09 smithi162 bash[17902]: audit 2024-01-24T03:09:08.485493+0000 mon.smithi159 (mon.0) 432 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-24T03:09:09.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:09 smithi162 bash[17902]: audit 2024-01-24T03:09:09.066775+0000 mon.smithi159 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.473078+0000 mon.smithi159 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.473146+0000 mon.smithi159 (mon.0) 435 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: cluster 2024-01-24T03:09:09.473181+0000 mon.smithi159 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.473351+0000 mon.smithi159 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.473767+0000 mon.smithi159 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.473965+0000 mon.smithi159 (mon.0) 439 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.474162+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3734012743,v1:172.21.15.162:6817/3734012743]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.474264+0000 mon.smithi159 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.474687+0000 mon.smithi159 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.475010+0000 mon.smithi159 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.475217+0000 mon.smithi159 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:10 smithi162 bash[17902]: audit 2024-01-24T03:09:09.475394+0000 mon.smithi159 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.473078+0000 mon.smithi159 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.473146+0000 mon.smithi159 (mon.0) 435 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: cluster 2024-01-24T03:09:09.473181+0000 mon.smithi159 (mon.0) 436 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.473351+0000 mon.smithi159 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.473767+0000 mon.smithi159 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.473965+0000 mon.smithi159 (mon.0) 439 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.474162+0000 mon.smithi162 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.162:6816/3734012743,v1:172.21.15.162:6817/3734012743]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.474264+0000 mon.smithi159 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.474687+0000 mon.smithi159 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.475010+0000 mon.smithi159 (mon.0) 442 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.475217+0000 mon.smithi159 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:10 smithi159 bash[14083]: audit 2024-01-24T03:09:09.475394+0000 mon.smithi159 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:12.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: cluster 2024-01-24T03:09:10.259532+0000 mgr.smithi159.sbyejd (mgr.14180) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:12.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.475401+0000 mon.smithi159 (mon.0) 445 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.475476+0000 mon.smithi159 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: cluster 2024-01-24T03:09:10.475539+0000 mon.smithi159 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.476093+0000 mon.smithi159 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.476397+0000 mon.smithi159 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.476996+0000 mon.smithi159 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.477229+0000 mon.smithi159 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.477379+0000 mon.smithi159 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.477523+0000 mon.smithi159 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.483222+0000 mon.smithi159 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:11 smithi162 bash[17902]: audit 2024-01-24T03:09:10.483410+0000 mon.smithi159 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: cluster 2024-01-24T03:09:10.259532+0000 mgr.smithi159.sbyejd (mgr.14180) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.475401+0000 mon.smithi159 (mon.0) 445 : audit [INF] from='osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.475476+0000 mon.smithi159 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: cluster 2024-01-24T03:09:10.475539+0000 mon.smithi159 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.476093+0000 mon.smithi159 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.476397+0000 mon.smithi159 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.476996+0000 mon.smithi159 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.477229+0000 mon.smithi159 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.477379+0000 mon.smithi159 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.477523+0000 mon.smithi159 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.483222+0000 mon.smithi159 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:11 smithi159 bash[14083]: audit 2024-01-24T03:09:10.483410+0000 mon.smithi159 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:13.179 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:09:13.209 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:09.436309+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:09.436395+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:10.083593+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:10.083651+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.480636+0000 mon.smithi159 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:11.484259+0000 mon.smithi159 (mon.0) 457 : cluster [INF] osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352] boot 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:11.484296+0000 mon.smithi159 (mon.0) 458 : cluster [INF] osd.4 [v2:172.21.15.162:6816/3734012743,v1:172.21.15.162:6817/3734012743] boot 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:11.484320+0000 mon.smithi159 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.485308+0000 mon.smithi159 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.485828+0000 mon.smithi159 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.486135+0000 mon.smithi159 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.486783+0000 mon.smithi159 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:13.210 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.487110+0000 mon.smithi159 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.487509+0000 mon.smithi159 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:11.488169+0000 mon.smithi159 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:12.259920+0000 mgr.smithi159.sbyejd (mgr.14180) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:12.485993+0000 mon.smithi159 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: cluster 2024-01-24T03:09:12.486066+0000 mon.smithi159 (mon.0) 468 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:12.486208+0000 mon.smithi159 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:12.486566+0000 mon.smithi159 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:12.486774+0000 mon.smithi159 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:12.486982+0000 mon.smithi159 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:13.211 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:12 smithi159 bash[14083]: audit 2024-01-24T03:09:12.488005+0000 mon.smithi159 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:09.436309+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:09.436395+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:10.083593+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:10.083651+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.480636+0000 mon.smithi159 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:11.484259+0000 mon.smithi159 (mon.0) 457 : cluster [INF] osd.1 [v2:172.21.15.159:6802/2008019352,v1:172.21.15.159:6803/2008019352] boot 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:11.484296+0000 mon.smithi159 (mon.0) 458 : cluster [INF] osd.4 [v2:172.21.15.162:6816/3734012743,v1:172.21.15.162:6817/3734012743] boot 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:11.484320+0000 mon.smithi159 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.485308+0000 mon.smithi159 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.485828+0000 mon.smithi159 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:13.243 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.486135+0000 mon.smithi159 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.486783+0000 mon.smithi159 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.487110+0000 mon.smithi159 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.487509+0000 mon.smithi159 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:11.488169+0000 mon.smithi159 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:12.259920+0000 mgr.smithi159.sbyejd (mgr.14180) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:12.485993+0000 mon.smithi159 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: cluster 2024-01-24T03:09:12.486066+0000 mon.smithi159 (mon.0) 468 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:12.486208+0000 mon.smithi159 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:12.486566+0000 mon.smithi159 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:12.486774+0000 mon.smithi159 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:12.486982+0000 mon.smithi159 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:13.244 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:12 smithi162 bash[17902]: audit 2024-01-24T03:09:12.488005+0000 mon.smithi159 (mon.0) 473 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-24T03:09:14.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.179672+0000 mon.smithi159 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.159:0/2302850063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.188462+0000 mon.smithi159 (mon.0) 475 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.488470+0000 mon.smithi159 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.488584+0000 mon.smithi159 (mon.0) 477 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: cluster 2024-01-24T03:09:13.488671+0000 mon.smithi159 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.488852+0000 mon.smithi159 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.489271+0000 mon.smithi159 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.489486+0000 mon.smithi159 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.489834+0000 mon.smithi159 (mon.0) 482 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:13 smithi162 bash[17902]: audit 2024-01-24T03:09:13.490127+0000 mon.smithi159 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:13 smithi159 bash[14083]: audit 2024-01-24T03:09:13.179672+0000 mon.smithi159 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.159:0/2302850063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.188462+0000 mon.smithi159 (mon.0) 475 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.488470+0000 mon.smithi159 (mon.0) 476 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.488584+0000 mon.smithi159 (mon.0) 477 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: cluster 2024-01-24T03:09:13.488671+0000 mon.smithi159 (mon.0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.488852+0000 mon.smithi159 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.489271+0000 mon.smithi159 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:14.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.489486+0000 mon.smithi159 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:14.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.489834+0000 mon.smithi159 (mon.0) 482 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]: dispatch 2024-01-24T03:09:14.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:14 smithi159 bash[14083]: audit 2024-01-24T03:09:13.490127+0000 mon.smithi159 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:14.399 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1706065751,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:09:15.400 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:09:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: cluster 2024-01-24T03:09:14.260279+0000 mgr.smithi159.sbyejd (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T03:09:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.492576+0000 mon.smithi159 (mon.0) 484 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:09:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: cluster 2024-01-24T03:09:14.492700+0000 mon.smithi159 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-24T03:09:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.493317+0000 mon.smithi159 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.493891+0000 mon.smithi159 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.497045+0000 mon.smithi159 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.498074+0000 mon.smithi159 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.503552+0000 mon.smithi159 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.701582+0000 mon.smithi159 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.703239+0000 mon.smithi159 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T03:09:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:15 smithi159 bash[14083]: audit 2024-01-24T03:09:14.704505+0000 mon.smithi159 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: cluster 2024-01-24T03:09:14.260279+0000 mgr.smithi159.sbyejd (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.492576+0000 mon.smithi159 (mon.0) 484 : audit [INF] from='osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi162", "root=default"]}]': finished 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: cluster 2024-01-24T03:09:14.492700+0000 mon.smithi159 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.493317+0000 mon.smithi159 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.493891+0000 mon.smithi159 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.497045+0000 mon.smithi159 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.498074+0000 mon.smithi159 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.503552+0000 mon.smithi159 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.701582+0000 mon.smithi159 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.703239+0000 mon.smithi159 (mon.0) 492 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-24T03:09:15.868 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:15 smithi162 bash[17902]: audit 2024-01-24T03:09:14.704505+0000 mon.smithi159 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: cluster 2024-01-24T03:09:14.201289+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: cluster 2024-01-24T03:09:14.201375+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: cephadm 2024-01-24T03:09:14.705577+0000 mgr.smithi159.sbyejd (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.7 on smithi159 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: cluster 2024-01-24T03:09:15.493557+0000 mon.smithi159 (mon.0) 494 : cluster [INF] osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140] boot 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: cluster 2024-01-24T03:09:15.493621+0000 mon.smithi159 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:15.494146+0000 mon.smithi159 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:15.494790+0000 mon.smithi159 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:15.495212+0000 mon.smithi159 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:15.495704+0000 mon.smithi159 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: cluster 2024-01-24T03:09:16.387112+0000 mon.smithi159 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-24T03:09:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:16.387480+0000 mon.smithi159 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:16.387799+0000 mon.smithi159 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:16.388042+0000 mon.smithi159 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:16 smithi162 bash[17902]: audit 2024-01-24T03:09:16.413596+0000 mon.smithi159 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: cluster 2024-01-24T03:09:14.201289+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: cluster 2024-01-24T03:09:14.201375+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: cephadm 2024-01-24T03:09:14.705577+0000 mgr.smithi159.sbyejd (mgr.14180) 121 : cephadm [INF] Deploying daemon osd.7 on smithi159 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: cluster 2024-01-24T03:09:15.493557+0000 mon.smithi159 (mon.0) 494 : cluster [INF] osd.6 [v2:172.21.15.162:6824/819986140,v1:172.21.15.162:6825/819986140] boot 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: cluster 2024-01-24T03:09:15.493621+0000 mon.smithi159 (mon.0) 495 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:15.494146+0000 mon.smithi159 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:15.494790+0000 mon.smithi159 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:15.495212+0000 mon.smithi159 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:15.495704+0000 mon.smithi159 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: cluster 2024-01-24T03:09:16.387112+0000 mon.smithi159 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-24T03:09:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:16.387480+0000 mon.smithi159 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:16.387799+0000 mon.smithi159 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:16.388042+0000 mon.smithi159 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:16 smithi159 bash[14083]: audit 2024-01-24T03:09:16.413596+0000 mon.smithi159 (mon.0) 504 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: cluster 2024-01-24T03:09:16.260914+0000 mgr.smithi159.sbyejd (mgr.14180) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: audit 2024-01-24T03:09:16.529254+0000 mon.smithi159 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: audit 2024-01-24T03:09:17.394125+0000 mon.smithi159 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: cluster 2024-01-24T03:09:17.394873+0000 mon.smithi159 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: audit 2024-01-24T03:09:17.395034+0000 mon.smithi159 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: audit 2024-01-24T03:09:17.395518+0000 mon.smithi159 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: audit 2024-01-24T03:09:17.395856+0000 mon.smithi159 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:17.774 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:17 smithi159 bash[14083]: audit 2024-01-24T03:09:17.396285+0000 mon.smithi159 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: cluster 2024-01-24T03:09:16.260914+0000 mgr.smithi159.sbyejd (mgr.14180) 122 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: audit 2024-01-24T03:09:16.529254+0000 mon.smithi159 (mon.0) 505 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: audit 2024-01-24T03:09:17.394125+0000 mon.smithi159 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: cluster 2024-01-24T03:09:17.394873+0000 mon.smithi159 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: audit 2024-01-24T03:09:17.395034+0000 mon.smithi159 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: audit 2024-01-24T03:09:17.395518+0000 mon.smithi159 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: audit 2024-01-24T03:09:17.395856+0000 mon.smithi159 (mon.0) 510 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:17 smithi162 bash[17902]: audit 2024-01-24T03:09:17.396285+0000 mon.smithi159 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:19.408 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: cluster 2024-01-24T03:09:18.261533+0000 mgr.smithi159.sbyejd (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T03:09:19.408 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: audit 2024-01-24T03:09:18.398964+0000 mon.smithi159 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:19.408 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: cluster 2024-01-24T03:09:18.399023+0000 mon.smithi159 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-24T03:09:19.408 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: audit 2024-01-24T03:09:18.399151+0000 mon.smithi159 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:19.408 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: audit 2024-01-24T03:09:18.399641+0000 mon.smithi159 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:19.672 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: audit 2024-01-24T03:09:18.400251+0000 mon.smithi159 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:19.672 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:19 smithi159 bash[14083]: audit 2024-01-24T03:09:18.404356+0000 mon.smithi159 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:19.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: cluster 2024-01-24T03:09:18.261533+0000 mgr.smithi159.sbyejd (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-24T03:09:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: audit 2024-01-24T03:09:18.398964+0000 mon.smithi159 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: cluster 2024-01-24T03:09:18.399023+0000 mon.smithi159 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2024-01-24T03:09:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: audit 2024-01-24T03:09:18.399151+0000 mon.smithi159 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: audit 2024-01-24T03:09:18.399641+0000 mon.smithi159 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: audit 2024-01-24T03:09:18.400251+0000 mon.smithi159 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:19 smithi162 bash[17902]: audit 2024-01-24T03:09:18.404356+0000 mon.smithi159 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:20.694 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: cluster 2024-01-24T03:09:17.565386+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:20.694 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: cluster 2024-01-24T03:09:17.565444+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:20.694 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: cluster 2024-01-24T03:09:19.403404+0000 mon.smithi159 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042] boot 2024-01-24T03:09:20.694 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: cluster 2024-01-24T03:09:19.403455+0000 mon.smithi159 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-24T03:09:20.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: audit 2024-01-24T03:09:19.404062+0000 mon.smithi159 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:20.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: audit 2024-01-24T03:09:19.404515+0000 mon.smithi159 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:20.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: audit 2024-01-24T03:09:19.404855+0000 mon.smithi159 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:20.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: cluster 2024-01-24T03:09:20.400682+0000 mon.smithi159 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-24T03:09:20.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: audit 2024-01-24T03:09:20.400889+0000 mon.smithi159 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:20.695 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:20 smithi159 bash[14083]: audit 2024-01-24T03:09:20.401378+0000 mon.smithi159 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: cluster 2024-01-24T03:09:17.565386+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:20.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: cluster 2024-01-24T03:09:17.565444+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: cluster 2024-01-24T03:09:19.403404+0000 mon.smithi159 (mon.0) 518 : cluster [INF] osd.3 [v2:172.21.15.159:6810/186422042,v1:172.21.15.159:6811/186422042] boot 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: cluster 2024-01-24T03:09:19.403455+0000 mon.smithi159 (mon.0) 519 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: audit 2024-01-24T03:09:19.404062+0000 mon.smithi159 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: audit 2024-01-24T03:09:19.404515+0000 mon.smithi159 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: audit 2024-01-24T03:09:19.404855+0000 mon.smithi159 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: cluster 2024-01-24T03:09:20.400682+0000 mon.smithi159 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: audit 2024-01-24T03:09:20.400889+0000 mon.smithi159 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:20 smithi162 bash[17902]: audit 2024-01-24T03:09:20.401378+0000 mon.smithi159 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:21.307 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:09:21.496 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:21 smithi159 bash[14083]: cluster 2024-01-24T03:09:20.262192+0000 mgr.smithi159.sbyejd (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T03:09:21.496 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:21 smithi159 bash[14083]: audit 2024-01-24T03:09:21.307029+0000 mon.smithi159 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.159:0/2078376231' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:21.496 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:21 smithi159 bash[14083]: cluster 2024-01-24T03:09:21.407317+0000 mon.smithi159 (mon.0) 527 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-24T03:09:21.496 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:21 smithi159 bash[14083]: audit 2024-01-24T03:09:21.407615+0000 mon.smithi159 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:21.496 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:21 smithi159 bash[14083]: audit 2024-01-24T03:09:21.408140+0000 mon.smithi159 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:21.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:21 smithi162 bash[17902]: cluster 2024-01-24T03:09:20.262192+0000 mgr.smithi159.sbyejd (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T03:09:21.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:21 smithi162 bash[17902]: audit 2024-01-24T03:09:21.307029+0000 mon.smithi159 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.159:0/2078376231' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:21.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:21 smithi162 bash[17902]: cluster 2024-01-24T03:09:21.407317+0000 mon.smithi159 (mon.0) 527 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-01-24T03:09:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:21 smithi162 bash[17902]: audit 2024-01-24T03:09:21.407615+0000 mon.smithi159 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:21 smithi162 bash[17902]: audit 2024-01-24T03:09:21.408140+0000 mon.smithi159 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:22.714 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1706065759,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:09:23.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:23 smithi159 bash[14083]: cluster 2024-01-24T03:09:22.262671+0000 mgr.smithi159.sbyejd (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T03:09:23.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:23 smithi159 bash[14083]: audit 2024-01-24T03:09:23.414059+0000 mon.smithi159 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:23.715 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:09:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:23 smithi162 bash[17902]: cluster 2024-01-24T03:09:22.262671+0000 mgr.smithi159.sbyejd (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-24T03:09:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:23 smithi162 bash[17902]: audit 2024-01-24T03:09:23.414059+0000 mon.smithi159 (mon.0) 530 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:25.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:25 smithi159 bash[14083]: cluster 2024-01-24T03:09:24.263189+0000 mgr.smithi159.sbyejd (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-24T03:09:25.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:25 smithi159 bash[14083]: audit 2024-01-24T03:09:24.821894+0000 mon.smithi159 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T03:09:25.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:25 smithi162 bash[17902]: cluster 2024-01-24T03:09:24.263189+0000 mgr.smithi159.sbyejd (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-24T03:09:25.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:25 smithi162 bash[17902]: audit 2024-01-24T03:09:24.821894+0000 mon.smithi159 (mon.0) 531 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-24T03:09:26.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:25.424216+0000 mon.smithi159 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: cluster 2024-01-24T03:09:25.424292+0000 mon.smithi159 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:25.424802+0000 mon.smithi159 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:25.425126+0000 mon.smithi159 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:25.425388+0000 mon.smithi159 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:26.426784+0000 mon.smithi159 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: cluster 2024-01-24T03:09:26.426856+0000 mon.smithi159 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:26.427018+0000 mon.smithi159 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:26 smithi162 bash[17902]: audit 2024-01-24T03:09:26.427296+0000 mon.smithi159 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:25.424216+0000 mon.smithi159 (mon.0) 532 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-24T03:09:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: cluster 2024-01-24T03:09:25.424292+0000 mon.smithi159 (mon.0) 533 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2024-01-24T03:09:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:25.424802+0000 mon.smithi159 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:25.425126+0000 mon.smithi159 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:25.425388+0000 mon.smithi159 (mon.0) 536 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:26.426784+0000 mon.smithi159 (mon.0) 537 : audit [INF] from='osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: cluster 2024-01-24T03:09:26.426856+0000 mon.smithi159 (mon.0) 538 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2024-01-24T03:09:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:26.427018+0000 mon.smithi159 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:26 smithi159 bash[14083]: audit 2024-01-24T03:09:26.427296+0000 mon.smithi159 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:27 smithi159 bash[14083]: cluster 2024-01-24T03:09:26.263866+0000 mgr.smithi159.sbyejd (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-24T03:09:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:27 smithi159 bash[14083]: audit 2024-01-24T03:09:26.433118+0000 mon.smithi159 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:27 smithi159 bash[14083]: audit 2024-01-24T03:09:27.432136+0000 mon.smithi159 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:27.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:27 smithi162 bash[17902]: cluster 2024-01-24T03:09:26.263866+0000 mgr.smithi159.sbyejd (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-24T03:09:27.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:27 smithi162 bash[17902]: audit 2024-01-24T03:09:26.433118+0000 mon.smithi159 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:27.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:27 smithi162 bash[17902]: audit 2024-01-24T03:09:27.432136+0000 mon.smithi159 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:28.416 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:09:28.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: cluster 2024-01-24T03:09:25.844326+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: cluster 2024-01-24T03:09:25.844412+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: cluster 2024-01-24T03:09:27.440174+0000 mon.smithi159 (mon.0) 543 : cluster [INF] osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321] boot 2024-01-24T03:09:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: cluster 2024-01-24T03:09:27.440232+0000 mon.smithi159 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-24T03:09:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: audit 2024-01-24T03:09:27.440815+0000 mon.smithi159 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: audit 2024-01-24T03:09:27.441110+0000 mon.smithi159 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:28 smithi162 bash[17902]: audit 2024-01-24T03:09:28.415615+0000 mon.smithi159 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.159:0/1884174689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: cluster 2024-01-24T03:09:25.844326+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: cluster 2024-01-24T03:09:25.844412+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: cluster 2024-01-24T03:09:27.440174+0000 mon.smithi159 (mon.0) 543 : cluster [INF] osd.5 [v2:172.21.15.159:6818/399436321,v1:172.21.15.159:6819/399436321] boot 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: cluster 2024-01-24T03:09:27.440232+0000 mon.smithi159 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: audit 2024-01-24T03:09:27.440815+0000 mon.smithi159 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: audit 2024-01-24T03:09:27.441110+0000 mon.smithi159 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:28 smithi159 bash[14083]: audit 2024-01-24T03:09:28.415615+0000 mon.smithi159 (mon.0) 547 : audit [DBG] from='client.? 172.21.15.159:0/1884174689' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:29.251 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1706065767,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":0} 2024-01-24T03:09:29.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:29 smithi162 bash[17902]: cluster 2024-01-24T03:09:28.264444+0000 mgr.smithi159.sbyejd (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-24T03:09:29.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:29 smithi162 bash[17902]: cluster 2024-01-24T03:09:28.453483+0000 mon.smithi159 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-24T03:09:29.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:29 smithi162 bash[17902]: audit 2024-01-24T03:09:28.453822+0000 mon.smithi159 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:29 smithi159 bash[14083]: cluster 2024-01-24T03:09:28.264444+0000 mgr.smithi159.sbyejd (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-24T03:09:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:29 smithi159 bash[14083]: cluster 2024-01-24T03:09:28.453483+0000 mon.smithi159 (mon.0) 548 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-01-24T03:09:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:29 smithi159 bash[14083]: audit 2024-01-24T03:09:28.453822+0000 mon.smithi159 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:30.252 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-24T03:09:31.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:31 smithi162 bash[17902]: cluster 2024-01-24T03:09:30.264987+0000 mgr.smithi159.sbyejd (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-24T03:09:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:31 smithi159 bash[14083]: cluster 2024-01-24T03:09:30.264987+0000 mgr.smithi159.sbyejd (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-24T03:09:32.792 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:32 smithi159 bash[14083]: audit 2024-01-24T03:09:32.055748+0000 mon.smithi159 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T03:09:32.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:32 smithi162 bash[17902]: audit 2024-01-24T03:09:32.055748+0000 mon.smithi159 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-24T03:09:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:33 smithi159 bash[14083]: cluster 2024-01-24T03:09:32.265508+0000 mgr.smithi159.sbyejd (mgr.14180) 130 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T03:09:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:33 smithi159 bash[14083]: audit 2024-01-24T03:09:32.467855+0000 mon.smithi159 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T03:09:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:33 smithi159 bash[14083]: cluster 2024-01-24T03:09:32.467919+0000 mon.smithi159 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-24T03:09:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:33 smithi159 bash[14083]: audit 2024-01-24T03:09:32.468104+0000 mon.smithi159 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:33 smithi159 bash[14083]: audit 2024-01-24T03:09:32.468587+0000 mon.smithi159 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:33 smithi162 bash[17902]: cluster 2024-01-24T03:09:32.265508+0000 mgr.smithi159.sbyejd (mgr.14180) 130 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T03:09:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:33 smithi162 bash[17902]: audit 2024-01-24T03:09:32.467855+0000 mon.smithi159 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-24T03:09:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:33 smithi162 bash[17902]: cluster 2024-01-24T03:09:32.467919+0000 mon.smithi159 (mon.0) 552 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2024-01-24T03:09:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:33 smithi162 bash[17902]: audit 2024-01-24T03:09:32.468104+0000 mon.smithi159 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:33 smithi162 bash[17902]: audit 2024-01-24T03:09:32.468587+0000 mon.smithi159 (mon.0) 554 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]: dispatch 2024-01-24T03:09:34.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:34 smithi162 bash[17902]: audit 2024-01-24T03:09:33.470840+0000 mon.smithi159 (mon.0) 555 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:34 smithi162 bash[17902]: cluster 2024-01-24T03:09:33.470902+0000 mon.smithi159 (mon.0) 556 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-24T03:09:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:34 smithi162 bash[17902]: audit 2024-01-24T03:09:33.471384+0000 mon.smithi159 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:34 smithi162 bash[17902]: audit 2024-01-24T03:09:33.477878+0000 mon.smithi159 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:34 smithi159 bash[14083]: audit 2024-01-24T03:09:33.470840+0000 mon.smithi159 (mon.0) 555 : audit [INF] from='osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi159", "root=default"]}]': finished 2024-01-24T03:09:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:34 smithi159 bash[14083]: cluster 2024-01-24T03:09:33.470902+0000 mon.smithi159 (mon.0) 556 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2024-01-24T03:09:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:34 smithi159 bash[14083]: audit 2024-01-24T03:09:33.471384+0000 mon.smithi159 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:34 smithi159 bash[14083]: audit 2024-01-24T03:09:33.477878+0000 mon.smithi159 (mon.0) 558 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:35.399 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:09:35.754 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: cluster 2024-01-24T03:09:33.022477+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:35.754 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: cluster 2024-01-24T03:09:33.022583+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:35.754 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: cluster 2024-01-24T03:09:34.266036+0000 mgr.smithi159.sbyejd (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T03:09:35.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: audit 2024-01-24T03:09:34.480174+0000 mon.smithi159 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:35.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: cluster 2024-01-24T03:09:34.485571+0000 mon.smithi159 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404] boot 2024-01-24T03:09:35.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: cluster 2024-01-24T03:09:34.485603+0000 mon.smithi159 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T03:09:35.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: audit 2024-01-24T03:09:34.485760+0000 mon.smithi159 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:35.755 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:35 smithi159 bash[14083]: audit 2024-01-24T03:09:35.398709+0000 mon.smithi159 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.159:0/845825359' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:35.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: cluster 2024-01-24T03:09:33.022477+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: cluster 2024-01-24T03:09:33.022583+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: cluster 2024-01-24T03:09:34.266036+0000 mgr.smithi159.sbyejd (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: audit 2024-01-24T03:09:34.480174+0000 mon.smithi159 (mon.0) 559 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: cluster 2024-01-24T03:09:34.485571+0000 mon.smithi159 (mon.0) 560 : cluster [INF] osd.7 [v2:172.21.15.159:6826/3112650404,v1:172.21.15.159:6827/3112650404] boot 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: cluster 2024-01-24T03:09:34.485603+0000 mon.smithi159 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: audit 2024-01-24T03:09:34.485760+0000 mon.smithi159 (mon.0) 562 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-24T03:09:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:35 smithi162 bash[17902]: audit 2024-01-24T03:09:35.398709+0000 mon.smithi159 (mon.0) 563 : audit [DBG] from='client.? 172.21.15.159:0/845825359' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-24T03:09:36.523 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1706065774,"num_in_osds":8,"osd_in_since":1706065714,"num_remapped_pgs":1} 2024-01-24T03:09:36.524 INFO:tasks.cephadm:Setting up client nodes... 2024-01-24T03:09:36.524 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T03:09:36.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:36 smithi159 bash[14083]: cluster 2024-01-24T03:09:35.490067+0000 mon.smithi159 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T03:09:36.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:36 smithi162 bash[17902]: cluster 2024-01-24T03:09:35.490067+0000 mon.smithi159 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-24T03:09:37.808 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:37 smithi159 bash[14083]: cluster 2024-01-24T03:09:36.266757+0000 mgr.smithi159.sbyejd (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:37.808 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:37 smithi159 bash[14083]: cluster 2024-01-24T03:09:36.500808+0000 mon.smithi159 (mon.0) 565 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T03:09:37.808 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:37 smithi159 bash[14083]: audit 2024-01-24T03:09:37.299748+0000 mon.smithi159 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:37.808 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:37 smithi159 bash[14083]: audit 2024-01-24T03:09:37.303976+0000 mon.smithi159 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:09:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:37 smithi162 bash[17902]: cluster 2024-01-24T03:09:36.266757+0000 mgr.smithi159.sbyejd (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:37 smithi162 bash[17902]: cluster 2024-01-24T03:09:36.500808+0000 mon.smithi159 (mon.0) 565 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-24T03:09:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:37 smithi162 bash[17902]: audit 2024-01-24T03:09:37.299748+0000 mon.smithi159 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:37 smithi162 bash[17902]: audit 2024-01-24T03:09:37.303976+0000 mon.smithi159 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:09:39.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:39 smithi162 bash[17902]: cluster 2024-01-24T03:09:38.267406+0000 mgr.smithi159.sbyejd (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:39 smithi159 bash[14083]: cluster 2024-01-24T03:09:38.267406+0000 mgr.smithi159.sbyejd (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:40.115 INFO:teuthology.orchestra.run.smithi159.stdout:[client.0] 2024-01-24T03:09:40.115 INFO:teuthology.orchestra.run.smithi159.stdout: key = AQB0f7BlJ6p5BhAAd4Zdis8lFnBEtyDM5kCwEg== 2024-01-24T03:09:40.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:40 smithi159 bash[14083]: audit 2024-01-24T03:09:40.108297+0000 mon.smithi159 (mon.0) 568 : audit [INF] from='client.? 172.21.15.159:0/1165979911' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:09:40.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:40 smithi159 bash[14083]: audit 2024-01-24T03:09:40.114961+0000 mon.smithi159 (mon.0) 569 : audit [INF] from='client.? 172.21.15.159:0/1165979911' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T03:09:40.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:40 smithi162 bash[17902]: audit 2024-01-24T03:09:40.108297+0000 mon.smithi159 (mon.0) 568 : audit [INF] from='client.? 172.21.15.159:0/1165979911' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:09:40.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:40 smithi162 bash[17902]: audit 2024-01-24T03:09:40.114961+0000 mon.smithi159 (mon.0) 569 : audit [INF] from='client.? 172.21.15.159:0/1165979911' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-24T03:09:40.916 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:09:40.916 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-24T03:09:40.916 DEBUG:teuthology.orchestra.run.smithi159:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-24T03:09:40.938 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-24T03:09:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:41 smithi162 bash[17902]: cluster 2024-01-24T03:09:40.268113+0000 mgr.smithi159.sbyejd (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:41 smithi159 bash[14083]: cluster 2024-01-24T03:09:40.268113+0000 mgr.smithi159.sbyejd (mgr.14180) 134 : cluster [DBG] pgmap v123: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:43.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:43 smithi162 bash[17902]: cluster 2024-01-24T03:09:42.268729+0000 mgr.smithi159.sbyejd (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-24T03:09:43.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:43 smithi162 bash[17902]: audit 2024-01-24T03:09:42.665974+0000 mon.smithi159 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:43.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:43 smithi159 bash[14083]: cluster 2024-01-24T03:09:42.268729+0000 mgr.smithi159.sbyejd (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-24T03:09:43.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:43 smithi159 bash[14083]: audit 2024-01-24T03:09:42.665974+0000 mon.smithi159 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:44.116 INFO:teuthology.orchestra.run.smithi162.stdout:[client.1] 2024-01-24T03:09:44.116 INFO:teuthology.orchestra.run.smithi162.stdout: key = AQB4f7Bl5sGABhAAL3z2kI3HYxC12eVrJ6Zpeg== 2024-01-24T03:09:44.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:44 smithi162 bash[17902]: audit 2024-01-24T03:09:43.578154+0000 mon.smithi159 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:44 smithi162 bash[17902]: audit 2024-01-24T03:09:44.107942+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='client.? 172.21.15.162:0/3854985126' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:09:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:44 smithi162 bash[17902]: audit 2024-01-24T03:09:44.108763+0000 mon.smithi159 (mon.0) 572 : 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-24T03:09:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:44 smithi162 bash[17902]: audit 2024-01-24T03:09:44.115926+0000 mon.smithi159 (mon.0) 573 : 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-24T03:09:44.900 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:09:44.900 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-24T03:09:44.900 DEBUG:teuthology.orchestra.run.smithi162:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-24T03:09:44.922 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T03:09:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:44 smithi159 bash[14083]: audit 2024-01-24T03:09:43.578154+0000 mon.smithi159 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:44 smithi159 bash[14083]: audit 2024-01-24T03:09:44.107942+0000 mon.smithi162 (mon.1) 16 : audit [INF] from='client.? 172.21.15.162:0/3854985126' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-24T03:09:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:44 smithi159 bash[14083]: audit 2024-01-24T03:09:44.108763+0000 mon.smithi159 (mon.0) 572 : 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-24T03:09:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:44 smithi159 bash[14083]: audit 2024-01-24T03:09:44.115926+0000 mon.smithi159 (mon.0) 573 : 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-24T03:09:45.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:45 smithi162 bash[17902]: cluster 2024-01-24T03:09:44.269298+0000 mgr.smithi159.sbyejd (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-24T03:09:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:45 smithi159 bash[14083]: cluster 2024-01-24T03:09:44.269298+0000 mgr.smithi159.sbyejd (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-24T03:09:47.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:47 smithi162 bash[17902]: cluster 2024-01-24T03:09:46.269927+0000 mgr.smithi159.sbyejd (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-24T03:09:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:47 smithi159 bash[14083]: cluster 2024-01-24T03:09:46.269927+0000 mgr.smithi159.sbyejd (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-24T03:09:49.380 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:09:49.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:49 smithi162 bash[17902]: cluster 2024-01-24T03:09:48.270501+0000 mgr.smithi159.sbyejd (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-24T03:09:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:49 smithi159 bash[14083]: cluster 2024-01-24T03:09:48.270501+0000 mgr.smithi159.sbyejd (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-24T03:09:51.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:51 smithi159 bash[14083]: cluster 2024-01-24T03:09:50.271030+0000 mgr.smithi159.sbyejd (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-24T03:09:51.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:51 smithi162 bash[17902]: cluster 2024-01-24T03:09:50.271030+0000 mgr.smithi159.sbyejd (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-24T03:09:53.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: cluster 2024-01-24T03:09:52.271598+0000 mgr.smithi159.sbyejd (mgr.14180) 140 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: audit 2024-01-24T03:09:52.750659+0000 mon.smithi159 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: audit 2024-01-24T03:09:53.039065+0000 mon.smithi159 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: audit 2024-01-24T03:09:53.040173+0000 mon.smithi159 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: audit 2024-01-24T03:09:53.041082+0000 mon.smithi159 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: audit 2024-01-24T03:09:53.041935+0000 mon.smithi159 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:53 smithi162 bash[17902]: audit 2024-01-24T03:09:53.048889+0000 mon.smithi159 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: cluster 2024-01-24T03:09:52.271598+0000 mgr.smithi159.sbyejd (mgr.14180) 140 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: audit 2024-01-24T03:09:52.750659+0000 mon.smithi159 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: audit 2024-01-24T03:09:53.039065+0000 mon.smithi159 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: audit 2024-01-24T03:09:53.040173+0000 mon.smithi159 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: audit 2024-01-24T03:09:53.041082+0000 mon.smithi159 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: audit 2024-01-24T03:09:53.041935+0000 mon.smithi159 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:53.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:53 smithi159 bash[14083]: audit 2024-01-24T03:09:53.048889+0000 mon.smithi159 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:53.949 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:09:53.949 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":43,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","created":"2024-01-24T03:04:24.757808+0000","modified":"2024-01-24T03:09:36.492062+0000","last_up_change":"2024-01-24T03:09:34.474421+0000","last_in_change":"2024-01-24T03:08:34.612179+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T03:09:11.944653+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":"52612509-e438-4044-ae4f-a426f4355157","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.162:6800","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6801","nonce":1799859000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6803","nonce":1799859000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6807","nonce":1799859000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6805","nonce":1799859000}]},"public_addr":"172.21.15.162:6801/1799859000","cluster_addr":"172.21.15.162:6803/1799859000","heartbeat_back_addr":"172.21.15.162:6807/1799859000","heartbeat_front_addr":"172.21.15.162:6805/1799859000","state":["exists","up"]},{"osd":1,"uuid":"e9a82e03-6179-4918-9aab-ef310e27db71","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.159:6802","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6803","nonce":2008019352}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6805","nonce":2008019352}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6809","nonce":2008019352}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6807","nonce":2008019352}]},"public_addr":"172.21.15.159:6803/2008019352","cluster_addr":"172.21.15.159:6805/2008019352","heartbeat_back_addr":"172.21.15.159:6809/2008019352","heartbeat_front_addr":"172.21.15.159:6807/2008019352","state":["exists","up"]},{"osd":2,"uuid":"b493cb24-d48d-4343-81f0-3585bed3f9c8","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.162:6808","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6809","nonce":4198445338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6811","nonce":4198445338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6815","nonce":4198445338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6813","nonce":4198445338}]},"public_addr":"172.21.15.162:6809/4198445338","cluster_addr":"172.21.15.162:6811/4198445338","heartbeat_back_addr":"172.21.15.162:6815/4198445338","heartbeat_front_addr":"172.21.15.162:6813/4198445338","state":["exists","up"]},{"osd":3,"uuid":"b0853fde-7091-44cd-8251-8768b33de3cd","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.159:6810","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6811","nonce":186422042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6813","nonce":186422042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6816","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6817","nonce":186422042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6815","nonce":186422042}]},"public_addr":"172.21.15.159:6811/186422042","cluster_addr":"172.21.15.159:6813/186422042","heartbeat_back_addr":"172.21.15.159:6817/186422042","heartbeat_front_addr":"172.21.15.159:6815/186422042","state":["exists","up"]},{"osd":4,"uuid":"188fd99b-afb5-44d5-bc9c-8b778f85b32f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6817","nonce":3734012743}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6819","nonce":3734012743}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6823","nonce":3734012743}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6821","nonce":3734012743}]},"public_addr":"172.21.15.162:6817/3734012743","cluster_addr":"172.21.15.162:6819/3734012743","heartbeat_back_addr":"172.21.15.162:6823/3734012743","heartbeat_front_addr":"172.21.15.162:6821/3734012743","state":["exists","up"]},{"osd":5,"uuid":"30c55e58-9557-49f3-9004-be1d1b7ab876","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.159:6818","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6819","nonce":399436321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6821","nonce":399436321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6824","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6825","nonce":399436321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6823","nonce":399436321}]},"public_addr":"172.21.15.159:6819/399436321","cluster_addr":"172.21.15.159:6821/399436321","heartbeat_back_addr":"172.21.15.159:6825/399436321","heartbeat_front_addr":"172.21.15.159:6823/399436321","state":["exists","up"]},{"osd":6,"uuid":"9c4f42ac-58b3-45dd-b7fb-cefa945e1995","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6825","nonce":819986140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6827","nonce":819986140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6831","nonce":819986140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6829","nonce":819986140}]},"public_addr":"172.21.15.162:6825/819986140","cluster_addr":"172.21.15.162:6827/819986140","heartbeat_back_addr":"172.21.15.162:6831/819986140","heartbeat_front_addr":"172.21.15.162:6829/819986140","state":["exists","up"]},{"osd":7,"uuid":"6eb2d982-7dd9-480d-b06c-e2bef057bc31","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.159:6826","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6827","nonce":3112650404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6829","nonce":3112650404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6832","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6833","nonce":3112650404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6831","nonce":3112650404}]},"public_addr":"172.21.15.159:6827/3112650404","cluster_addr":"172.21.15.159:6829/3112650404","heartbeat_back_addr":"172.21.15.159:6833/3112650404","heartbeat_front_addr":"172.21.15.159:6831/3112650404","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-24T03:08:57.530127+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-24T03:09:10.083654+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-24T03:09:03.241834+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-24T03:09:17.565447+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-24T03:09:09.436400+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-24T03:09:25.844417+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-24T03:09:14.201380+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-24T03:09:33.022588+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.159:0/3130771539":"2024-01-25T03:06:38.220447+0000","172.21.15.159:6800/209027215":"2024-01-25T03:05:36.012884+0000","172.21.15.159:0/2899171923":"2024-01-25T03:06:38.220447+0000","172.21.15.159:0/730361487":"2024-01-25T03:05:36.012884+0000","172.21.15.159:0/1362592006":"2024-01-25T03:05:36.012884+0000","172.21.15.159:6801/3469435707":"2024-01-25T03:06:38.220447+0000","172.21.15.159:6800/3469435707":"2024-01-25T03:06:38.220447+0000","172.21.15.159:0/2745170206":"2024-01-25T03:04:53.957085+0000","172.21.15.159:6800/2349880207":"2024-01-25T03:04:53.957085+0000","172.21.15.159:6801/209027215":"2024-01-25T03:05:36.012884+0000","172.21.15.159:6801/2349880207":"2024-01-25T03:04:53.957085+0000","172.21.15.159:0/1203643573":"2024-01-25T03:04:53.957085+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-24T03:09:54.866 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-24T03:09:11.944653+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-24T03:09:54.866 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-24T03:09:54.867 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:54 smithi159 bash[14083]: cephadm 2024-01-24T03:09:52.740853+0000 mgr.smithi159.sbyejd (mgr.14180) 141 : cephadm [INF] Detected new or changed devices on smithi162 2024-01-24T03:09:54.867 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:54 smithi159 bash[14083]: cephadm 2024-01-24T03:09:53.042707+0000 mgr.smithi159.sbyejd (mgr.14180) 142 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 4028M 2024-01-24T03:09:54.867 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:54 smithi159 bash[14083]: audit 2024-01-24T03:09:53.948230+0000 mon.smithi159 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.159:0/3800057747' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:09:54.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:54 smithi162 bash[17902]: cephadm 2024-01-24T03:09:52.740853+0000 mgr.smithi159.sbyejd (mgr.14180) 141 : cephadm [INF] Detected new or changed devices on smithi162 2024-01-24T03:09:54.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:54 smithi162 bash[17902]: cephadm 2024-01-24T03:09:53.042707+0000 mgr.smithi159.sbyejd (mgr.14180) 142 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 4028M 2024-01-24T03:09:54.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:54 smithi162 bash[17902]: audit 2024-01-24T03:09:53.948230+0000 mon.smithi159 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.159:0/3800057747' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:09:55.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:55 smithi162 bash[17902]: cluster 2024-01-24T03:09:54.272026+0000 mgr.smithi159.sbyejd (mgr.14180) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:55.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:55 smithi162 bash[17902]: cephadm 2024-01-24T03:09:55.517921+0000 mgr.smithi159.sbyejd (mgr.14180) 144 : cephadm [INF] Detected new or changed devices on smithi159 2024-01-24T03:09:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:55 smithi162 bash[17902]: audit 2024-01-24T03:09:55.528729+0000 mon.smithi159 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:55 smithi159 bash[14083]: cluster 2024-01-24T03:09:54.272026+0000 mgr.smithi159.sbyejd (mgr.14180) 143 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:09:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:55 smithi159 bash[14083]: cephadm 2024-01-24T03:09:55.517921+0000 mgr.smithi159.sbyejd (mgr.14180) 144 : cephadm [INF] Detected new or changed devices on smithi159 2024-01-24T03:09:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:55 smithi159 bash[14083]: audit 2024-01-24T03:09:55.528729+0000 mon.smithi159 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.822072+0000 mon.smithi159 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.823625+0000 mon.smithi159 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.824889+0000 mon.smithi159 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.826161+0000 mon.smithi159 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: cephadm 2024-01-24T03:09:55.827164+0000 mgr.smithi159.sbyejd (mgr.14180) 145 : cephadm [INF] Adjusting osd_memory_target on smithi159 to 3260M 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.833006+0000 mon.smithi159 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.834595+0000 mon.smithi159 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.835569+0000 mon.smithi159 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.841435+0000 mon.smithi159 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.848935+0000 mon.smithi159 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.854610+0000 mon.smithi159 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.857179+0000 mon.smithi159 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:09:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.857648+0000 mon.smithi159 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: audit 2024-01-24T03:09:55.858542+0000 mon.smithi159 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:56 smithi162 bash[17902]: cluster 2024-01-24T03:09:56.272742+0000 mgr.smithi159.sbyejd (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-24T03:09:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.822072+0000 mon.smithi159 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.823625+0000 mon.smithi159 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.824889+0000 mon.smithi159 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.826161+0000 mon.smithi159 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:09:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: cephadm 2024-01-24T03:09:55.827164+0000 mgr.smithi159.sbyejd (mgr.14180) 145 : cephadm [INF] Adjusting osd_memory_target on smithi159 to 3260M 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.833006+0000 mon.smithi159 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.834595+0000 mon.smithi159 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.835569+0000 mon.smithi159 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.841435+0000 mon.smithi159 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.848935+0000 mon.smithi159 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.854610+0000 mon.smithi159 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.857179+0000 mon.smithi159 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.857648+0000 mon.smithi159 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: audit 2024-01-24T03:09:55.858542+0000 mon.smithi159 (mon.0) 594 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:09:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:56 smithi159 bash[14083]: cluster 2024-01-24T03:09:56.272742+0000 mgr.smithi159.sbyejd (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-24T03:09:59.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:09:59 smithi162 bash[17902]: cluster 2024-01-24T03:09:58.273288+0000 mgr.smithi159.sbyejd (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-24T03:09:59.653 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:09:59.679 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:09:59 smithi159 bash[14083]: cluster 2024-01-24T03:09:58.273288+0000 mgr.smithi159.sbyejd (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-24T03:10:00.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:00 smithi162 bash[17902]: cluster 2024-01-24T03:10:00.000131+0000 mon.smithi159 (mon.0) 595 : cluster [INF] overall HEALTH_OK 2024-01-24T03:10:00.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:00 smithi159 bash[14083]: cluster 2024-01-24T03:10:00.000131+0000 mon.smithi159 (mon.0) 595 : cluster [INF] overall HEALTH_OK 2024-01-24T03:10:01.591 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:01 smithi159 bash[14083]: cluster 2024-01-24T03:10:00.273866+0000 mgr.smithi159.sbyejd (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-24T03:10:01.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:01 smithi162 bash[17902]: cluster 2024-01-24T03:10:00.273866+0000 mgr.smithi159.sbyejd (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-24T03:10:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:03 smithi159 bash[14083]: cluster 2024-01-24T03:10:02.274346+0000 mgr.smithi159.sbyejd (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-24T03:10:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:03 smithi162 bash[17902]: cluster 2024-01-24T03:10:02.274346+0000 mgr.smithi159.sbyejd (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-24T03:10:03.976 INFO:teuthology.orchestra.run.smithi159.stdout:pg_num: 1 2024-01-24T03:10:04.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:04 smithi159 bash[14083]: audit 2024-01-24T03:10:03.975980+0000 mon.smithi159 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.159:0/222304028' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T03:10:04.794 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-24T03:10:04.794 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-24T03:10:04.795 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph mgr dump --format=json 2024-01-24T03:10:04.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:04 smithi162 bash[17902]: audit 2024-01-24T03:10:03.975980+0000 mon.smithi159 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.159:0/222304028' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-24T03:10:05.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:05 smithi162 bash[17902]: cluster 2024-01-24T03:10:04.274839+0000 mgr.smithi159.sbyejd (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-24T03:10:05.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:05 smithi159 bash[14083]: cluster 2024-01-24T03:10:04.274839+0000 mgr.smithi159.sbyejd (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-24T03:10:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:07 smithi159 bash[14083]: cluster 2024-01-24T03:10:06.275394+0000 mgr.smithi159.sbyejd (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-24T03:10:07.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:07 smithi162 bash[17902]: cluster 2024-01-24T03:10:06.275394+0000 mgr.smithi159.sbyejd (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-24T03:10:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:09 smithi159 bash[14083]: cluster 2024-01-24T03:10:08.275878+0000 mgr.smithi159.sbyejd (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-24T03:10:09.722 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:10:09.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:09 smithi162 bash[17902]: cluster 2024-01-24T03:10:08.275878+0000 mgr.smithi159.sbyejd (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-24T03:10:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:11 smithi159 bash[14083]: cluster 2024-01-24T03:10:10.276428+0000 mgr.smithi159.sbyejd (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-24T03:10:11.795 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:11 smithi162 bash[17902]: cluster 2024-01-24T03:10:10.276428+0000 mgr.smithi159.sbyejd (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-24T03:10:13.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:13 smithi159 bash[14083]: cluster 2024-01-24T03:10:12.277035+0000 mgr.smithi159.sbyejd (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-24T03:10:13.716 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:13 smithi162 bash[17902]: cluster 2024-01-24T03:10:12.277035+0000 mgr.smithi159.sbyejd (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-24T03:10:14.389 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:10:14.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:14 smithi159 bash[14083]: audit 2024-01-24T03:10:14.381768+0000 mon.smithi159 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.159:0/2156717163' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T03:10:14.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:14 smithi162 bash[17902]: audit 2024-01-24T03:10:14.381768+0000 mon.smithi159 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.159:0/2156717163' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-24T03:10:15.508 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi159.sbyejd","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6800","nonce":2880848328},{"type":"v1","addr":"172.21.15.159:6801","nonce":2880848328}]},"active_addr":"172.21.15.159:6801/2880848328","active_change":"2024-01-24T03:06:38.220668+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi162.xpxzcp","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.159:8443/","prometheus":"http://172.21.15.159: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.159:0","nonce":1179251456}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.159:0","nonce":2612515290}]}]} 2024-01-24T03:10:15.512 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-24T03:10:15.512 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-24T03:10:15.512 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T03:10:15.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:15 smithi162 bash[17902]: cluster 2024-01-24T03:10:14.277607+0000 mgr.smithi159.sbyejd (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-24T03:10:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:15 smithi159 bash[14083]: cluster 2024-01-24T03:10:14.277607+0000 mgr.smithi159.sbyejd (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-24T03:10:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:17 smithi162 bash[17902]: cluster 2024-01-24T03:10:16.278209+0000 mgr.smithi159.sbyejd (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-24T03:10:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:17 smithi159 bash[14083]: cluster 2024-01-24T03:10:16.278209+0000 mgr.smithi159.sbyejd (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-24T03:10:19.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:19 smithi162 bash[17902]: cluster 2024-01-24T03:10:18.278794+0000 mgr.smithi159.sbyejd (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-24T03:10:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:19 smithi159 bash[14083]: cluster 2024-01-24T03:10:18.278794+0000 mgr.smithi159.sbyejd (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-24T03:10:20.441 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:10:21.714 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:21 smithi159 bash[14083]: cluster 2024-01-24T03:10:20.279448+0000 mgr.smithi159.sbyejd (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-24T03:10:21.804 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:21 smithi162 bash[17902]: cluster 2024-01-24T03:10:20.279448+0000 mgr.smithi159.sbyejd (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-24T03:10:23.656 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:23 smithi159 bash[14083]: cluster 2024-01-24T03:10:22.279851+0000 mgr.smithi159.sbyejd (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-24T03:10:23.656 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:23 smithi159 bash[14083]: audit 2024-01-24T03:10:23.355364+0000 mon.smithi159 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:10:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:23 smithi162 bash[17902]: cluster 2024-01-24T03:10:22.279851+0000 mgr.smithi159.sbyejd (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-24T03:10:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:23 smithi162 bash[17902]: audit 2024-01-24T03:10:23.355364+0000 mon.smithi159 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:10:24.749 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:10:24.749 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":43,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","created":"2024-01-24T03:04:24.757808+0000","modified":"2024-01-24T03:09:36.492062+0000","last_up_change":"2024-01-24T03:09:34.474421+0000","last_in_change":"2024-01-24T03:08:34.612179+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T03:09:11.944653+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":"52612509-e438-4044-ae4f-a426f4355157","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.162:6800","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6801","nonce":1799859000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6803","nonce":1799859000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6807","nonce":1799859000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6805","nonce":1799859000}]},"public_addr":"172.21.15.162:6801/1799859000","cluster_addr":"172.21.15.162:6803/1799859000","heartbeat_back_addr":"172.21.15.162:6807/1799859000","heartbeat_front_addr":"172.21.15.162:6805/1799859000","state":["exists","up"]},{"osd":1,"uuid":"e9a82e03-6179-4918-9aab-ef310e27db71","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.159:6802","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6803","nonce":2008019352}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6805","nonce":2008019352}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6809","nonce":2008019352}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6807","nonce":2008019352}]},"public_addr":"172.21.15.159:6803/2008019352","cluster_addr":"172.21.15.159:6805/2008019352","heartbeat_back_addr":"172.21.15.159:6809/2008019352","heartbeat_front_addr":"172.21.15.159:6807/2008019352","state":["exists","up"]},{"osd":2,"uuid":"b493cb24-d48d-4343-81f0-3585bed3f9c8","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.162:6808","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6809","nonce":4198445338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6811","nonce":4198445338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6815","nonce":4198445338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6813","nonce":4198445338}]},"public_addr":"172.21.15.162:6809/4198445338","cluster_addr":"172.21.15.162:6811/4198445338","heartbeat_back_addr":"172.21.15.162:6815/4198445338","heartbeat_front_addr":"172.21.15.162:6813/4198445338","state":["exists","up"]},{"osd":3,"uuid":"b0853fde-7091-44cd-8251-8768b33de3cd","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.159:6810","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6811","nonce":186422042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6813","nonce":186422042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6816","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6817","nonce":186422042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6815","nonce":186422042}]},"public_addr":"172.21.15.159:6811/186422042","cluster_addr":"172.21.15.159:6813/186422042","heartbeat_back_addr":"172.21.15.159:6817/186422042","heartbeat_front_addr":"172.21.15.159:6815/186422042","state":["exists","up"]},{"osd":4,"uuid":"188fd99b-afb5-44d5-bc9c-8b778f85b32f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6817","nonce":3734012743}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6819","nonce":3734012743}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6823","nonce":3734012743}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6821","nonce":3734012743}]},"public_addr":"172.21.15.162:6817/3734012743","cluster_addr":"172.21.15.162:6819/3734012743","heartbeat_back_addr":"172.21.15.162:6823/3734012743","heartbeat_front_addr":"172.21.15.162:6821/3734012743","state":["exists","up"]},{"osd":5,"uuid":"30c55e58-9557-49f3-9004-be1d1b7ab876","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.159:6818","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6819","nonce":399436321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6821","nonce":399436321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6824","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6825","nonce":399436321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6823","nonce":399436321}]},"public_addr":"172.21.15.159:6819/399436321","cluster_addr":"172.21.15.159:6821/399436321","heartbeat_back_addr":"172.21.15.159:6825/399436321","heartbeat_front_addr":"172.21.15.159:6823/399436321","state":["exists","up"]},{"osd":6,"uuid":"9c4f42ac-58b3-45dd-b7fb-cefa945e1995","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6825","nonce":819986140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6827","nonce":819986140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6831","nonce":819986140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6829","nonce":819986140}]},"public_addr":"172.21.15.162:6825/819986140","cluster_addr":"172.21.15.162:6827/819986140","heartbeat_back_addr":"172.21.15.162:6831/819986140","heartbeat_front_addr":"172.21.15.162:6829/819986140","state":["exists","up"]},{"osd":7,"uuid":"6eb2d982-7dd9-480d-b06c-e2bef057bc31","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.159:6826","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6827","nonce":3112650404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6829","nonce":3112650404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6832","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6833","nonce":3112650404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6831","nonce":3112650404}]},"public_addr":"172.21.15.159:6827/3112650404","cluster_addr":"172.21.15.159:6829/3112650404","heartbeat_back_addr":"172.21.15.159:6833/3112650404","heartbeat_front_addr":"172.21.15.159:6831/3112650404","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-24T03:08:57.530127+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-24T03:09:10.083654+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-24T03:09:03.241834+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-24T03:09:17.565447+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-24T03:09:09.436400+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-24T03:09:25.844417+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-24T03:09:14.201380+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-24T03:09:33.022588+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.159:0/3130771539":"2024-01-25T03:06:38.220447+0000","172.21.15.159:6800/209027215":"2024-01-25T03:05:36.012884+0000","172.21.15.159:0/2899171923":"2024-01-25T03:06:38.220447+0000","172.21.15.159:0/730361487":"2024-01-25T03:05:36.012884+0000","172.21.15.159:0/1362592006":"2024-01-25T03:05:36.012884+0000","172.21.15.159:6801/3469435707":"2024-01-25T03:06:38.220447+0000","172.21.15.159:6800/3469435707":"2024-01-25T03:06:38.220447+0000","172.21.15.159:0/2745170206":"2024-01-25T03:04:53.957085+0000","172.21.15.159:6800/2349880207":"2024-01-25T03:04:53.957085+0000","172.21.15.159:6801/209027215":"2024-01-25T03:05:36.012884+0000","172.21.15.159:6801/2349880207":"2024-01-25T03:04:53.957085+0000","172.21.15.159:0/1203643573":"2024-01-25T03:04:53.957085+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-24T03:10:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:25 smithi162 bash[17902]: cluster 2024-01-24T03:10:24.280418+0000 mgr.smithi159.sbyejd (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-24T03:10:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:25 smithi162 bash[17902]: audit 2024-01-24T03:10:24.747885+0000 mon.smithi159 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.159:0/693493787' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:10:25.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:25 smithi159 bash[14083]: cluster 2024-01-24T03:10:24.280418+0000 mgr.smithi159.sbyejd (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-24T03:10:25.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:25 smithi159 bash[14083]: audit 2024-01-24T03:10:24.747885+0000 mon.smithi159 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.159:0/693493787' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:10:26.289 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-24T03:10:26.289 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-24T03:10:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:27 smithi159 bash[14083]: cluster 2024-01-24T03:10:26.280859+0000 mgr.smithi159.sbyejd (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-24T03:10:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:27 smithi162 bash[17902]: cluster 2024-01-24T03:10:26.280859+0000 mgr.smithi159.sbyejd (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-24T03:10:29.372 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:29 smithi162 bash[17902]: audit 2024-01-24T03:10:28.009917+0000 mon.smithi159 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:10:29.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:29 smithi162 bash[17902]: cluster 2024-01-24T03:10:28.281350+0000 mgr.smithi159.sbyejd (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-24T03:10:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:29 smithi159 bash[14083]: audit 2024-01-24T03:10:28.009917+0000 mon.smithi159 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:10:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:29 smithi159 bash[14083]: cluster 2024-01-24T03:10:28.281350+0000 mgr.smithi159.sbyejd (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-24T03:10:31.525 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:10:31.622 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:31 smithi162 bash[17902]: cluster 2024-01-24T03:10:30.281955+0000 mgr.smithi159.sbyejd (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-24T03:10:31.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:31 smithi159 bash[14083]: cluster 2024-01-24T03:10:30.281955+0000 mgr.smithi159.sbyejd (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-24T03:10:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:33 smithi159 bash[14083]: cluster 2024-01-24T03:10:32.282426+0000 mgr.smithi159.sbyejd (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-24T03:10:33.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:33 smithi162 bash[17902]: cluster 2024-01-24T03:10:32.282426+0000 mgr.smithi159.sbyejd (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-24T03:10:34.616 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:10:34.616 INFO:teuthology.orchestra.run.smithi159.stdout:{"epoch":43,"fsid":"2509d94c-ba65-11ee-95b1-87774f69a715","created":"2024-01-24T03:04:24.757808+0000","modified":"2024-01-24T03:09:36.492062+0000","last_up_change":"2024-01-24T03:09:34.474421+0000","last_in_change":"2024-01-24T03:08:34.612179+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-24T03:09:11.944653+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":"52612509-e438-4044-ae4f-a426f4355157","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.162:6800","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6801","nonce":1799859000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6802","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6803","nonce":1799859000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6806","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6807","nonce":1799859000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6804","nonce":1799859000},{"type":"v1","addr":"172.21.15.162:6805","nonce":1799859000}]},"public_addr":"172.21.15.162:6801/1799859000","cluster_addr":"172.21.15.162:6803/1799859000","heartbeat_back_addr":"172.21.15.162:6807/1799859000","heartbeat_front_addr":"172.21.15.162:6805/1799859000","state":["exists","up"]},{"osd":1,"uuid":"e9a82e03-6179-4918-9aab-ef310e27db71","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.159:6802","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6803","nonce":2008019352}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6804","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6805","nonce":2008019352}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6808","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6809","nonce":2008019352}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6806","nonce":2008019352},{"type":"v1","addr":"172.21.15.159:6807","nonce":2008019352}]},"public_addr":"172.21.15.159:6803/2008019352","cluster_addr":"172.21.15.159:6805/2008019352","heartbeat_back_addr":"172.21.15.159:6809/2008019352","heartbeat_front_addr":"172.21.15.159:6807/2008019352","state":["exists","up"]},{"osd":2,"uuid":"b493cb24-d48d-4343-81f0-3585bed3f9c8","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.162:6808","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6809","nonce":4198445338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6810","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6811","nonce":4198445338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6814","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6815","nonce":4198445338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6812","nonce":4198445338},{"type":"v1","addr":"172.21.15.162:6813","nonce":4198445338}]},"public_addr":"172.21.15.162:6809/4198445338","cluster_addr":"172.21.15.162:6811/4198445338","heartbeat_back_addr":"172.21.15.162:6815/4198445338","heartbeat_front_addr":"172.21.15.162:6813/4198445338","state":["exists","up"]},{"osd":3,"uuid":"b0853fde-7091-44cd-8251-8768b33de3cd","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.159:6810","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6811","nonce":186422042}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6812","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6813","nonce":186422042}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6816","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6817","nonce":186422042}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6814","nonce":186422042},{"type":"v1","addr":"172.21.15.159:6815","nonce":186422042}]},"public_addr":"172.21.15.159:6811/186422042","cluster_addr":"172.21.15.159:6813/186422042","heartbeat_back_addr":"172.21.15.159:6817/186422042","heartbeat_front_addr":"172.21.15.159:6815/186422042","state":["exists","up"]},{"osd":4,"uuid":"188fd99b-afb5-44d5-bc9c-8b778f85b32f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6816","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6817","nonce":3734012743}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6818","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6819","nonce":3734012743}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6822","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6823","nonce":3734012743}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6820","nonce":3734012743},{"type":"v1","addr":"172.21.15.162:6821","nonce":3734012743}]},"public_addr":"172.21.15.162:6817/3734012743","cluster_addr":"172.21.15.162:6819/3734012743","heartbeat_back_addr":"172.21.15.162:6823/3734012743","heartbeat_front_addr":"172.21.15.162:6821/3734012743","state":["exists","up"]},{"osd":5,"uuid":"30c55e58-9557-49f3-9004-be1d1b7ab876","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.159:6818","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6819","nonce":399436321}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6820","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6821","nonce":399436321}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6824","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6825","nonce":399436321}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6822","nonce":399436321},{"type":"v1","addr":"172.21.15.159:6823","nonce":399436321}]},"public_addr":"172.21.15.159:6819/399436321","cluster_addr":"172.21.15.159:6821/399436321","heartbeat_back_addr":"172.21.15.159:6825/399436321","heartbeat_front_addr":"172.21.15.159:6823/399436321","state":["exists","up"]},{"osd":6,"uuid":"9c4f42ac-58b3-45dd-b7fb-cefa945e1995","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6824","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6825","nonce":819986140}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6826","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6827","nonce":819986140}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6830","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6831","nonce":819986140}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.162:6828","nonce":819986140},{"type":"v1","addr":"172.21.15.162:6829","nonce":819986140}]},"public_addr":"172.21.15.162:6825/819986140","cluster_addr":"172.21.15.162:6827/819986140","heartbeat_back_addr":"172.21.15.162:6831/819986140","heartbeat_front_addr":"172.21.15.162:6829/819986140","state":["exists","up"]},{"osd":7,"uuid":"6eb2d982-7dd9-480d-b06c-e2bef057bc31","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.159:6826","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6827","nonce":3112650404}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6828","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6829","nonce":3112650404}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6832","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6833","nonce":3112650404}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.159:6830","nonce":3112650404},{"type":"v1","addr":"172.21.15.159:6831","nonce":3112650404}]},"public_addr":"172.21.15.159:6827/3112650404","cluster_addr":"172.21.15.159:6829/3112650404","heartbeat_back_addr":"172.21.15.159:6833/3112650404","heartbeat_front_addr":"172.21.15.159:6831/3112650404","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-24T03:08:57.530127+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-24T03:09:10.083654+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-24T03:09:03.241834+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-24T03:09:17.565447+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-24T03:09:09.436400+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-24T03:09:25.844417+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-24T03:09:14.201380+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-24T03:09:33.022588+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.159:0/3130771539":"2024-01-25T03:06:38.220447+0000","172.21.15.159:6800/209027215":"2024-01-25T03:05:36.012884+0000","172.21.15.159:0/2899171923":"2024-01-25T03:06:38.220447+0000","172.21.15.159:0/730361487":"2024-01-25T03:05:36.012884+0000","172.21.15.159:0/1362592006":"2024-01-25T03:05:36.012884+0000","172.21.15.159:6801/3469435707":"2024-01-25T03:06:38.220447+0000","172.21.15.159:6800/3469435707":"2024-01-25T03:06:38.220447+0000","172.21.15.159:0/2745170206":"2024-01-25T03:04:53.957085+0000","172.21.15.159:6800/2349880207":"2024-01-25T03:04:53.957085+0000","172.21.15.159:6801/209027215":"2024-01-25T03:05:36.012884+0000","172.21.15.159:6801/2349880207":"2024-01-25T03:04:53.957085+0000","172.21.15.159:0/1203643573":"2024-01-25T03:04:53.957085+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-24T03:10:35.380 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-24T03:10:35.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:35 smithi159 bash[14083]: cluster 2024-01-24T03:10:34.283034+0000 mgr.smithi159.sbyejd (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-24T03:10:35.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:35 smithi159 bash[14083]: audit 2024-01-24T03:10:34.614185+0000 mon.smithi159 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.159:0/2296958023' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:10:35.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:35 smithi162 bash[17902]: cluster 2024-01-24T03:10:34.283034+0000 mgr.smithi159.sbyejd (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-24T03:10:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:35 smithi162 bash[17902]: audit 2024-01-24T03:10:34.614185+0000 mon.smithi159 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.159:0/2296958023' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-24T03:10:37.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:37 smithi159 bash[14083]: cluster 2024-01-24T03:10:36.283656+0000 mgr.smithi159.sbyejd (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-24T03:10:37.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:37 smithi162 bash[17902]: cluster 2024-01-24T03:10:36.283656+0000 mgr.smithi159.sbyejd (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-24T03:10:39.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:39 smithi159 bash[14083]: cluster 2024-01-24T03:10:38.284184+0000 mgr.smithi159.sbyejd (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-24T03:10:39.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:39 smithi162 bash[17902]: cluster 2024-01-24T03:10:38.284184+0000 mgr.smithi159.sbyejd (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-24T03:10:40.162 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:10:41.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:41 smithi159 bash[14083]: cluster 2024-01-24T03:10:40.284777+0000 mgr.smithi159.sbyejd (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-24T03:10:41.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:41 smithi162 bash[17902]: cluster 2024-01-24T03:10:40.284777+0000 mgr.smithi159.sbyejd (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-24T03:10:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:43 smithi159 bash[14083]: cluster 2024-01-24T03:10:42.285300+0000 mgr.smithi159.sbyejd (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-24T03:10:43.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:43 smithi162 bash[17902]: cluster 2024-01-24T03:10:42.285300+0000 mgr.smithi159.sbyejd (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-24T03:10:43.823 INFO:teuthology.orchestra.run.smithi159.stdout:68719476759 2024-01-24T03:10:43.824 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-24T03:10:45.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:45 smithi162 bash[17902]: cluster 2024-01-24T03:10:44.285810+0000 mgr.smithi159.sbyejd (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-24T03:10:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:45 smithi159 bash[14083]: cluster 2024-01-24T03:10:44.285810+0000 mgr.smithi159.sbyejd (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-24T03:10:47.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:47 smithi162 bash[17902]: cluster 2024-01-24T03:10:46.286470+0000 mgr.smithi159.sbyejd (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-24T03:10:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:47 smithi159 bash[14083]: cluster 2024-01-24T03:10:46.286470+0000 mgr.smithi159.sbyejd (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-24T03:10:48.613 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:10:49.709 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:49 smithi159 bash[14083]: cluster 2024-01-24T03:10:48.287005+0000 mgr.smithi159.sbyejd (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-24T03:10:49.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:49 smithi162 bash[17902]: cluster 2024-01-24T03:10:48.287005+0000 mgr.smithi159.sbyejd (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-24T03:10:51.549 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:51 smithi159 bash[14083]: cluster 2024-01-24T03:10:50.287464+0000 mgr.smithi159.sbyejd (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-24T03:10:51.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:51 smithi162 bash[17902]: cluster 2024-01-24T03:10:50.287464+0000 mgr.smithi159.sbyejd (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-24T03:10:52.234 INFO:teuthology.orchestra.run.smithi159.stdout:103079215127 2024-01-24T03:10:52.235 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-24T03:10:53.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:53 smithi162 bash[17902]: cluster 2024-01-24T03:10:52.288117+0000 mgr.smithi159.sbyejd (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-24T03:10:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:53 smithi159 bash[14083]: cluster 2024-01-24T03:10:52.288117+0000 mgr.smithi159.sbyejd (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-24T03:10:55.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:55 smithi162 bash[17902]: cluster 2024-01-24T03:10:54.288657+0000 mgr.smithi159.sbyejd (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-24T03:10:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:55 smithi159 bash[14083]: cluster 2024-01-24T03:10:54.288657+0000 mgr.smithi159.sbyejd (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-24T03:10:57.014 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:10:57.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:57 smithi162 bash[17902]: cluster 2024-01-24T03:10:56.289241+0000 mgr.smithi159.sbyejd (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-24T03:10:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:57 smithi159 bash[14083]: cluster 2024-01-24T03:10:56.289241+0000 mgr.smithi159.sbyejd (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-24T03:10:59.738 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:10:59 smithi159 bash[14083]: cluster 2024-01-24T03:10:58.289891+0000 mgr.smithi159.sbyejd (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-24T03:10:59.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:10:59 smithi162 bash[17902]: cluster 2024-01-24T03:10:58.289891+0000 mgr.smithi159.sbyejd (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-24T03:11:00.739 INFO:teuthology.orchestra.run.smithi159.stdout:85899345946 2024-01-24T03:11:00.740 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-24T03:11:01.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:01 smithi162 bash[17902]: cluster 2024-01-24T03:11:00.290538+0000 mgr.smithi159.sbyejd (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-24T03:11:01.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:01 smithi159 bash[14083]: cluster 2024-01-24T03:11:00.290538+0000 mgr.smithi159.sbyejd (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-24T03:11:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:03 smithi162 bash[17902]: cluster 2024-01-24T03:11:02.291117+0000 mgr.smithi159.sbyejd (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-24T03:11:03.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:03 smithi159 bash[14083]: cluster 2024-01-24T03:11:02.291117+0000 mgr.smithi159.sbyejd (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-24T03:11:05.519 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:05.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:05 smithi162 bash[17902]: cluster 2024-01-24T03:11:04.291678+0000 mgr.smithi159.sbyejd (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-24T03:11:05.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:05 smithi159 bash[14083]: cluster 2024-01-24T03:11:04.291678+0000 mgr.smithi159.sbyejd (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-24T03:11:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:07 smithi159 bash[14083]: cluster 2024-01-24T03:11:06.292269+0000 mgr.smithi159.sbyejd (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-24T03:11:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:07 smithi162 bash[17902]: cluster 2024-01-24T03:11:06.292269+0000 mgr.smithi159.sbyejd (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-24T03:11:09.160 INFO:teuthology.orchestra.run.smithi159.stdout:137438953495 2024-01-24T03:11:09.160 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-24T03:11:09.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:09 smithi162 bash[17902]: cluster 2024-01-24T03:11:08.292684+0000 mgr.smithi159.sbyejd (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-24T03:11:09.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:09 smithi159 bash[14083]: cluster 2024-01-24T03:11:08.292684+0000 mgr.smithi159.sbyejd (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-24T03:11:11.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:11 smithi162 bash[17902]: cluster 2024-01-24T03:11:10.293232+0000 mgr.smithi159.sbyejd (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-24T03:11:11.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:11 smithi159 bash[14083]: cluster 2024-01-24T03:11:10.293232+0000 mgr.smithi159.sbyejd (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-24T03:11:13.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:13 smithi162 bash[17902]: cluster 2024-01-24T03:11:12.293814+0000 mgr.smithi159.sbyejd (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-24T03:11:13.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:13 smithi159 bash[14083]: cluster 2024-01-24T03:11:12.293814+0000 mgr.smithi159.sbyejd (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-24T03:11:13.948 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:15 smithi159 bash[14083]: cluster 2024-01-24T03:11:14.294310+0000 mgr.smithi159.sbyejd (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-24T03:11:15.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:15 smithi162 bash[17902]: cluster 2024-01-24T03:11:14.294310+0000 mgr.smithi159.sbyejd (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-24T03:11:17.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:17 smithi159 bash[14083]: cluster 2024-01-24T03:11:16.294938+0000 mgr.smithi159.sbyejd (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-24T03:11:17.803 INFO:teuthology.orchestra.run.smithi159.stdout:103079215131 2024-01-24T03:11:17.803 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-24T03:11:17.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:17 smithi162 bash[17902]: cluster 2024-01-24T03:11:16.294938+0000 mgr.smithi159.sbyejd (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-24T03:11:19.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:19 smithi162 bash[17902]: cluster 2024-01-24T03:11:18.295437+0000 mgr.smithi159.sbyejd (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-24T03:11:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:19 smithi159 bash[14083]: cluster 2024-01-24T03:11:18.295437+0000 mgr.smithi159.sbyejd (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-24T03:11:21.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:21 smithi162 bash[17902]: cluster 2024-01-24T03:11:20.296018+0000 mgr.smithi159.sbyejd (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-24T03:11:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:21 smithi159 bash[14083]: cluster 2024-01-24T03:11:20.296018+0000 mgr.smithi159.sbyejd (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-24T03:11:22.590 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:23 smithi162 bash[17902]: cluster 2024-01-24T03:11:22.296602+0000 mgr.smithi159.sbyejd (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-24T03:11:23.905 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:23 smithi159 bash[14083]: cluster 2024-01-24T03:11:22.296602+0000 mgr.smithi159.sbyejd (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-24T03:11:25.789 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:25 smithi159 bash[14083]: cluster 2024-01-24T03:11:24.297256+0000 mgr.smithi159.sbyejd (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-24T03:11:25.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:25 smithi162 bash[17902]: cluster 2024-01-24T03:11:24.297256+0000 mgr.smithi159.sbyejd (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-24T03:11:26.317 INFO:teuthology.orchestra.run.smithi159.stdout:158913789979 2024-01-24T03:11:26.318 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-24T03:11:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:27 smithi162 bash[17902]: cluster 2024-01-24T03:11:26.297736+0000 mgr.smithi159.sbyejd (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-24T03:11:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:27 smithi159 bash[14083]: cluster 2024-01-24T03:11:26.297736+0000 mgr.smithi159.sbyejd (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-24T03:11:28.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:28 smithi162 bash[17902]: audit 2024-01-24T03:11:28.014827+0000 mon.smithi159 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:11:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:28 smithi159 bash[14083]: audit 2024-01-24T03:11:28.014827+0000 mon.smithi159 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:11:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:29 smithi162 bash[17902]: cluster 2024-01-24T03:11:28.298282+0000 mgr.smithi159.sbyejd (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-24T03:11:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:29 smithi159 bash[14083]: cluster 2024-01-24T03:11:28.298282+0000 mgr.smithi159.sbyejd (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-24T03:11:31.101 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:31 smithi162 bash[17902]: cluster 2024-01-24T03:11:30.298917+0000 mgr.smithi159.sbyejd (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-24T03:11:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:31 smithi159 bash[14083]: cluster 2024-01-24T03:11:30.298917+0000 mgr.smithi159.sbyejd (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-24T03:11:33.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:33 smithi162 bash[17902]: cluster 2024-01-24T03:11:32.299434+0000 mgr.smithi159.sbyejd (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-24T03:11:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:33 smithi162 bash[17902]: audit 2024-01-24T03:11:33.089964+0000 mon.smithi159 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:11:33.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:33 smithi162 bash[17902]: audit 2024-01-24T03:11:33.472850+0000 mon.smithi159 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:11:33.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:33 smithi159 bash[14083]: cluster 2024-01-24T03:11:32.299434+0000 mgr.smithi159.sbyejd (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-24T03:11:33.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:33 smithi159 bash[14083]: audit 2024-01-24T03:11:33.089964+0000 mon.smithi159 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:11:33.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:33 smithi159 bash[14083]: audit 2024-01-24T03:11:33.472850+0000 mon.smithi159 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:11:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:34 smithi162 bash[17902]: audit 2024-01-24T03:11:33.735998+0000 mon.smithi159 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:34 smithi162 bash[17902]: audit 2024-01-24T03:11:33.737721+0000 mon.smithi159 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:11:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:34 smithi162 bash[17902]: audit 2024-01-24T03:11:33.748110+0000 mon.smithi159 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:11:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:34 smithi162 bash[17902]: audit 2024-01-24T03:11:33.755438+0000 mon.smithi159 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:11:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:34 smithi159 bash[14083]: audit 2024-01-24T03:11:33.735998+0000 mon.smithi159 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:11:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:34 smithi159 bash[14083]: audit 2024-01-24T03:11:33.737721+0000 mon.smithi159 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:11:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:34 smithi159 bash[14083]: audit 2024-01-24T03:11:33.748110+0000 mon.smithi159 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:11:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:34 smithi159 bash[14083]: audit 2024-01-24T03:11:33.755438+0000 mon.smithi159 (mon.0) 608 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:11:35.046 INFO:teuthology.orchestra.run.smithi159.stdout:120259084317 2024-01-24T03:11:35.047 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-24T03:11:35.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:35 smithi162 bash[17902]: cluster 2024-01-24T03:11:34.299921+0000 mgr.smithi159.sbyejd (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-24T03:11:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:35 smithi159 bash[14083]: cluster 2024-01-24T03:11:34.299921+0000 mgr.smithi159.sbyejd (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-24T03:11:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:37 smithi162 bash[17902]: cluster 2024-01-24T03:11:36.300451+0000 mgr.smithi159.sbyejd (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-24T03:11:37.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:37 smithi159 bash[14083]: cluster 2024-01-24T03:11:36.300451+0000 mgr.smithi159.sbyejd (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-24T03:11:39.831 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:39.857 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:39 smithi159 bash[14083]: cluster 2024-01-24T03:11:38.300884+0000 mgr.smithi159.sbyejd (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-24T03:11:39.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:39 smithi162 bash[17902]: cluster 2024-01-24T03:11:38.300884+0000 mgr.smithi159.sbyejd (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-24T03:11:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:41 smithi162 bash[17902]: cluster 2024-01-24T03:11:40.301492+0000 mgr.smithi159.sbyejd (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-24T03:11:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:41 smithi159 bash[14083]: cluster 2024-01-24T03:11:40.301492+0000 mgr.smithi159.sbyejd (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-24T03:11:43.568 INFO:teuthology.orchestra.run.smithi159.stdout:176093659164 2024-01-24T03:11:43.568 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-24T03:11:43.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:43 smithi162 bash[17902]: cluster 2024-01-24T03:11:42.301902+0000 mgr.smithi159.sbyejd (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-24T03:11:43.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:43 smithi159 bash[14083]: cluster 2024-01-24T03:11:42.301902+0000 mgr.smithi159.sbyejd (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-24T03:11:45.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:45 smithi162 bash[17902]: cluster 2024-01-24T03:11:44.302454+0000 mgr.smithi159.sbyejd (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-24T03:11:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:45 smithi159 bash[14083]: cluster 2024-01-24T03:11:44.302454+0000 mgr.smithi159.sbyejd (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-24T03:11:47.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:47 smithi162 bash[17902]: cluster 2024-01-24T03:11:46.303115+0000 mgr.smithi159.sbyejd (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-24T03:11:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:47 smithi159 bash[14083]: cluster 2024-01-24T03:11:46.303115+0000 mgr.smithi159.sbyejd (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-24T03:11:48.353 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:49 smithi159 bash[14083]: cluster 2024-01-24T03:11:48.303611+0000 mgr.smithi159.sbyejd (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-24T03:11:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:49 smithi162 bash[17902]: cluster 2024-01-24T03:11:48.303611+0000 mgr.smithi159.sbyejd (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-24T03:11:51.608 INFO:teuthology.orchestra.run.smithi159.stdout:68719476772 2024-01-24T03:11:51.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:51 smithi162 bash[17902]: cluster 2024-01-24T03:11:50.304045+0000 mgr.smithi159.sbyejd (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-24T03:11:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:51 smithi159 bash[14083]: cluster 2024-01-24T03:11:50.304045+0000 mgr.smithi159.sbyejd (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-24T03:11:52.330 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2024-01-24T03:11:52.330 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-24T03:11:52.872 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:52 smithi162 bash[17902]: audit 2024-01-24T03:11:51.608115+0000 mon.smithi159 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.159:0/442763883' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T03:11:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:52 smithi159 bash[14083]: audit 2024-01-24T03:11:51.608115+0000 mon.smithi159 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.159:0/442763883' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-24T03:11:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:53 smithi162 bash[17902]: cluster 2024-01-24T03:11:52.304635+0000 mgr.smithi159.sbyejd (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-24T03:11:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:53 smithi159 bash[14083]: cluster 2024-01-24T03:11:52.304635+0000 mgr.smithi159.sbyejd (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-24T03:11:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:55 smithi162 bash[17902]: cluster 2024-01-24T03:11:54.305251+0000 mgr.smithi159.sbyejd (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-24T03:11:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:55 smithi159 bash[14083]: cluster 2024-01-24T03:11:54.305251+0000 mgr.smithi159.sbyejd (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-24T03:11:57.112 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:11:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:57 smithi159 bash[14083]: cluster 2024-01-24T03:11:56.305881+0000 mgr.smithi159.sbyejd (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-24T03:11:58.122 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:57 smithi162 bash[17902]: cluster 2024-01-24T03:11:56.305881+0000 mgr.smithi159.sbyejd (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-24T03:11:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:11:58 smithi159 bash[14083]: cluster 2024-01-24T03:11:58.306498+0000 mgr.smithi159.sbyejd (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-24T03:11:59.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:11:58 smithi162 bash[17902]: cluster 2024-01-24T03:11:58.306498+0000 mgr.smithi159.sbyejd (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-24T03:12:00.219 INFO:teuthology.orchestra.run.smithi159.stdout:103079215141 2024-01-24T03:12:00.525 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:00 smithi159 bash[14083]: audit 2024-01-24T03:12:00.218757+0000 mon.smithi159 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.159:0/2504220928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T03:12:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:00 smithi162 bash[17902]: audit 2024-01-24T03:12:00.218757+0000 mon.smithi159 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.159:0/2504220928' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-24T03:12:01.037 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215127 got 103079215141 for osd.1 2024-01-24T03:12:01.037 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-24T03:12:01.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:01 smithi159 bash[14083]: cluster 2024-01-24T03:12:00.306877+0000 mgr.smithi159.sbyejd (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-24T03:12:01.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:01 smithi162 bash[17902]: cluster 2024-01-24T03:12:00.306877+0000 mgr.smithi159.sbyejd (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-24T03:12:03.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:03 smithi162 bash[17902]: cluster 2024-01-24T03:12:02.307397+0000 mgr.smithi159.sbyejd (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-24T03:12:03.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:03 smithi159 bash[14083]: cluster 2024-01-24T03:12:02.307397+0000 mgr.smithi159.sbyejd (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-24T03:12:05.823 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:05.852 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:05 smithi159 bash[14083]: cluster 2024-01-24T03:12:04.307903+0000 mgr.smithi159.sbyejd (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-24T03:12:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:05 smithi162 bash[17902]: cluster 2024-01-24T03:12:04.307903+0000 mgr.smithi159.sbyejd (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-24T03:12:07.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:07 smithi159 bash[14083]: cluster 2024-01-24T03:12:06.308448+0000 mgr.smithi159.sbyejd (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-24T03:12:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:07 smithi162 bash[17902]: cluster 2024-01-24T03:12:06.308448+0000 mgr.smithi159.sbyejd (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-24T03:12:08.958 INFO:teuthology.orchestra.run.smithi159.stdout:85899345960 2024-01-24T03:12:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:09 smithi159 bash[14083]: cluster 2024-01-24T03:12:08.309000+0000 mgr.smithi159.sbyejd (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-24T03:12:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:09 smithi159 bash[14083]: audit 2024-01-24T03:12:08.958340+0000 mon.smithi159 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.159:0/1580881804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T03:12:09.734 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345946 got 85899345960 for osd.2 2024-01-24T03:12:09.734 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-24T03:12:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:09 smithi162 bash[17902]: cluster 2024-01-24T03:12:08.309000+0000 mgr.smithi159.sbyejd (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-24T03:12:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:09 smithi162 bash[17902]: audit 2024-01-24T03:12:08.958340+0000 mon.smithi159 (mon.0) 611 : audit [DBG] from='client.? 172.21.15.159:0/1580881804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-24T03:12:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:11 smithi162 bash[17902]: cluster 2024-01-24T03:12:10.309583+0000 mgr.smithi159.sbyejd (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-24T03:12:11.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:11 smithi159 bash[14083]: cluster 2024-01-24T03:12:10.309583+0000 mgr.smithi159.sbyejd (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-24T03:12:13.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:13 smithi162 bash[17902]: cluster 2024-01-24T03:12:12.310298+0000 mgr.smithi159.sbyejd (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-24T03:12:13.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:13 smithi159 bash[14083]: cluster 2024-01-24T03:12:12.310298+0000 mgr.smithi159.sbyejd (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-24T03:12:14.521 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:15.815 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:15 smithi159 bash[14083]: cluster 2024-01-24T03:12:14.310962+0000 mgr.smithi159.sbyejd (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-24T03:12:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:15 smithi162 bash[17902]: cluster 2024-01-24T03:12:14.310962+0000 mgr.smithi159.sbyejd (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-24T03:12:17.635 INFO:teuthology.orchestra.run.smithi159.stdout:137438953509 2024-01-24T03:12:17.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:17 smithi159 bash[14083]: cluster 2024-01-24T03:12:16.311608+0000 mgr.smithi159.sbyejd (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-24T03:12:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:17 smithi162 bash[17902]: cluster 2024-01-24T03:12:16.311608+0000 mgr.smithi159.sbyejd (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-24T03:12:18.429 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953495 got 137438953509 for osd.3 2024-01-24T03:12:18.429 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-24T03:12:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:18 smithi159 bash[14083]: audit 2024-01-24T03:12:17.635161+0000 mon.smithi159 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.159:0/1678240454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T03:12:18.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:18 smithi162 bash[17902]: audit 2024-01-24T03:12:17.635161+0000 mon.smithi159 (mon.0) 612 : audit [DBG] from='client.? 172.21.15.159:0/1678240454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-24T03:12:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:19 smithi162 bash[17902]: cluster 2024-01-24T03:12:18.312201+0000 mgr.smithi159.sbyejd (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-24T03:12:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:19 smithi159 bash[14083]: cluster 2024-01-24T03:12:18.312201+0000 mgr.smithi159.sbyejd (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-24T03:12:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:21 smithi162 bash[17902]: cluster 2024-01-24T03:12:20.312803+0000 mgr.smithi159.sbyejd (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-24T03:12:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:21 smithi159 bash[14083]: cluster 2024-01-24T03:12:20.312803+0000 mgr.smithi159.sbyejd (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-24T03:12:23.204 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:23.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:23 smithi159 bash[14083]: cluster 2024-01-24T03:12:22.313437+0000 mgr.smithi159.sbyejd (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-24T03:12:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:23 smithi162 bash[17902]: cluster 2024-01-24T03:12:22.313437+0000 mgr.smithi159.sbyejd (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-24T03:12:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:25 smithi162 bash[17902]: cluster 2024-01-24T03:12:24.314041+0000 mgr.smithi159.sbyejd (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-24T03:12:25.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:25 smithi159 bash[14083]: cluster 2024-01-24T03:12:24.314041+0000 mgr.smithi159.sbyejd (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-24T03:12:26.265 INFO:teuthology.orchestra.run.smithi159.stdout:103079215145 2024-01-24T03:12:26.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:26 smithi159 bash[14083]: audit 2024-01-24T03:12:26.264808+0000 mon.smithi159 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.159:0/2755176858' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T03:12:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:26 smithi162 bash[17902]: audit 2024-01-24T03:12:26.264808+0000 mon.smithi159 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.159:0/2755176858' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-24T03:12:27.038 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215131 got 103079215145 for osd.4 2024-01-24T03:12:27.038 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-24T03:12:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:27 smithi162 bash[17902]: cluster 2024-01-24T03:12:26.314620+0000 mgr.smithi159.sbyejd (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-24T03:12:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:27 smithi159 bash[14083]: cluster 2024-01-24T03:12:26.314620+0000 mgr.smithi159.sbyejd (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-24T03:12:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:29 smithi162 bash[17902]: cluster 2024-01-24T03:12:28.315114+0000 mgr.smithi159.sbyejd (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-24T03:12:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:29 smithi159 bash[14083]: cluster 2024-01-24T03:12:28.315114+0000 mgr.smithi159.sbyejd (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-24T03:12:31.830 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:31.859 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:31 smithi159 bash[14083]: cluster 2024-01-24T03:12:30.315629+0000 mgr.smithi159.sbyejd (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-24T03:12:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:31 smithi162 bash[17902]: cluster 2024-01-24T03:12:30.315629+0000 mgr.smithi159.sbyejd (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-24T03:12:33.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:33 smithi162 bash[17902]: cluster 2024-01-24T03:12:32.316239+0000 mgr.smithi159.sbyejd (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-24T03:12:33.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:33 smithi159 bash[14083]: cluster 2024-01-24T03:12:32.316239+0000 mgr.smithi159.sbyejd (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-24T03:12:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:34 smithi162 bash[17902]: audit 2024-01-24T03:12:33.766397+0000 mon.smithi159 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:12:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:34 smithi159 bash[14083]: audit 2024-01-24T03:12:33.766397+0000 mon.smithi159 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:12:35.085 INFO:teuthology.orchestra.run.smithi159.stdout:158913789993 2024-01-24T03:12:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:35 smithi162 bash[17902]: cluster 2024-01-24T03:12:34.316786+0000 mgr.smithi159.sbyejd (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-24T03:12:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:35 smithi162 bash[17902]: audit 2024-01-24T03:12:35.085260+0000 mon.smithi159 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.159:0/2328292037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T03:12:35.917 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:35 smithi159 bash[14083]: cluster 2024-01-24T03:12:34.316786+0000 mgr.smithi159.sbyejd (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-24T03:12:35.917 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:35 smithi159 bash[14083]: audit 2024-01-24T03:12:35.085260+0000 mon.smithi159 (mon.0) 615 : audit [DBG] from='client.? 172.21.15.159:0/2328292037' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-24T03:12:35.918 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789979 got 158913789993 for osd.5 2024-01-24T03:12:35.918 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-24T03:12:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:37 smithi162 bash[17902]: cluster 2024-01-24T03:12:36.317372+0000 mgr.smithi159.sbyejd (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-24T03:12:37.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:37 smithi159 bash[14083]: cluster 2024-01-24T03:12:36.317372+0000 mgr.smithi159.sbyejd (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-24T03:12:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:39 smithi162 bash[17902]: cluster 2024-01-24T03:12:38.318026+0000 mgr.smithi159.sbyejd (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-24T03:12:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:39 smithi162 bash[17902]: audit 2024-01-24T03:12:39.237865+0000 mon.smithi159 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:12:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:39 smithi159 bash[14083]: cluster 2024-01-24T03:12:38.318026+0000 mgr.smithi159.sbyejd (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-24T03:12:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:39 smithi159 bash[14083]: audit 2024-01-24T03:12:39.237865+0000 mon.smithi159 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:12:40.587 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:40 smithi159 bash[14083]: audit 2024-01-24T03:12:39.667122+0000 mon.smithi159 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:12:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:40 smithi159 bash[14083]: audit 2024-01-24T03:12:39.940247+0000 mon.smithi159 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:40 smithi159 bash[14083]: audit 2024-01-24T03:12:39.941674+0000 mon.smithi159 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:12:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:40 smithi159 bash[14083]: audit 2024-01-24T03:12:39.949031+0000 mon.smithi159 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:12:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:40 smithi159 bash[14083]: audit 2024-01-24T03:12:39.956681+0000 mon.smithi159 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:12:40.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:40 smithi159 bash[14083]: cluster 2024-01-24T03:12:40.318676+0000 mgr.smithi159.sbyejd (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-24T03:12:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:40 smithi162 bash[17902]: audit 2024-01-24T03:12:39.667122+0000 mon.smithi159 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:12:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:40 smithi162 bash[17902]: audit 2024-01-24T03:12:39.940247+0000 mon.smithi159 (mon.0) 618 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:12:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:40 smithi162 bash[17902]: audit 2024-01-24T03:12:39.941674+0000 mon.smithi159 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:12:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:40 smithi162 bash[17902]: audit 2024-01-24T03:12:39.949031+0000 mon.smithi159 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:12:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:40 smithi162 bash[17902]: audit 2024-01-24T03:12:39.956681+0000 mon.smithi159 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:12:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:40 smithi162 bash[17902]: cluster 2024-01-24T03:12:40.318676+0000 mgr.smithi159.sbyejd (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-24T03:12:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:43 smithi159 bash[14083]: cluster 2024-01-24T03:12:42.319236+0000 mgr.smithi159.sbyejd (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-24T03:12:43.803 INFO:teuthology.orchestra.run.smithi159.stdout:120259084331 2024-01-24T03:12:43.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:43 smithi162 bash[17902]: cluster 2024-01-24T03:12:42.319236+0000 mgr.smithi159.sbyejd (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-24T03:12:44.555 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084317 got 120259084331 for osd.6 2024-01-24T03:12:44.556 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-24T03:12:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:44 smithi162 bash[17902]: audit 2024-01-24T03:12:43.802853+0000 mon.smithi159 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.159:0/2128601454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T03:12:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:44 smithi159 bash[14083]: audit 2024-01-24T03:12:43.802853+0000 mon.smithi159 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.159:0/2128601454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-24T03:12:45.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:45 smithi162 bash[17902]: cluster 2024-01-24T03:12:44.319796+0000 mgr.smithi159.sbyejd (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-24T03:12:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:45 smithi159 bash[14083]: cluster 2024-01-24T03:12:44.319796+0000 mgr.smithi159.sbyejd (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-24T03:12:47.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:47 smithi162 bash[17902]: cluster 2024-01-24T03:12:46.320380+0000 mgr.smithi159.sbyejd (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-24T03:12:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:47 smithi159 bash[14083]: cluster 2024-01-24T03:12:46.320380+0000 mgr.smithi159.sbyejd (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-24T03:12:49.330 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:49 smithi159 bash[14083]: cluster 2024-01-24T03:12:48.320950+0000 mgr.smithi159.sbyejd (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-24T03:12:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:49 smithi162 bash[17902]: cluster 2024-01-24T03:12:48.320950+0000 mgr.smithi159.sbyejd (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-24T03:12:51.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:51 smithi162 bash[17902]: cluster 2024-01-24T03:12:50.321529+0000 mgr.smithi159.sbyejd (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-24T03:12:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:51 smithi159 bash[14083]: cluster 2024-01-24T03:12:50.321529+0000 mgr.smithi159.sbyejd (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-24T03:12:52.375 INFO:teuthology.orchestra.run.smithi159.stdout:176093659177 2024-01-24T03:12:52.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:52 smithi159 bash[14083]: audit 2024-01-24T03:12:52.374541+0000 mon.smithi159 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.159:0/1727987069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T03:12:52.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:52 smithi162 bash[17902]: audit 2024-01-24T03:12:52.374541+0000 mon.smithi159 (mon.0) 623 : audit [DBG] from='client.? 172.21.15.159:0/1727987069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-24T03:12:53.166 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659164 got 176093659177 for osd.7 2024-01-24T03:12:53.166 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-24T03:12:53.167 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T03:12:53.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:53 smithi162 bash[17902]: cluster 2024-01-24T03:12:52.322026+0000 mgr.smithi159.sbyejd (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-24T03:12:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:53 smithi159 bash[14083]: cluster 2024-01-24T03:12:52.322026+0000 mgr.smithi159.sbyejd (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-24T03:12:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:55 smithi162 bash[17902]: cluster 2024-01-24T03:12:54.322574+0000 mgr.smithi159.sbyejd (mgr.14180) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:55 smithi159 bash[14083]: cluster 2024-01-24T03:12:54.322574+0000 mgr.smithi159.sbyejd (mgr.14180) 235 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:57.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:57 smithi162 bash[17902]: cluster 2024-01-24T03:12:56.323295+0000 mgr.smithi159.sbyejd (mgr.14180) 236 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:57 smithi159 bash[14083]: cluster 2024-01-24T03:12:56.323295+0000 mgr.smithi159.sbyejd (mgr.14180) 236 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:57.948 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:12:59.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:12:59 smithi159 bash[14083]: cluster 2024-01-24T03:12:58.323800+0000 mgr.smithi159.sbyejd (mgr.14180) 237 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:12:59.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:12:59 smithi162 bash[17902]: cluster 2024-01-24T03:12:58.323800+0000 mgr.smithi159.sbyejd (mgr.14180) 237 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:01.123 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:13:01.125 INFO:teuthology.orchestra.run.smithi159.stderr:dumped all 2024-01-24T03:13:01.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:01 smithi159 bash[14083]: cluster 2024-01-24T03:13:00.324344+0000 mgr.smithi159.sbyejd (mgr.14180) 238 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:01.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:01 smithi162 bash[17902]: cluster 2024-01-24T03:13:00.324344+0000 mgr.smithi159.sbyejd (mgr.14180) 238 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:01.887 INFO:teuthology.orchestra.run.smithi159.stdout:{"pg_ready":true,"pg_map":{"version":223,"stamp":"2024-01-24T03:13:00.324086+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":2380156,"kb_used_data":3388,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548292,"statfs":{"total":767926730752,"available":765489451008,"internally_reserved":0,"allocated":3469312,"data_stored":1350093,"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-24T03:09:36.606641+0000","last_change":"2024-01-24T03:09:36.606641+0000","last_active":"2024-01-24T03:09:36.606641+0000","last_peered":"2024-01-24T03:09:36.606641+0000","last_clean":"2024-01-24T03:09:36.606641+0000","last_became_active":"2024-01-24T03:09:36.606266+0000","last_became_peered":"2024-01-24T03:09:36.606266+0000","last_unstale":"2024-01-24T03:09:36.606641+0000","last_undegraded":"2024-01-24T03:09:36.606641+0000","last_fullsized":"2024-01-24T03:09:36.606641+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-24T03:09:12.481279+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T03:09:12.481279+0000","last_clean_scrub_stamp":"2024-01-24T03:09:12.481279+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":6}],"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":168486,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.83399999999999996,"15min":0.81499999999999995},"min":{"1min":0.63900000000000001,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.873,"5min":0.874,"15min":0.86599999999999999},"min":{"1min":0.65000000000000002,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1459999999999999,"5min":1.175,"15min":1.175},"last":0.84899999999999998}]},{"osd":1,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.74099999999999999,"5min":0.745,"15min":0.73299999999999998},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.103,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.78700000000000003,"15min":0.78400000000000003},"min":{"1min":0.49399999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.78000000000000003}]},{"osd":2,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.879,"15min":0.88700000000000001},"min":{"1min":0.749,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":0.97199999999999998,"5min":1.171,"15min":1.171},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.92700000000000005,"15min":0.90200000000000002},"min":{"1min":0.67500000000000004,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1870000000000001,"5min":1.28,"15min":1.28},"last":0.90700000000000003}]},{"osd":3,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.86299999999999999,"15min":0.85299999999999998},"min":{"1min":0.625,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.056,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.877,"15min":0.88400000000000001},"min":{"1min":0.60599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.127,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.51900000000000002}]},{"osd":4,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.98699999999999999,"15min":0.98999999999999999},"min":{"1min":0.755,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.125,"5min":1.218,"15min":1.218},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.98599999999999999,"15min":0.97199999999999998},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.2350000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":0.95199999999999996}]},{"osd":5,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.95499999999999996,"15min":0.93899999999999995},"min":{"1min":0.57799999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.27,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.81000000000000005},{"interface":"front","average":{"1min":0.95999999999999996,"5min":1.006,"15min":1.0089999999999999},"min":{"1min":0.70499999999999996,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.161,"5min":1.373,"15min":1.373},"last":0.97599999999999998}]},{"osd":6,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0760000000000001,"15min":1.0669999999999999},"min":{"1min":0.89900000000000002,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.2410000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.93100000000000005},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.1000000000000001,"15min":1.1140000000000001},"min":{"1min":0.76400000000000001,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.2130000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":0.99199999999999999}]}]},{"osd":5,"up_from":37,"seq":158913789998,"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.82299999999999995,"15min":0.82299999999999995},"min":{"1min":0.64100000000000001,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":0.97599999999999998,"5min":1.254,"15min":1.254},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.81299999999999994,"15min":0.79700000000000004},"min":{"1min":0.69199999999999995,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.097,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.872}]},{"osd":1,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.71699999999999997,"15min":0.69299999999999995},"min":{"1min":0.53300000000000003,"5min":0.44,"15min":0.44},"max":{"1min":1.129,"5min":1.171,"15min":1.171},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.70099999999999996,"15min":0.67600000000000005},"min":{"1min":0.58099999999999996,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.093,"5min":1.153,"15min":1.153},"last":0.748}]},{"osd":2,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"min":{"1min":0.82299999999999995,"5min":0.62,"15min":0.62},"max":{"1min":1.081,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.96599999999999997,"15min":0.95599999999999996},"min":{"1min":0.69499999999999995,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.202,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.96099999999999997}]},{"osd":3,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.84799999999999998,"15min":0.80400000000000005},"min":{"1min":0.622,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.1539999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.90200000000000002,"15min":0.88600000000000001},"min":{"1min":0.56100000000000005,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.224,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":1.2090000000000001}]},{"osd":4,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.95999999999999996,"15min":0.95699999999999996},"min":{"1min":0.71799999999999997,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1639999999999999,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.94299999999999995,"15min":0.92100000000000004},"min":{"1min":0.78100000000000003,"5min":0.629,"15min":0.629},"max":{"1min":1.0509999999999999,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":1.121}]},{"osd":6,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.97599999999999998,"15min":0.96599999999999997},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.1859999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":1.028},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.0580000000000001,"15min":1.052},"min":{"1min":0.78000000000000003,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.2609999999999999,"5min":1.357,"15min":1.357},"last":0.996}]},{"osd":7,"last update":"Wed Jan 24 03:12:40 2024","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.98299999999999998,"15min":0.98299999999999998},"min":{"1min":0.52400000000000002,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2929999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.034,"15min":1.038},"min":{"1min":0.628,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2709999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.143}]}]},{"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:08 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.69099999999999995,"15min":0.68600000000000005},"min":{"1min":0.496,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.97099999999999997,"5min":1.0740000000000001,"15min":1.0740000000000001},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.73099999999999998,"5min":0.71199999999999997,"15min":0.68799999999999994},"min":{"1min":0.505,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.0189999999999999,"5min":1.153,"15min":1.153},"last":0.65800000000000003}]},{"osd":1,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":0.97999999999999998,"15min":0.96199999999999997},"min":{"1min":0.84199999999999997,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.212,"5min":1.244,"15min":1.244},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.878,"5min":0.85099999999999998,"15min":0.83799999999999997},"min":{"1min":0.65800000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.127,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.86899999999999999}]},{"osd":3,"last update":"Wed Jan 24 03:12:28 2024","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.61899999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.0700000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.022,"15min":1.0349999999999999},"min":{"1min":0.69199999999999995,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.1459999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.014}]},{"osd":4,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.79700000000000004,"15min":0.80400000000000005},"min":{"1min":0.65400000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.90800000000000003,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.996,"5min":0.95799999999999996,"15min":0.95299999999999996},"min":{"1min":0.629,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1879999999999999,"5min":1.298,"15min":1.298},"last":0.93600000000000005}]},{"osd":5,"last update":"Wed Jan 24 03:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.96099999999999997,"15min":0.96499999999999997},"min":{"1min":0.71899999999999997,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.169,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.96999999999999997},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.1020000000000001,"15min":1.1100000000000001},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.306,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.0549999999999999}]},{"osd":6,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3140000000000001,"5min":1.407,"15min":1.407},"last":1.0960000000000001},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.91300000000000003,"15min":0.89500000000000002},"min":{"1min":0.80500000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.98899999999999999}]},{"osd":7,"last update":"Wed Jan 24 03:12:42 2024","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.181,"15min":1.173},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.3720000000000001,"5min":1.542,"15min":1.542},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.048,"15min":1.018},"min":{"1min":0.86499999999999999,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":1.075}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.82599999999999996,"15min":0.82999999999999996},"min":{"1min":0.55900000000000005,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.1020000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.78600000000000003,"15min":0.78000000000000003},"min":{"1min":0.64400000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.081,"5min":1.081,"15min":1.081},"last":0.77600000000000002}]},{"osd":2,"last update":"Wed Jan 24 03:12:11 2024","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.76700000000000002,"15min":0.747},"min":{"1min":0.61599999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.0680000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.871,"15min":0.90900000000000003},"min":{"1min":0.50900000000000001,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.1319999999999999,"5min":2.1560000000000001,"15min":2.1560000000000001},"last":0.70799999999999996}]},{"osd":3,"last update":"Wed Jan 24 03:12:25 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.89000000000000001,"15min":0.871},"min":{"1min":0.73199999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.1120000000000001,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.82599999999999996},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.03,"15min":1.036},"min":{"1min":0.76200000000000001,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.216,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":0.79100000000000004}]},{"osd":4,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.83599999999999997,"15min":0.81999999999999995},"min":{"1min":0.72199999999999998,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.155,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.98799999999999999,"15min":1},"min":{"1min":0.75900000000000001,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.141,"5min":1.375,"15min":1.375},"last":0.878}]},{"osd":5,"last update":"Wed Jan 24 03:12:36 2024","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.0840000000000001,"15min":1.0760000000000001},"min":{"1min":0.875,"5min":0.83099999999999996,"15min":0.83099999999999996},"max":{"1min":1.296,"5min":1.331,"15min":1.331},"last":1.0089999999999999},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.98099999999999998,"15min":0.98399999999999999},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.81200000000000006}]},{"osd":6,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.92900000000000005,"15min":0.92100000000000004},"min":{"1min":0.73299999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.097,"5min":1.5,"15min":1.5},"last":0.93000000000000005},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1220000000000001,"15min":1.1319999999999999},"min":{"1min":0.80900000000000005,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.341,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":1.0629999999999999}]},{"osd":7,"last update":"Wed Jan 24 03:12:42 2024","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.0609999999999999,"15min":1.0489999999999999},"min":{"1min":0.85599999999999998,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":0.86899999999999999},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.093,"15min":1.071},"min":{"1min":0.998,"5min":0.86499999999999999,"15min":0.86499999999999999},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.0349999999999999}]}]},{"osd":1,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.92200000000000004,"15min":0.92100000000000004},"min":{"1min":0.60799999999999998,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.82599999999999996,"15min":0.82299999999999995},"min":{"1min":0.58699999999999997,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.03,"5min":1.077,"15min":1.077},"last":0.89000000000000001}]},{"osd":2,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.81299999999999994,"15min":0.79300000000000004},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.96199999999999997,"15min":0.96599999999999997},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.143,"5min":2.3969999999999998,"15min":2.3969999999999998},"last":0.93500000000000005}]},{"osd":3,"last update":"Wed Jan 24 03:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.81399999999999995,"15min":0.78300000000000003},"min":{"1min":0.622,"5min":0.44,"15min":0.44},"max":{"1min":1.1299999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.81699999999999995,"15min":0.81499999999999995},"min":{"1min":0.52900000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.113,"5min":1.127,"15min":1.127},"last":0.95599999999999996}]},{"osd":4,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.92900000000000005,"15min":0.94399999999999995},"min":{"1min":0.70799999999999996,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.0649999999999999,"5min":1.589,"15min":1.589},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.93000000000000005,"15min":0.93100000000000005},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.115,"5min":1.413,"15min":1.413},"last":0.91400000000000003}]},{"osd":5,"last update":"Wed Jan 24 03:12:32 2024","interfaces":[{"interface":"back","average":{"1min":0.77800000000000002,"5min":0.85599999999999998,"15min":0.85899999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.157,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.88,"5min":0.94799999999999995,"15min":0.94999999999999996},"min":{"1min":0.495,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1879999999999999,"5min":1.292,"15min":1.292},"last":0.65200000000000002}]},{"osd":6,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":1.0309999999999999,"15min":1.034},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1759999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":0.96999999999999997},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0720000000000001,"15min":1.0509999999999999},"min":{"1min":0.752,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.278,"5min":1.425,"15min":1.425},"last":0.999}]},{"osd":7,"last update":"Wed Jan 24 03:12:37 2024","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.3560000000000001,"5min":1.504,"15min":1.504},"last":1.0700000000000001},{"interface":"front","average":{"1min":0.95899999999999996,"5min":1.0529999999999999,"15min":1.075},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.2649999999999999,"5min":1.552,"15min":1.552},"last":1.0229999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215152,"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:15 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.73299999999999998,"15min":0.70699999999999996},"min":{"1min":0.50600000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":3.0990000000000002,"5min":3.0990000000000002,"15min":3.0990000000000002},"last":1.278},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.76500000000000001,"15min":0.749},"min":{"1min":0.60299999999999998,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":3.375,"5min":3.375,"15min":3.375},"last":0.79900000000000004}]},{"osd":1,"last update":"Wed Jan 24 03:12:15 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.91400000000000003,"15min":0.90300000000000002},"min":{"1min":0.60299999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":2.5150000000000001,"5min":2.5150000000000001,"15min":2.5150000000000001},"last":0.999},{"interface":"front","average":{"1min":1.1970000000000001,"5min":0.95999999999999996,"15min":0.91300000000000003},"min":{"1min":0.70499999999999996,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":5.173,"5min":5.173,"15min":5.173},"last":1.087}]},{"osd":2,"last update":"Wed Jan 24 03:12:15 2024","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":0.872,"15min":0.82799999999999996},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":5.29,"5min":5.29,"15min":5.29},"last":0.90700000000000003},{"interface":"front","average":{"1min":1.2010000000000001,"5min":0.95099999999999996,"15min":0.91000000000000003},"min":{"1min":0.67000000000000004,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":5.2469999999999999,"5min":5.2469999999999999,"15min":5.2469999999999999},"last":0.86399999999999999}]},{"osd":3,"last update":"Wed Jan 24 03:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.99199999999999999,"15min":0.97699999999999998},"min":{"1min":0.72699999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1850000000000001,"5min":2.6139999999999999,"15min":2.6139999999999999},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0680000000000001,"15min":1.024},"min":{"1min":0.64300000000000002,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.2749999999999999,"5min":5.5350000000000001,"15min":5.5350000000000001},"last":1.3640000000000001}]},{"osd":5,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.95699999999999996,"15min":0.95099999999999996},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.0940000000000001,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":1.056},{"interface":"front","average":{"1min":0.99199999999999999,"5min":1.071,"15min":1.0640000000000001},"min":{"1min":0.72699999999999998,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.337,"5min":2.4249999999999998,"15min":2.4249999999999998},"last":1.125}]},{"osd":6,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.96699999999999997,"15min":0.93899999999999995},"min":{"1min":0.751,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2290000000000001,"5min":2.234,"15min":2.234},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.0780000000000001,"15min":1.056},"min":{"1min":0.82199999999999995,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.385,"5min":2.681,"15min":2.681},"last":1.1850000000000001}]},{"osd":7,"last update":"Wed Jan 24 03:12:42 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.141,"15min":1.087},"min":{"1min":0.88,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.452,"5min":5.5709999999999997,"15min":5.5709999999999997},"last":1.4179999999999999},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.105,"15min":1.089},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3400000000000001,"5min":2.077,"15min":2.077},"last":1.3160000000000001}]}]},{"osd":6,"up_from":28,"seq":120259084334,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.68100000000000005,"15min":0.67700000000000005},"min":{"1min":0.51700000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.92400000000000004,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.81200000000000006,"15min":0.80900000000000005},"min":{"1min":0.61699999999999999,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.876}]},{"osd":1,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.79400000000000004,"5min":0.82099999999999995,"15min":0.82499999999999996},"min":{"1min":0.64400000000000002,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.874,"5min":0.90000000000000002,"15min":0.89800000000000002},"min":{"1min":0.60399999999999998,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.1359999999999999,"5min":1.431,"15min":1.431},"last":0.85299999999999998}]},{"osd":2,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.876,"15min":0.872},"min":{"1min":0.67200000000000004,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.0900000000000001,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.89300000000000002,"15min":0.88900000000000001},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.153,"5min":1.244,"15min":1.244},"last":1.103}]},{"osd":3,"last update":"Wed Jan 24 03:12:22 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.93100000000000005,"15min":0.93400000000000005},"min":{"1min":0.67900000000000005,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.198,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.81699999999999995},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0580000000000001,"15min":1.056},"min":{"1min":0.71199999999999997,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.97299999999999998}]},{"osd":4,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.01,"15min":1},"min":{"1min":0.75700000000000001,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.304,"5min":1.448,"15min":1.448},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.96199999999999997,"15min":0.95099999999999996},"min":{"1min":0.76400000000000001,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.206,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":1.0740000000000001}]},{"osd":5,"last update":"Wed Jan 24 03:12:37 2024","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.1499999999999999,"15min":1.1619999999999999},"min":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.286,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":1.0449999999999999},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0620000000000001,"15min":1.0620000000000001},"min":{"1min":0.92100000000000004,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.2070000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.006}]},{"osd":7,"last update":"Wed Jan 24 03:12:40 2024","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.1020000000000001,"15min":1.0920000000000001},"min":{"1min":0.94999999999999996,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.3200000000000001,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.036},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1890000000000001,"15min":1.181},"min":{"1min":0.95199999999999996,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.4059999999999999,"5min":1.571,"15min":1.571},"last":1.1519999999999999}]}]},{"osd":3,"up_from":32,"seq":137438953518,"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.85199999999999998,"15min":0.84199999999999997},"min":{"1min":0.55600000000000005,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.155,"5min":1.2,"15min":1.2},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.82199999999999995,"15min":0.81899999999999995},"min":{"1min":0.625,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.073,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.83299999999999996}]},{"osd":1,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.72599999999999998,"5min":0.66400000000000003,"15min":0.65500000000000003},"min":{"1min":0.47899999999999998,"5min":0.316,"15min":0.316},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.753},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.67000000000000004,"15min":0.63300000000000001},"min":{"1min":0.58399999999999996,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.0700000000000001,"5min":1.173,"15min":1.173},"last":1.081}]},{"osd":2,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.89900000000000002,"15min":0.88500000000000001},"min":{"1min":0.70899999999999996,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.2050000000000001},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.84699999999999998,"15min":0.83599999999999997},"min":{"1min":0.67100000000000004,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":1.105}]},{"osd":4,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.873,"15min":0.86299999999999999},"min":{"1min":0.64200000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":1.133},{"interface":"front","average":{"1min":1.034,"5min":0.95199999999999996,"15min":0.92200000000000004},"min":{"1min":0.85099999999999998,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":1.149}]},{"osd":5,"last update":"Wed Jan 24 03:12:30 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.81100000000000005,"15min":0.78500000000000003},"min":{"1min":0.43099999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.86599999999999999},{"interface":"front","average":{"1min":0.998,"5min":0.92200000000000004,"15min":0.89900000000000002},"min":{"1min":0.51700000000000002,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":1.0069999999999999}]},{"osd":6,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.91500000000000004,"15min":0.89600000000000002},"min":{"1min":0.75,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.036},{"interface":"front","average":{"1min":1.111,"5min":0.97999999999999998,"15min":0.95199999999999996},"min":{"1min":0.85999999999999999,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.0580000000000001}]},{"osd":7,"last update":"Wed Jan 24 03:12:38 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.98099999999999998,"15min":0.95599999999999996},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.603,"5min":1.603,"15min":1.603},"last":0.98899999999999999},{"interface":"front","average":{"1min":1.113,"5min":1.048,"15min":1.034},"min":{"1min":0.60499999999999998,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":1.2470000000000001}]}]}],"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":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-24T03:13:01.888 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-24T03:13:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:02 smithi162 bash[17902]: audit 2024-01-24T03:13:01.114548+0000 mgr.smithi159.sbyejd (mgr.14180) 239 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:02.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:02 smithi159 bash[14083]: audit 2024-01-24T03:13:01.114548+0000 mgr.smithi159.sbyejd (mgr.14180) 239 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:03.821 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:03 smithi162 bash[17902]: cluster 2024-01-24T03:13:02.324929+0000 mgr.smithi159.sbyejd (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:03.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:03 smithi159 bash[14083]: cluster 2024-01-24T03:13:02.324929+0000 mgr.smithi159.sbyejd (mgr.14180) 240 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:05 smithi162 bash[17902]: cluster 2024-01-24T03:13:04.325477+0000 mgr.smithi159.sbyejd (mgr.14180) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:05.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:05 smithi159 bash[14083]: cluster 2024-01-24T03:13:04.325477+0000 mgr.smithi159.sbyejd (mgr.14180) 241 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:06.674 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:13:07.809 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:07 smithi159 bash[14083]: cluster 2024-01-24T03:13:06.326079+0000 mgr.smithi159.sbyejd (mgr.14180) 242 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:07 smithi162 bash[17902]: cluster 2024-01-24T03:13:06.326079+0000 mgr.smithi159.sbyejd (mgr.14180) 242 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:09.853 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:13:09.856 INFO:teuthology.orchestra.run.smithi159.stderr:dumped all 2024-01-24T03:13:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:09 smithi162 bash[17902]: cluster 2024-01-24T03:13:08.326776+0000 mgr.smithi159.sbyejd (mgr.14180) 243 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:09.884 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:09 smithi159 bash[14083]: cluster 2024-01-24T03:13:08.326776+0000 mgr.smithi159.sbyejd (mgr.14180) 243 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:10.663 INFO:teuthology.orchestra.run.smithi159.stdout:{"pg_ready":true,"pg_map":{"version":227,"stamp":"2024-01-24T03:13:08.326432+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":2380156,"kb_used_data":3388,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548292,"statfs":{"total":767926730752,"available":765489451008,"internally_reserved":0,"allocated":3469312,"data_stored":1350093,"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-24T03:09:36.606641+0000","last_change":"2024-01-24T03:09:36.606641+0000","last_active":"2024-01-24T03:09:36.606641+0000","last_peered":"2024-01-24T03:09:36.606641+0000","last_clean":"2024-01-24T03:09:36.606641+0000","last_became_active":"2024-01-24T03:09:36.606266+0000","last_became_peered":"2024-01-24T03:09:36.606266+0000","last_unstale":"2024-01-24T03:09:36.606641+0000","last_undegraded":"2024-01-24T03:09:36.606641+0000","last_fullsized":"2024-01-24T03:09:36.606641+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-24T03:09:12.481279+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-24T03:09:12.481279+0000","last_clean_scrub_stamp":"2024-01-24T03:09:12.481279+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":6}],"osd_stats":[{"osd":7,"up_from":41,"seq":176093659181,"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":168486,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.83399999999999996,"15min":0.81499999999999995},"min":{"1min":0.63900000000000001,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.873,"5min":0.874,"15min":0.86599999999999999},"min":{"1min":0.65000000000000002,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.1459999999999999,"5min":1.175,"15min":1.175},"last":0.745}]},{"osd":1,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.74099999999999999,"5min":0.745,"15min":0.73299999999999998},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.103,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.78500000000000003,"5min":0.78700000000000003,"15min":0.78400000000000003},"min":{"1min":0.49399999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.80900000000000005}]},{"osd":2,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.879,"15min":0.88700000000000001},"min":{"1min":0.749,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":0.97199999999999998,"5min":1.171,"15min":1.171},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.94699999999999995,"5min":0.92700000000000005,"15min":0.90200000000000002},"min":{"1min":0.67500000000000004,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.1870000000000001,"5min":1.28,"15min":1.28},"last":1.113}]},{"osd":3,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.86299999999999999,"15min":0.85299999999999998},"min":{"1min":0.625,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.056,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.91700000000000004},{"interface":"front","average":{"1min":0.82099999999999995,"5min":0.877,"15min":0.88400000000000001},"min":{"1min":0.60599999999999998,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.127,"5min":1.1870000000000001,"15min":1.1870000000000001},"last":0.86899999999999999}]},{"osd":4,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.98699999999999999,"15min":0.98999999999999999},"min":{"1min":0.755,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.125,"5min":1.218,"15min":1.218},"last":0.97199999999999998},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.98599999999999999,"15min":0.97199999999999998},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.2350000000000001,"5min":1.4610000000000001,"15min":1.4610000000000001},"last":1.208}]},{"osd":5,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.95499999999999996,"15min":0.93899999999999995},"min":{"1min":0.57799999999999996,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.27,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":1.262},{"interface":"front","average":{"1min":0.95999999999999996,"5min":1.006,"15min":1.0089999999999999},"min":{"1min":0.70499999999999996,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.161,"5min":1.373,"15min":1.373},"last":1.1910000000000001}]},{"osd":6,"last update":"Wed Jan 24 03:12:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0760000000000001,"15min":1.0669999999999999},"min":{"1min":0.89900000000000002,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.2410000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.2250000000000001},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.1000000000000001,"15min":1.1140000000000001},"min":{"1min":0.76400000000000001,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.2130000000000001,"5min":1.4570000000000001,"15min":1.4570000000000001},"last":1.167}]}]},{"osd":5,"up_from":37,"seq":158913789999,"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.82299999999999995,"15min":0.82299999999999995},"min":{"1min":0.64100000000000001,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":0.97599999999999998,"5min":1.254,"15min":1.254},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.81299999999999994,"15min":0.79700000000000004},"min":{"1min":0.69199999999999995,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.097,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.84599999999999997}]},{"osd":1,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.71699999999999997,"15min":0.69299999999999995},"min":{"1min":0.53300000000000003,"5min":0.44,"15min":0.44},"max":{"1min":1.129,"5min":1.171,"15min":1.171},"last":0.625},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.70099999999999996,"15min":0.67600000000000005},"min":{"1min":0.58099999999999996,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.093,"5min":1.153,"15min":1.153},"last":1.0549999999999999}]},{"osd":2,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"min":{"1min":0.82299999999999995,"5min":0.62,"15min":0.62},"max":{"1min":1.081,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.96499999999999997},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.96599999999999997,"15min":0.95599999999999996},"min":{"1min":0.69499999999999995,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.202,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.167}]},{"osd":3,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.84799999999999998,"15min":0.80400000000000005},"min":{"1min":0.622,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.1539999999999999,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.90200000000000002,"15min":0.88600000000000001},"min":{"1min":0.56100000000000005,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.224,"5min":1.2649999999999999,"15min":1.2649999999999999},"last":0.79500000000000004}]},{"osd":4,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.95999999999999996,"15min":0.95699999999999996},"min":{"1min":0.71799999999999997,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.1639999999999999,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.873},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.94299999999999995,"15min":0.92100000000000004},"min":{"1min":0.78100000000000003,"5min":0.629,"15min":0.629},"max":{"1min":1.0509999999999999,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.82599999999999996}]},{"osd":6,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.97599999999999998,"15min":0.96599999999999997},"min":{"1min":0.629,"5min":0.629,"15min":0.629},"max":{"1min":1.1859999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.0389999999999999,"5min":1.0580000000000001,"15min":1.052},"min":{"1min":0.78000000000000003,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.2609999999999999,"5min":1.357,"15min":1.357},"last":0.98599999999999999}]},{"osd":7,"last update":"Wed Jan 24 03:12:40 2024","interfaces":[{"interface":"back","average":{"1min":0.95399999999999996,"5min":0.98299999999999998,"15min":0.98299999999999998},"min":{"1min":0.52400000000000002,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.2929999999999999,"5min":1.3540000000000001,"15min":1.3540000000000001},"last":1.2190000000000001},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.034,"15min":1.038},"min":{"1min":0.628,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.2709999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0820000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345972,"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:08 2024","interfaces":[{"interface":"back","average":{"1min":0.65900000000000003,"5min":0.69099999999999995,"15min":0.68600000000000005},"min":{"1min":0.496,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.97099999999999997,"5min":1.0740000000000001,"15min":1.0740000000000001},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.73099999999999998,"5min":0.71199999999999997,"15min":0.68799999999999994},"min":{"1min":0.505,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":1.0189999999999999,"5min":1.153,"15min":1.153},"last":0.81299999999999994}]},{"osd":1,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":0.97999999999999998,"15min":0.96199999999999997},"min":{"1min":0.84199999999999997,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.212,"5min":1.244,"15min":1.244},"last":1.143},{"interface":"front","average":{"1min":0.878,"5min":0.85099999999999998,"15min":0.83799999999999997},"min":{"1min":0.65800000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.127,"5min":1.1819999999999999,"15min":1.1819999999999999},"last":0.77800000000000002}]},{"osd":3,"last update":"Wed Jan 24 03:12:28 2024","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.88700000000000001,"15min":0.88700000000000001},"min":{"1min":0.61899999999999999,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.0700000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.96399999999999997},{"interface":"front","average":{"1min":0.97099999999999997,"5min":1.022,"15min":1.0349999999999999},"min":{"1min":0.69199999999999995,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.1459999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.048}]},{"osd":4,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.78500000000000003,"5min":0.79700000000000004,"15min":0.80400000000000005},"min":{"1min":0.65400000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.90800000000000003,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.996,"5min":0.95799999999999996,"15min":0.95299999999999996},"min":{"1min":0.629,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.1879999999999999,"5min":1.298,"15min":1.298},"last":0.97799999999999998}]},{"osd":5,"last update":"Wed Jan 24 03:12:35 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.96099999999999997,"15min":0.96499999999999997},"min":{"1min":0.71899999999999997,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.169,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.85699999999999998},{"interface":"front","average":{"1min":1.0840000000000001,"5min":1.1020000000000001,"15min":1.1100000000000001},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.306,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.0980000000000001}]},{"osd":6,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3140000000000001,"5min":1.407,"15min":1.407},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.91300000000000003,"15min":0.89500000000000002},"min":{"1min":0.80500000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.72899999999999998}]},{"osd":7,"last update":"Wed Jan 24 03:12:42 2024","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.181,"15min":1.173},"min":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.3720000000000001,"5min":1.542,"15min":1.542},"last":1.1830000000000001},{"interface":"front","average":{"1min":1.0980000000000001,"5min":1.048,"15min":1.018},"min":{"1min":0.86499999999999999,"5min":0.80300000000000005,"15min":0.80300000000000005},"max":{"1min":1.718,"5min":1.718,"15min":1.718},"last":0.83899999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476788,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.78900000000000003,"5min":0.82599999999999996,"15min":0.82999999999999996},"min":{"1min":0.55900000000000005,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.1020000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"last":0.95899999999999996},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.78600000000000003,"15min":0.78000000000000003},"min":{"1min":0.64400000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.081,"5min":1.081,"15min":1.081},"last":0.80500000000000005}]},{"osd":2,"last update":"Wed Jan 24 03:12:11 2024","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.76700000000000002,"15min":0.747},"min":{"1min":0.61599999999999999,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.0680000000000001,"5min":1.1830000000000001,"15min":1.1830000000000001},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.871,"15min":0.90900000000000003},"min":{"1min":0.50900000000000001,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.1319999999999999,"5min":2.1560000000000001,"15min":2.1560000000000001},"last":0.97799999999999998}]},{"osd":3,"last update":"Wed Jan 24 03:12:25 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.89000000000000001,"15min":0.871},"min":{"1min":0.73199999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.1120000000000001,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.03,"15min":1.036},"min":{"1min":0.76200000000000001,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.216,"5min":1.5880000000000001,"15min":1.5880000000000001},"last":1.004}]},{"osd":4,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.83599999999999997,"15min":0.81999999999999995},"min":{"1min":0.72199999999999998,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.155,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.83599999999999997},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.98799999999999999,"15min":1},"min":{"1min":0.75900000000000001,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.141,"5min":1.375,"15min":1.375},"last":0.873}]},{"osd":5,"last update":"Wed Jan 24 03:12:36 2024","interfaces":[{"interface":"back","average":{"1min":1.087,"5min":1.0840000000000001,"15min":1.0760000000000001},"min":{"1min":0.875,"5min":0.83099999999999996,"15min":0.83099999999999996},"max":{"1min":1.296,"5min":1.331,"15min":1.331},"last":1.121},{"interface":"front","average":{"1min":0.97099999999999997,"5min":0.98099999999999998,"15min":0.98399999999999999},"min":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.91200000000000003}]},{"osd":6,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.92900000000000005,"15min":0.92100000000000004},"min":{"1min":0.73299999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.097,"5min":1.5,"15min":1.5},"last":1.087},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1220000000000001,"15min":1.1319999999999999},"min":{"1min":0.80900000000000005,"5min":0.72499999999999998,"15min":0.72499999999999998},"max":{"1min":1.341,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":1.0640000000000001}]},{"osd":7,"last update":"Wed Jan 24 03:12:42 2024","interfaces":[{"interface":"back","average":{"1min":1.1220000000000001,"5min":1.0609999999999999,"15min":1.0489999999999999},"min":{"1min":0.85599999999999998,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.55,"5min":1.55,"15min":1.55},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.093,"15min":1.071},"min":{"1min":0.998,"5min":0.86499999999999999,"15min":0.86499999999999999},"max":{"1min":1.6060000000000001,"5min":1.6060000000000001,"15min":1.6060000000000001},"last":1.252}]}]},{"osd":1,"up_from":24,"seq":103079215155,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.92200000000000004,"15min":0.92100000000000004},"min":{"1min":0.60799999999999998,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3420000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":0.78600000000000003},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.82599999999999996,"15min":0.82299999999999995},"min":{"1min":0.58699999999999997,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.03,"5min":1.077,"15min":1.077},"last":0.95999999999999996}]},{"osd":2,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.81299999999999994,"15min":0.79300000000000004},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.2190000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.96199999999999997,"15min":0.96599999999999997},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.143,"5min":2.3969999999999998,"15min":2.3969999999999998},"last":0.88100000000000001}]},{"osd":3,"last update":"Wed Jan 24 03:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.81399999999999995,"15min":0.78300000000000003},"min":{"1min":0.622,"5min":0.44,"15min":0.44},"max":{"1min":1.1299999999999999,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.173},{"interface":"front","average":{"1min":0.80200000000000005,"5min":0.81699999999999995,"15min":0.81499999999999995},"min":{"1min":0.52900000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.113,"5min":1.127,"15min":1.127},"last":1.0609999999999999}]},{"osd":4,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.92900000000000005,"15min":0.94399999999999995},"min":{"1min":0.70799999999999996,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.0649999999999999,"5min":1.589,"15min":1.589},"last":1.1419999999999999},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.93000000000000005,"15min":0.93100000000000005},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.115,"5min":1.413,"15min":1.413},"last":1.3600000000000001}]},{"osd":5,"last update":"Wed Jan 24 03:12:32 2024","interfaces":[{"interface":"back","average":{"1min":0.77800000000000002,"5min":0.85599999999999998,"15min":0.85899999999999999},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.157,"5min":1.3220000000000001,"15min":1.3220000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":0.88,"5min":0.94799999999999995,"15min":0.94999999999999996},"min":{"1min":0.495,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1879999999999999,"5min":1.292,"15min":1.292},"last":1.0900000000000001}]},{"osd":6,"last update":"Wed Jan 24 03:12:18 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":1.0309999999999999,"15min":1.034},"min":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1759999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.21},{"interface":"front","average":{"1min":1.0780000000000001,"5min":1.0720000000000001,"15min":1.0509999999999999},"min":{"1min":0.752,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.278,"5min":1.425,"15min":1.425},"last":1.0049999999999999}]},{"osd":7,"last update":"Wed Jan 24 03:12:37 2024","interfaces":[{"interface":"back","average":{"1min":1.073,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.3560000000000001,"5min":1.504,"15min":1.504},"last":1.2569999999999999},{"interface":"front","average":{"1min":0.95899999999999996,"5min":1.0529999999999999,"15min":1.075},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.2649999999999999,"5min":1.552,"15min":1.552},"last":1.3100000000000001}]}]},{"osd":4,"up_from":24,"seq":103079215154,"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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:15 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.73299999999999998,"15min":0.70699999999999996},"min":{"1min":0.50600000000000001,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":3.0990000000000002,"5min":3.0990000000000002,"15min":3.0990000000000002},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.76500000000000001,"15min":0.749},"min":{"1min":0.60299999999999998,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":3.375,"5min":3.375,"15min":3.375},"last":0.73599999999999999}]},{"osd":1,"last update":"Wed Jan 24 03:12:15 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.91400000000000003,"15min":0.90300000000000002},"min":{"1min":0.60299999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":2.5150000000000001,"5min":2.5150000000000001,"15min":2.5150000000000001},"last":0.81200000000000006},{"interface":"front","average":{"1min":1.1970000000000001,"5min":0.95999999999999996,"15min":0.91300000000000003},"min":{"1min":0.70499999999999996,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":5.173,"5min":5.173,"15min":5.173},"last":1.034}]},{"osd":2,"last update":"Wed Jan 24 03:12:15 2024","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":0.872,"15min":0.82799999999999996},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":5.29,"5min":5.29,"15min":5.29},"last":0.92200000000000004},{"interface":"front","average":{"1min":1.2010000000000001,"5min":0.95099999999999996,"15min":0.91000000000000003},"min":{"1min":0.67000000000000004,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":5.2469999999999999,"5min":5.2469999999999999,"15min":5.2469999999999999},"last":0.93799999999999994}]},{"osd":3,"last update":"Wed Jan 24 03:12:24 2024","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.99199999999999999,"15min":0.97699999999999998},"min":{"1min":0.72699999999999998,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1850000000000001,"5min":2.6139999999999999,"15min":2.6139999999999999},"last":1.006},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0680000000000001,"15min":1.024},"min":{"1min":0.64300000000000002,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.2749999999999999,"5min":5.5350000000000001,"15min":5.5350000000000001},"last":1.091}]},{"osd":5,"last update":"Wed Jan 24 03:12:31 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.95699999999999996,"15min":0.95099999999999996},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.0940000000000001,"5min":2.1640000000000001,"15min":2.1640000000000001},"last":0.876},{"interface":"front","average":{"1min":0.99199999999999999,"5min":1.071,"15min":1.0640000000000001},"min":{"1min":0.72699999999999998,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.337,"5min":2.4249999999999998,"15min":2.4249999999999998},"last":1.054}]},{"osd":6,"last update":"Wed Jan 24 03:12:19 2024","interfaces":[{"interface":"back","average":{"1min":0.98399999999999999,"5min":0.96699999999999997,"15min":0.93899999999999995},"min":{"1min":0.751,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.2290000000000001,"5min":2.234,"15min":2.234},"last":0.97999999999999998},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.0780000000000001,"15min":1.056},"min":{"1min":0.82199999999999995,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.385,"5min":2.681,"15min":2.681},"last":1.1299999999999999}]},{"osd":7,"last update":"Wed Jan 24 03:12:42 2024","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.141,"15min":1.087},"min":{"1min":0.88,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.452,"5min":5.5709999999999997,"15min":5.5709999999999997},"last":1.167},{"interface":"front","average":{"1min":1.0700000000000001,"5min":1.105,"15min":1.089},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.3400000000000001,"5min":2.077,"15min":2.077},"last":1.147}]}]},{"osd":6,"up_from":28,"seq":120259084336,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.68100000000000005,"15min":0.67700000000000005},"min":{"1min":0.51700000000000002,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":0.92400000000000004,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.82599999999999996,"5min":0.81200000000000006,"15min":0.80900000000000005},"min":{"1min":0.61699999999999999,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.2350000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.89700000000000002}]},{"osd":1,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.79400000000000004,"5min":0.82099999999999995,"15min":0.82499999999999996},"min":{"1min":0.64400000000000002,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.0589999999999999,"5min":1.0589999999999999,"15min":1.0589999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.874,"5min":0.90000000000000002,"15min":0.89800000000000002},"min":{"1min":0.60399999999999998,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.1359999999999999,"5min":1.431,"15min":1.431},"last":0.95599999999999996}]},{"osd":2,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.876,"15min":0.872},"min":{"1min":0.67200000000000004,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.0900000000000001,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.89300000000000002,"15min":0.88900000000000001},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.153,"5min":1.244,"15min":1.244},"last":0.57999999999999996}]},{"osd":3,"last update":"Wed Jan 24 03:12:22 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.93100000000000005,"15min":0.93400000000000005},"min":{"1min":0.67900000000000005,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.198,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":1},{"interface":"front","average":{"1min":1.0509999999999999,"5min":1.0580000000000001,"15min":1.056},"min":{"1min":0.71199999999999997,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":1.091}]},{"osd":4,"last update":"Wed Jan 24 03:12:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.01,"15min":1},"min":{"1min":0.75700000000000001,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.304,"5min":1.448,"15min":1.448},"last":0.83999999999999997},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.96199999999999997,"15min":0.95099999999999996},"min":{"1min":0.76400000000000001,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.206,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.92000000000000004}]},{"osd":5,"last update":"Wed Jan 24 03:12:37 2024","interfaces":[{"interface":"back","average":{"1min":1.0900000000000001,"5min":1.1499999999999999,"15min":1.1619999999999999},"min":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"max":{"1min":1.286,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0620000000000001,"15min":1.0620000000000001},"min":{"1min":0.92100000000000004,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.2070000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.071}]},{"osd":7,"last update":"Wed Jan 24 03:12:40 2024","interfaces":[{"interface":"back","average":{"1min":1.1200000000000001,"5min":1.1020000000000001,"15min":1.0920000000000001},"min":{"1min":0.94999999999999996,"5min":0.76900000000000002,"15min":0.76900000000000002},"max":{"1min":1.3200000000000001,"5min":1.6679999999999999,"15min":1.6679999999999999},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1890000000000001,"15min":1.181},"min":{"1min":0.95199999999999996,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.4059999999999999,"5min":1.571,"15min":1.571},"last":1.1599999999999999}]}]},{"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":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":168801,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.85199999999999998,"15min":0.84199999999999997},"min":{"1min":0.55600000000000005,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.155,"5min":1.2,"15min":1.2},"last":0.626},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.82199999999999995,"15min":0.81899999999999995},"min":{"1min":0.625,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.073,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.67600000000000005}]},{"osd":1,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.72599999999999998,"5min":0.66400000000000003,"15min":0.65500000000000003},"min":{"1min":0.47899999999999998,"5min":0.316,"15min":0.316},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.77100000000000002,"5min":0.67000000000000004,"15min":0.63300000000000001},"min":{"1min":0.58399999999999996,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":1.0700000000000001,"5min":1.173,"15min":1.173},"last":0.49299999999999999}]},{"osd":2,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.89900000000000002,"15min":0.88500000000000001},"min":{"1min":0.70899999999999996,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.84699999999999998,"15min":0.83599999999999997},"min":{"1min":0.67100000000000004,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.2749999999999999,"5min":1.2749999999999999,"15min":1.2749999999999999},"last":0.71099999999999997}]},{"osd":4,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":0.94999999999999996,"5min":0.873,"15min":0.86299999999999999},"min":{"1min":0.64200000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.034,"5min":0.95199999999999996,"15min":0.92200000000000004},"min":{"1min":0.85099999999999998,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.86199999999999999}]},{"osd":5,"last update":"Wed Jan 24 03:12:30 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.81100000000000005,"15min":0.78500000000000003},"min":{"1min":0.43099999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.4079999999999999,"5min":1.4079999999999999,"15min":1.4079999999999999},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.998,"5min":0.92200000000000004,"15min":0.89900000000000002},"min":{"1min":0.51700000000000002,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":0.74099999999999999}]},{"osd":6,"last update":"Wed Jan 24 03:12:23 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.91500000000000004,"15min":0.89600000000000002},"min":{"1min":0.75,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.73399999999999999},{"interface":"front","average":{"1min":1.111,"5min":0.97999999999999998,"15min":0.95199999999999996},"min":{"1min":0.85999999999999999,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":0.94699999999999995}]},{"osd":7,"last update":"Wed Jan 24 03:12:38 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":0.98099999999999998,"15min":0.95599999999999996},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.603,"5min":1.603,"15min":1.603},"last":0.84399999999999997},{"interface":"front","average":{"1min":1.113,"5min":1.048,"15min":1.034},"min":{"1min":0.60499999999999998,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.97399999999999998}]}]}],"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":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-24T03:13:10.665 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-24T03:13:10.665 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-24T03:13:10.665 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-24T03:13:10.665 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph health --format=json 2024-01-24T03:13:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:11 smithi162 bash[17902]: audit 2024-01-24T03:13:09.845217+0000 mgr.smithi159.sbyejd (mgr.14180) 244 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:11 smithi162 bash[17902]: cluster 2024-01-24T03:13:10.327506+0000 mgr.smithi159.sbyejd (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-24T03:13:11.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:11 smithi159 bash[14083]: audit 2024-01-24T03:13:09.845217+0000 mgr.smithi159.sbyejd (mgr.14180) 244 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:13:11.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:11 smithi159 bash[14083]: cluster 2024-01-24T03:13:10.327506+0000 mgr.smithi159.sbyejd (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-24T03:13:13.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:13 smithi162 bash[17902]: cluster 2024-01-24T03:13:12.328126+0000 mgr.smithi159.sbyejd (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-24T03:13:13.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:13 smithi159 bash[14083]: cluster 2024-01-24T03:13:12.328126+0000 mgr.smithi159.sbyejd (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-24T03:13:15.463 INFO:teuthology.orchestra.run.smithi159.stderr:Inferring config /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/mon.smithi159/config 2024-01-24T03:13:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:15 smithi162 bash[17902]: cluster 2024-01-24T03:13:14.328700+0000 mgr.smithi159.sbyejd (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:15 smithi159 bash[14083]: cluster 2024-01-24T03:13:14.328700+0000 mgr.smithi159.sbyejd (mgr.14180) 247 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:17 smithi162 bash[17902]: cluster 2024-01-24T03:13:16.329303+0000 mgr.smithi159.sbyejd (mgr.14180) 248 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:17 smithi159 bash[14083]: cluster 2024-01-24T03:13:16.329303+0000 mgr.smithi159.sbyejd (mgr.14180) 248 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:18.753 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:13:19.487 INFO:teuthology.orchestra.run.smithi159.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-24T03:13:19.488 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-24T03:13:19.489 INFO:tasks.cephadm:Setup complete, yielding 2024-01-24T03:13:19.489 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T03:13:19.498 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-24T03:13:19.499 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch status' 2024-01-24T03:13:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:19 smithi162 bash[17902]: cluster 2024-01-24T03:13:18.329900+0000 mgr.smithi159.sbyejd (mgr.14180) 249 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:19 smithi162 bash[17902]: audit 2024-01-24T03:13:18.752484+0000 mon.smithi159 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.159:0/2153433801' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T03:13:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:19 smithi159 bash[14083]: cluster 2024-01-24T03:13:18.329900+0000 mgr.smithi159.sbyejd (mgr.14180) 249 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:19 smithi159 bash[14083]: audit 2024-01-24T03:13:18.752484+0000 mon.smithi159 (mon.0) 624 : audit [DBG] from='client.? 172.21.15.159:0/2153433801' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-24T03:13:21.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:21 smithi159 bash[14083]: cluster 2024-01-24T03:13:20.330395+0000 mgr.smithi159.sbyejd (mgr.14180) 250 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:21 smithi162 bash[17902]: cluster 2024-01-24T03:13:20.330395+0000 mgr.smithi159.sbyejd (mgr.14180) 250 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:22.738 INFO:teuthology.orchestra.run.smithi159.stdout:Backend: cephadm 2024-01-24T03:13:22.738 INFO:teuthology.orchestra.run.smithi159.stdout:Available: Yes 2024-01-24T03:13:22.738 INFO:teuthology.orchestra.run.smithi159.stdout:Paused: No 2024-01-24T03:13:23.555 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-24T03:13:23.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:23 smithi162 bash[17902]: cluster 2024-01-24T03:13:22.330900+0000 mgr.smithi159.sbyejd (mgr.14180) 251 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:23.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:23 smithi159 bash[14083]: cluster 2024-01-24T03:13:22.330900+0000 mgr.smithi159.sbyejd (mgr.14180) 251 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:24.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:24 smithi159 bash[14083]: audit 2024-01-24T03:13:22.737356+0000 mgr.smithi159.sbyejd (mgr.14180) 252 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:24 smithi162 bash[17902]: audit 2024-01-24T03:13:22.737356+0000 mgr.smithi159.sbyejd (mgr.14180) 252 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:25 smithi162 bash[17902]: cluster 2024-01-24T03:13:24.331456+0000 mgr.smithi159.sbyejd (mgr.14180) 253 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:25.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:25 smithi159 bash[14083]: cluster 2024-01-24T03:13:24.331456+0000 mgr.smithi159.sbyejd (mgr.14180) 253 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:26.915 INFO:teuthology.orchestra.run.smithi159.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager.smithi159 smithi159 *:9093,9094 running (5m) 47s ago 7m 11.9M - 0.23.0 ba2b418f427c 49e187bd69c9 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi159 smithi159 running (7m) 47s ago 7m 6943k - 16.2.14-449-ga70aebef 377ff36742d8 cf32995fff7f 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:crash.smithi162 smithi162 running (6m) 47s ago 6m 7060k - 16.2.14-449-ga70aebef 377ff36742d8 4be4c354c86d 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:grafana.smithi159 smithi159 *:3000 running (5m) 47s ago 6m 40.3M - 8.3.5 dad864ee21e9 ccccc50075bd 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi159.sbyejd smithi159 *:9283 running (8m) 47s ago 8m 426M - 16.2.14-449-ga70aebef 377ff36742d8 480678dd9105 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:mgr.smithi162.xpxzcp smithi162 *:8443,9283 running (6m) 47s ago 6m 374M - 16.2.14-449-ga70aebef 377ff36742d8 2d12d8c2e207 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi159 smithi159 running (8m) 47s ago 9m 44.3M 2048M 16.2.14-449-ga70aebef 377ff36742d8 68a3bcd53d72 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:mon.smithi162 smithi162 running (6m) 47s ago 6m 30.0M 2048M 16.2.14-449-ga70aebef 377ff36742d8 71006e260b6a 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi159 smithi159 *:9100 running (6m) 47s ago 6m 9704k - 1.3.1 1dbe0e931976 e6aa156f049a 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter.smithi162 smithi162 *:9100 running (6m) 47s ago 6m 9883k - 1.3.1 1dbe0e931976 a20deb354e27 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:osd.0 smithi162 running (4m) 47s ago 4m 33.7M 4028M 16.2.14-449-ga70aebef 377ff36742d8 7d3de356fa7b 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:osd.1 smithi159 running (4m) 47s ago 4m 33.3M 3260M 16.2.14-449-ga70aebef 377ff36742d8 8c46dd3d64a4 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:osd.2 smithi162 running (4m) 47s ago 4m 33.7M 4028M 16.2.14-449-ga70aebef 377ff36742d8 384a5516ac25 2024-01-24T03:13:26.916 INFO:teuthology.orchestra.run.smithi159.stdout:osd.3 smithi159 running (4m) 47s ago 4m 33.1M 3260M 16.2.14-449-ga70aebef 377ff36742d8 3929464d09af 2024-01-24T03:13:26.917 INFO:teuthology.orchestra.run.smithi159.stdout:osd.4 smithi162 running (4m) 47s ago 4m 33.4M 4028M 16.2.14-449-ga70aebef 377ff36742d8 e02cecf709b4 2024-01-24T03:13:26.917 INFO:teuthology.orchestra.run.smithi159.stdout:osd.5 smithi159 running (4m) 47s ago 4m 32.6M 3260M 16.2.14-449-ga70aebef 377ff36742d8 64b6c8a10f0d 2024-01-24T03:13:26.917 INFO:teuthology.orchestra.run.smithi159.stdout:osd.6 smithi162 running (4m) 47s ago 4m 32.7M 4028M 16.2.14-449-ga70aebef 377ff36742d8 411b6ef2b65c 2024-01-24T03:13:26.917 INFO:teuthology.orchestra.run.smithi159.stdout:osd.7 smithi159 running (3m) 47s ago 4m 33.3M 3260M 16.2.14-449-ga70aebef 377ff36742d8 efbfc1dc4a25 2024-01-24T03:13:26.917 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus.smithi159 smithi159 *:9095 running (5m) 47s ago 6m 52.7M - 2.33.4 514e6a882f6e 1f5d040d045e 2024-01-24T03:13:27.710 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-24T03:13:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:27 smithi162 bash[17902]: cluster 2024-01-24T03:13:26.332075+0000 mgr.smithi159.sbyejd (mgr.14180) 254 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:27.914 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:27 smithi159 bash[14083]: cluster 2024-01-24T03:13:26.332075+0000 mgr.smithi159.sbyejd (mgr.14180) 254 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:28.831 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:28 smithi159 bash[14083]: audit 2024-01-24T03:13:26.895422+0000 mgr.smithi159.sbyejd (mgr.14180) 255 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:28 smithi162 bash[17902]: audit 2024-01-24T03:13:26.895422+0000 mgr.smithi159.sbyejd (mgr.14180) 255 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:29 smithi162 bash[17902]: cluster 2024-01-24T03:13:28.332441+0000 mgr.smithi159.sbyejd (mgr.14180) 256 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:29 smithi159 bash[14083]: cluster 2024-01-24T03:13:28.332441+0000 mgr.smithi159.sbyejd (mgr.14180) 256 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:31.112 INFO:teuthology.orchestra.run.smithi159.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-24T03:13:31.112 INFO:teuthology.orchestra.run.smithi159.stdout:alertmanager ?:9093,9094 1/1 51s ago 8m count:1 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:crash 2/2 51s ago 8m * 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:grafana ?:3000 1/1 51s ago 8m count:1 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:mgr 2/2 51s ago 8m count:2 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:mon 2/2 51s ago 6m smithi159:172.21.15.159=smithi159;smithi162:172.21.15.162=smithi162;count:2 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:node-exporter ?:9100 2/2 51s ago 8m * 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:osd.all-available-devices 8 51s ago 5m * 2024-01-24T03:13:31.113 INFO:teuthology.orchestra.run.smithi159.stdout:prometheus ?:9095 1/1 51s ago 8m count:1 2024-01-24T03:13:31.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:31 smithi159 bash[14083]: cluster 2024-01-24T03:13:30.332758+0000 mgr.smithi159.sbyejd (mgr.14180) 257 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:31.821 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-24T03:13:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:31 smithi162 bash[17902]: cluster 2024-01-24T03:13:30.332758+0000 mgr.smithi159.sbyejd (mgr.14180) 257 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:32.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:32 smithi162 bash[17902]: audit 2024-01-24T03:13:31.100943+0000 mgr.smithi159.sbyejd (mgr.14180) 258 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:32.878 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:32 smithi159 bash[14083]: audit 2024-01-24T03:13:31.100943+0000 mgr.smithi159.sbyejd (mgr.14180) 258 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:33.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:33 smithi162 bash[17902]: cluster 2024-01-24T03:13:32.333356+0000 mgr.smithi159.sbyejd (mgr.14180) 259 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:33.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:33 smithi159 bash[14083]: cluster 2024-01-24T03:13:32.333356+0000 mgr.smithi159.sbyejd (mgr.14180) 259 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:35.068 INFO:teuthology.orchestra.run.smithi159.stdout:HOST ADDR LABELS STATUS 2024-01-24T03:13:35.068 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 172.21.15.159 2024-01-24T03:13:35.068 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 172.21.15.162 2024-01-24T03:13:35.068 INFO:teuthology.orchestra.run.smithi159.stdout:2 hosts in cluster 2024-01-24T03:13:35.804 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-24T03:13:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:35 smithi162 bash[17902]: cluster 2024-01-24T03:13:34.333957+0000 mgr.smithi159.sbyejd (mgr.14180) 260 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:35 smithi159 bash[14083]: cluster 2024-01-24T03:13:34.333957+0000 mgr.smithi159.sbyejd (mgr.14180) 260 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:36.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:36 smithi162 bash[17902]: audit 2024-01-24T03:13:35.066897+0000 mgr.smithi159.sbyejd (mgr.14180) 261 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:36.880 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:36 smithi159 bash[14083]: audit 2024-01-24T03:13:35.066897+0000 mgr.smithi159.sbyejd (mgr.14180) 261 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:37.869 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:37 smithi159 bash[14083]: cluster 2024-01-24T03:13:36.334564+0000 mgr.smithi159.sbyejd (mgr.14180) 262 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:37 smithi162 bash[17902]: cluster 2024-01-24T03:13:36.334564+0000 mgr.smithi159.sbyejd (mgr.14180) 262 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GH400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme1n1 ssd Linux_68730a3a3e2714919438 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme2n1 ssd Linux_450dd7161278a8fc8136 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme3n1 ssd Linux_40e7a7fb287b71eae5f5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme4n1 ssd Linux_d343a6007b4ef6eeeaa5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JU400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme1n1 ssd Linux_cccfeacbeec51c220546 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme2n1 ssd Linux_8242a4a71571be4d8227 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.290 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme3n1 ssd Linux_0aac9b0e44745dfb0855 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.291 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme4n1 ssd Linux_0ff8fb9b7a6e0fc6d89d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:39 smithi162 bash[17902]: cluster 2024-01-24T03:13:38.335134+0000 mgr.smithi159.sbyejd (mgr.14180) 263 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:39 smithi159 bash[14083]: cluster 2024-01-24T03:13:38.335134+0000 mgr.smithi159.sbyejd (mgr.14180) 263 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:40.057 INFO:teuthology.run_tasks:Running task vip... 2024-01-24T03:13:40.067 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-24T03:13:40.067 INFO:tasks.vip:peername 172.21.15.159 2024-01-24T03:13:40.070 INFO:tasks.vip:172.21.15.159 in 172.21.0.0/20, pos 3998 2024-01-24T03:13:40.075 INFO:tasks.vip:smithi159.front.sepia.ceph.com static 10.0.15.159, vnet 10.0.0.0/16 2024-01-24T03:13:40.075 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-24T03:13:40.075 DEBUG:teuthology.orchestra.run.smithi159:> sudo ip route ls 2024-01-24T03:13:40.089 INFO:teuthology.orchestra.run.smithi159.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-24T03:13:40.089 INFO:teuthology.orchestra.run.smithi159.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.159 metric 100 2024-01-24T03:13:40.090 INFO:teuthology.orchestra.run.smithi159.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-24T03:13:40.090 INFO:teuthology.orchestra.run.smithi159.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.159 2024-01-24T03:13:40.090 INFO:teuthology.orchestra.run.smithi159.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.159 metric 100 2024-01-24T03:13:40.091 INFO:tasks.vip:Configuring 10.0.15.159 on smithi159.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:13:40.092 DEBUG:teuthology.orchestra.run.smithi159:> sudo ip addr add 10.0.15.159/16 dev enp3s0f1 2024-01-24T03:13:40.150 INFO:tasks.vip:peername 172.21.15.162 2024-01-24T03:13:40.152 INFO:tasks.vip:172.21.15.162 in 172.21.0.0/20, pos 4001 2024-01-24T03:13:40.156 INFO:tasks.vip:smithi162.front.sepia.ceph.com static 10.0.15.162, vnet 10.0.0.0/16 2024-01-24T03:13:40.156 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip route ls 2024-01-24T03:13:40.170 INFO:teuthology.orchestra.run.smithi162.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-24T03:13:40.170 INFO:teuthology.orchestra.run.smithi162.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.162 metric 100 2024-01-24T03:13:40.171 INFO:teuthology.orchestra.run.smithi162.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-24T03:13:40.171 INFO:teuthology.orchestra.run.smithi162.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.162 2024-01-24T03:13:40.171 INFO:teuthology.orchestra.run.smithi162.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.162 metric 100 2024-01-24T03:13:40.171 INFO:tasks.vip:Configuring 10.0.15.162 on smithi162.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:13:40.172 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr add 10.0.15.162/16 dev enp3s0f1 2024-01-24T03:13:40.229 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T03:13:40.238 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-24T03:13:40.238 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-24T03:13:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:40 smithi159 bash[14083]: audit 2024-01-24T03:13:39.281373+0000 mgr.smithi159.sbyejd (mgr.14180) 264 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:40 smithi159 bash[14083]: audit 2024-01-24T03:13:39.966601+0000 mon.smithi159 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:13:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:40 smithi162 bash[17902]: audit 2024-01-24T03:13:39.281373+0000 mgr.smithi159.sbyejd (mgr.14180) 264 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:40 smithi162 bash[17902]: audit 2024-01-24T03:13:39.966601+0000 mon.smithi159 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:13:41.843 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:41 smithi159 bash[14083]: cluster 2024-01-24T03:13:40.335665+0000 mgr.smithi159.sbyejd (mgr.14180) 265 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:42.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:41 smithi162 bash[17902]: cluster 2024-01-24T03:13:40.335665+0000 mgr.smithi159.sbyejd (mgr.14180) 265 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:43 smithi159 bash[14083]: cluster 2024-01-24T03:13:42.336240+0000 mgr.smithi159.sbyejd (mgr.14180) 266 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:43.798 INFO:teuthology.orchestra.run.smithi159.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-24T03:13:43.798 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300GH400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme1n1 ssd Linux_68730a3a3e2714919438 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme2n1 ssd Linux_450dd7161278a8fc8136 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme3n1 ssd Linux_40e7a7fb287b71eae5f5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi159 /dev/nvme4n1 ssd Linux_d343a6007b4ef6eeeaa5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300JU400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme1n1 ssd Linux_cccfeacbeec51c220546 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme2n1 ssd Linux_8242a4a71571be4d8227 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme3n1 ssd Linux_0aac9b0e44745dfb0855 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:43.799 INFO:teuthology.orchestra.run.smithi159.stdout:smithi162 /dev/nvme4n1 ssd Linux_0ff8fb9b7a6e0fc6d89d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-24T03:13:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:43 smithi162 bash[17902]: cluster 2024-01-24T03:13:42.336240+0000 mgr.smithi159.sbyejd (mgr.14180) 266 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:44.656 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-24T03:13:44.665 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-24T03:13:44.665 DEBUG:teuthology.orchestra.run.smithi159:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T03:13:44.681 INFO:teuthology.orchestra.run.smithi159.stderr:+ systemctl stop nfs-server 2024-01-24T03:13:44.803 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi162.front.sepia.ceph.com 2024-01-24T03:13:44.803 DEBUG:teuthology.orchestra.run.smithi162:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-24T03:13:44.816 INFO:teuthology.orchestra.run.smithi162.stderr:+ systemctl stop nfs-server 2024-01-24T03:13:44.949 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-24T03:13:44.957 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi159.front.sepia.ceph.com 2024-01-24T03:13:44.958 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-24T03:13:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:45 smithi159 bash[14083]: audit 2024-01-24T03:13:43.789862+0000 mgr.smithi159.sbyejd (mgr.14180) 267 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:45 smithi159 bash[14083]: cluster 2024-01-24T03:13:44.336669+0000 mgr.smithi159.sbyejd (mgr.14180) 268 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:45 smithi159 bash[14083]: audit 2024-01-24T03:13:45.445839+0000 mon.smithi159 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:45 smithi162 bash[17902]: audit 2024-01-24T03:13:43.789862+0000 mgr.smithi159.sbyejd (mgr.14180) 267 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:45 smithi162 bash[17902]: cluster 2024-01-24T03:13:44.336669+0000 mgr.smithi159.sbyejd (mgr.14180) 268 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:45 smithi162 bash[17902]: audit 2024-01-24T03:13:45.445839+0000 mon.smithi159 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:47.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:47 smithi159 bash[14083]: audit 2024-01-24T03:13:46.175757+0000 mon.smithi159 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:47.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:47 smithi159 bash[14083]: cluster 2024-01-24T03:13:46.337204+0000 mgr.smithi159.sbyejd (mgr.14180) 269 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:47 smithi162 bash[17902]: audit 2024-01-24T03:13:46.175757+0000 mon.smithi159 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:47 smithi162 bash[17902]: cluster 2024-01-24T03:13:46.337204+0000 mgr.smithi159.sbyejd (mgr.14180) 269 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:49 smithi159 bash[14083]: cluster 2024-01-24T03:13:48.337732+0000 mgr.smithi159.sbyejd (mgr.14180) 270 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:49 smithi159 bash[14083]: audit 2024-01-24T03:13:48.479180+0000 mgr.smithi159.sbyejd (mgr.14180) 271 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:49 smithi159 bash[14083]: audit 2024-01-24T03:13:48.479979+0000 mon.smithi159 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-24T03:13:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:49 smithi162 bash[17902]: cluster 2024-01-24T03:13:48.337732+0000 mgr.smithi159.sbyejd (mgr.14180) 270 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:49 smithi162 bash[17902]: audit 2024-01-24T03:13:48.479180+0000 mgr.smithi159.sbyejd (mgr.14180) 271 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:49 smithi162 bash[17902]: audit 2024-01-24T03:13:48.479979+0000 mon.smithi159 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-24T03:13:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:50 smithi162 bash[17902]: audit 2024-01-24T03:13:49.403431+0000 mon.smithi159 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-24T03:13:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:50 smithi162 bash[17902]: cluster 2024-01-24T03:13:49.403513+0000 mon.smithi159 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T03:13:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:50 smithi162 bash[17902]: audit 2024-01-24T03:13:49.406691+0000 mon.smithi159 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:13:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:50 smithi159 bash[14083]: audit 2024-01-24T03:13:49.403431+0000 mon.smithi159 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-24T03:13:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:50 smithi159 bash[14083]: cluster 2024-01-24T03:13:49.403513+0000 mon.smithi159 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-24T03:13:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:50 smithi159 bash[14083]: audit 2024-01-24T03:13:49.406691+0000 mon.smithi159 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:13:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:50 smithi159 bash[14083]: debug 2024-01-24T03:13:50.425+0000 7fa095ab0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T03:13:51.292 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-24T03:13:51.303 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.159/16' 2024-01-24T03:13:51.303 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch apply -i - 2024-01-24T03:13:51.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cluster 2024-01-24T03:13:50.338460+0000 mgr.smithi159.sbyejd (mgr.14180) 272 : cluster [DBG] pgmap v249: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: audit 2024-01-24T03:13:50.412581+0000 mon.smithi159 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-24T03:13:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cluster 2024-01-24T03:13:50.413357+0000 mon.smithi159 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T03:13:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: audit 2024-01-24T03:13:50.429224+0000 mon.smithi159 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:13:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cluster 2024-01-24T03:13:50.430149+0000 mon.smithi159 (mon.0) 635 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T03:13:51.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cluster 2024-01-24T03:13:50.430177+0000 mon.smithi159 (mon.0) 636 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-24T03:13:51.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cluster 2024-01-24T03:13:50.444008+0000 mon.smithi159 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T03:13:51.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: audit 2024-01-24T03:13:50.444483+0000 mon.smithi159 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-24T03:13:51.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cluster 2024-01-24T03:13:50.444559+0000 mon.smithi159 (mon.0) 639 : cluster [DBG] fsmap foofs:0 2024-01-24T03:13:51.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: cephadm 2024-01-24T03:13:50.447654+0000 mgr.smithi159.sbyejd (mgr.14180) 273 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-24T03:13:51.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:51 smithi159 bash[14083]: audit 2024-01-24T03:13:50.455311+0000 mon.smithi159 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cluster 2024-01-24T03:13:50.338460+0000 mgr.smithi159.sbyejd (mgr.14180) 272 : cluster [DBG] pgmap v249: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: audit 2024-01-24T03:13:50.412581+0000 mon.smithi159 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cluster 2024-01-24T03:13:50.413357+0000 mon.smithi159 (mon.0) 633 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: audit 2024-01-24T03:13:50.429224+0000 mon.smithi159 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cluster 2024-01-24T03:13:50.430149+0000 mon.smithi159 (mon.0) 635 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cluster 2024-01-24T03:13:50.430177+0000 mon.smithi159 (mon.0) 636 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cluster 2024-01-24T03:13:50.444008+0000 mon.smithi159 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: audit 2024-01-24T03:13:50.444483+0000 mon.smithi159 (mon.0) 638 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-24T03:13:51.771 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cluster 2024-01-24T03:13:50.444559+0000 mon.smithi159 (mon.0) 639 : cluster [DBG] fsmap foofs:0 2024-01-24T03:13:51.772 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: cephadm 2024-01-24T03:13:50.447654+0000 mgr.smithi159.sbyejd (mgr.14180) 273 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-24T03:13:51.772 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:51 smithi162 bash[17902]: audit 2024-01-24T03:13:50.455311+0000 mon.smithi159 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:52 smithi162 bash[17902]: cluster 2024-01-24T03:13:51.444998+0000 mon.smithi159 (mon.0) 641 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T03:13:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:52 smithi159 bash[14083]: cluster 2024-01-24T03:13:51.444998+0000 mon.smithi159 (mon.0) 641 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-24T03:13:53.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:53 smithi162 bash[17902]: cluster 2024-01-24T03:13:52.339165+0000 mgr.smithi159.sbyejd (mgr.14180) 274 : cluster [DBG] pgmap v253: 65 pgs: 1 creating+activating, 14 creating+peering, 24 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:53.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:53 smithi162 bash[17902]: cluster 2024-01-24T03:13:52.476912+0000 mon.smithi159 (mon.0) 642 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T03:13:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:53 smithi159 bash[14083]: cluster 2024-01-24T03:13:52.339165+0000 mgr.smithi159.sbyejd (mgr.14180) 274 : cluster [DBG] pgmap v253: 65 pgs: 1 creating+activating, 14 creating+peering, 24 active+clean, 26 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:53 smithi159 bash[14083]: cluster 2024-01-24T03:13:52.476912+0000 mon.smithi159 (mon.0) 642 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-24T03:13:54.760 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:54 smithi162 bash[17902]: audit 2024-01-24T03:13:53.475560+0000 mon.smithi159 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:54.792 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:54 smithi159 bash[14083]: audit 2024-01-24T03:13:53.475560+0000 mon.smithi159 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:55 smithi162 bash[17902]: cluster 2024-01-24T03:13:54.339828+0000 mgr.smithi159.sbyejd (mgr.14180) 275 : cluster [DBG] pgmap v255: 65 pgs: 1 creating+activating, 14 creating+peering, 45 active+clean, 5 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:55 smithi159 bash[14083]: cluster 2024-01-24T03:13:54.339828+0000 mgr.smithi159.sbyejd (mgr.14180) 275 : cluster [DBG] pgmap v255: 65 pgs: 1 creating+activating, 14 creating+peering, 45 active+clean, 5 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:56.858 INFO:teuthology.orchestra.run.smithi159.stdout:Scheduled nfs.foo update... 2024-01-24T03:13:56.858 INFO:teuthology.orchestra.run.smithi159.stdout:Scheduled ingress.nfs.foo update... 2024-01-24T03:13:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:56 smithi159 bash[14083]: audit 2024-01-24T03:13:55.760591+0000 mon.smithi159 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:56 smithi159 bash[14083]: cluster 2024-01-24T03:13:56.340757+0000 mgr.smithi159.sbyejd (mgr.14180) 276 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:57.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:56 smithi162 bash[17902]: audit 2024-01-24T03:13:55.760591+0000 mon.smithi159 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:57.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:56 smithi162 bash[17902]: cluster 2024-01-24T03:13:56.340757+0000 mgr.smithi159.sbyejd (mgr.14180) 276 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:57.631 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T03:13:57.641 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-24T03:13:57.641 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:13:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:57 smithi159 bash[14083]: audit 2024-01-24T03:13:56.842113+0000 mgr.smithi159.sbyejd (mgr.14180) 277 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:57 smithi159 bash[14083]: cephadm 2024-01-24T03:13:56.846949+0000 mgr.smithi159.sbyejd (mgr.14180) 278 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-24T03:13:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:57 smithi159 bash[14083]: audit 2024-01-24T03:13:56.852566+0000 mon.smithi159 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:57 smithi159 bash[14083]: cephadm 2024-01-24T03:13:56.853328+0000 mgr.smithi159.sbyejd (mgr.14180) 279 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T03:13:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:57 smithi159 bash[14083]: audit 2024-01-24T03:13:56.857758+0000 mon.smithi159 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:57 smithi162 bash[17902]: audit 2024-01-24T03:13:56.842113+0000 mgr.smithi159.sbyejd (mgr.14180) 277 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-24T03:13:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:57 smithi162 bash[17902]: cephadm 2024-01-24T03:13:56.846949+0000 mgr.smithi159.sbyejd (mgr.14180) 278 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-24T03:13:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:57 smithi162 bash[17902]: audit 2024-01-24T03:13:56.852566+0000 mon.smithi159 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:57 smithi162 bash[17902]: cephadm 2024-01-24T03:13:56.853328+0000 mgr.smithi159.sbyejd (mgr.14180) 279 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-24T03:13:58.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:57 smithi162 bash[17902]: audit 2024-01-24T03:13:56.857758+0000 mon.smithi159 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:13:59.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:13:58 smithi162 bash[17902]: cluster 2024-01-24T03:13:58.341424+0000 mgr.smithi159.sbyejd (mgr.14180) 280 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:13:59.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:13:58 smithi159 bash[14083]: cluster 2024-01-24T03:13:58.341424+0000 mgr.smithi159.sbyejd (mgr.14180) 280 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:13:59.752816+0000 mon.smithi159 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.014061+0000 mon.smithi159 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.015375+0000 mon.smithi159 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:14:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.024563+0000 mon.smithi159 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.032410+0000 mon.smithi159 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:14:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.048911+0000 mon.smithi159 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.050031+0000 mon.smithi159 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.yprtvs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:14:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.054883+0000 mon.smithi159 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.yprtvs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:14:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: audit 2024-01-24T03:14:00.055843+0000 mon.smithi159 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: cephadm 2024-01-24T03:14:00.056732+0000 mgr.smithi159.sbyejd (mgr.14180) 281 : cephadm [INF] Deploying daemon mds.foofs.smithi162.yprtvs on smithi162 2024-01-24T03:14:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:00 smithi162 bash[17902]: cluster 2024-01-24T03:14:00.342027+0000 mgr.smithi159.sbyejd (mgr.14180) 282 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:13:59.752816+0000 mon.smithi159 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.014061+0000 mon.smithi159 (mon.0) 648 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.015375+0000 mon.smithi159 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.024563+0000 mon.smithi159 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.032410+0000 mon.smithi159 (mon.0) 651 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.048911+0000 mon.smithi159 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.050031+0000 mon.smithi159 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.yprtvs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.054883+0000 mon.smithi159 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi162.yprtvs", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: audit 2024-01-24T03:14:00.055843+0000 mon.smithi159 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: cephadm 2024-01-24T03:14:00.056732+0000 mgr.smithi159.sbyejd (mgr.14180) 281 : cephadm [INF] Deploying daemon mds.foofs.smithi162.yprtvs on smithi162 2024-01-24T03:14:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:00 smithi159 bash[14083]: cluster 2024-01-24T03:14:00.342027+0000 mgr.smithi159.sbyejd (mgr.14180) 282 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:01.713 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:01.713 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:13:46.165688Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:13:45.437624Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:13:46.165900Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:13:56.858027Z 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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:13:45.437917Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:13:45.438091Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:13:45.438252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:13:45.438431Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:13:46.166108Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:02.542 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-24T03:14:03.543 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:03.732 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:03 smithi159 bash[14083]: audit 2024-01-24T03:14:01.704041+0000 mgr.smithi159.sbyejd (mgr.14180) 283 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:03.732 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:03 smithi159 bash[14083]: cluster 2024-01-24T03:14:02.342803+0000 mgr.smithi159.sbyejd (mgr.14180) 284 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:03.733 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:03 smithi159 bash[14083]: audit 2024-01-24T03:14:02.666118+0000 mon.smithi159 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:03.733 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:03 smithi159 bash[14083]: audit 2024-01-24T03:14:02.668404+0000 mon.smithi159 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.zcwyar", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:14:03.733 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:03 smithi159 bash[14083]: audit 2024-01-24T03:14:02.674093+0000 mon.smithi159 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.zcwyar", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:14:03.733 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:03 smithi159 bash[14083]: audit 2024-01-24T03:14:02.675507+0000 mon.smithi159 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:03.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:03 smithi162 bash[17902]: audit 2024-01-24T03:14:01.704041+0000 mgr.smithi159.sbyejd (mgr.14180) 283 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:03.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:03 smithi162 bash[17902]: cluster 2024-01-24T03:14:02.342803+0000 mgr.smithi159.sbyejd (mgr.14180) 284 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:03.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:03 smithi162 bash[17902]: audit 2024-01-24T03:14:02.666118+0000 mon.smithi159 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:03.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:03 smithi162 bash[17902]: audit 2024-01-24T03:14:02.668404+0000 mon.smithi159 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.zcwyar", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-24T03:14:03.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:03 smithi162 bash[17902]: audit 2024-01-24T03:14:02.674093+0000 mon.smithi159 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi159.zcwyar", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-24T03:14:03.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:03 smithi162 bash[17902]: audit 2024-01-24T03:14:02.675507+0000 mon.smithi159 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:04.554 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:04 smithi159 bash[14083]: cephadm 2024-01-24T03:14:02.676698+0000 mgr.smithi159.sbyejd (mgr.14180) 285 : cephadm [INF] Deploying daemon mds.foofs.smithi159.zcwyar on smithi159 2024-01-24T03:14:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:04 smithi162 bash[17902]: cephadm 2024-01-24T03:14:02.676698+0000 mgr.smithi159.sbyejd (mgr.14180) 285 : cephadm [INF] Deploying daemon mds.foofs.smithi159.zcwyar on smithi159 2024-01-24T03:14:05.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.343315+0000 mgr.smithi159.sbyejd (mgr.14180) 286 : cluster [DBG] pgmap v260: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.482434+0000 mon.smithi159 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.162:6832/1003295765,v1:172.21.15.162:6833/1003295765] up:boot 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.482589+0000 mon.smithi159 (mon.0) 661 : cluster [INF] daemon mds.foofs.smithi162.yprtvs assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.482750+0000 mon.smithi159 (mon.0) 662 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.482782+0000 mon.smithi159 (mon.0) 663 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.482810+0000 mon.smithi159 (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.483085+0000 mon.smithi159 (mon.0) 665 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: audit 2024-01-24T03:14:04.483485+0000 mon.smithi159 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.yprtvs"}]: dispatch 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.489413+0000 mon.smithi159 (mon.0) 667 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:creating} 2024-01-24T03:14:05.782 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:05 smithi159 bash[14083]: cluster 2024-01-24T03:14:04.506174+0000 mon.smithi159 (mon.0) 668 : cluster [INF] daemon mds.foofs.smithi162.yprtvs is now active in filesystem foofs as rank 0 2024-01-24T03:14:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.343315+0000 mgr.smithi159.sbyejd (mgr.14180) 286 : cluster [DBG] pgmap v260: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.482434+0000 mon.smithi159 (mon.0) 660 : cluster [DBG] mds.? [v2:172.21.15.162:6832/1003295765,v1:172.21.15.162:6833/1003295765] up:boot 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.482589+0000 mon.smithi159 (mon.0) 661 : cluster [INF] daemon mds.foofs.smithi162.yprtvs assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.482750+0000 mon.smithi159 (mon.0) 662 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.482782+0000 mon.smithi159 (mon.0) 663 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.482810+0000 mon.smithi159 (mon.0) 664 : cluster [INF] Cluster is now healthy 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.483085+0000 mon.smithi159 (mon.0) 665 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: audit 2024-01-24T03:14:04.483485+0000 mon.smithi159 (mon.0) 666 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi162.yprtvs"}]: dispatch 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.489413+0000 mon.smithi159 (mon.0) 667 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:creating} 2024-01-24T03:14:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:05 smithi162 bash[17902]: cluster 2024-01-24T03:14:04.506174+0000 mon.smithi159 (mon.0) 668 : cluster [INF] daemon mds.foofs.smithi162.yprtvs is now active in filesystem foofs as rank 0 2024-01-24T03:14:06.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:06 smithi159 bash[14083]: cluster 2024-01-24T03:14:05.490272+0000 mon.smithi159 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.162:6832/1003295765,v1:172.21.15.162:6833/1003295765] up:active 2024-01-24T03:14:06.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:06 smithi159 bash[14083]: cluster 2024-01-24T03:14:05.490344+0000 mon.smithi159 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:active} 2024-01-24T03:14:06.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:06 smithi159 bash[14083]: audit 2024-01-24T03:14:06.226127+0000 mon.smithi159 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:06.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:06 smithi159 bash[14083]: audit 2024-01-24T03:14:06.232864+0000 mon.smithi159 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:06.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:06 smithi159 bash[14083]: audit 2024-01-24T03:14:06.259370+0000 mon.smithi159 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T03:14:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:06 smithi162 bash[17902]: cluster 2024-01-24T03:14:05.490272+0000 mon.smithi159 (mon.0) 669 : cluster [DBG] mds.? [v2:172.21.15.162:6832/1003295765,v1:172.21.15.162:6833/1003295765] up:active 2024-01-24T03:14:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:06 smithi162 bash[17902]: cluster 2024-01-24T03:14:05.490344+0000 mon.smithi159 (mon.0) 670 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:active} 2024-01-24T03:14:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:06 smithi162 bash[17902]: audit 2024-01-24T03:14:06.226127+0000 mon.smithi159 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:06 smithi162 bash[17902]: audit 2024-01-24T03:14:06.232864+0000 mon.smithi159 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:07.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:06 smithi162 bash[17902]: audit 2024-01-24T03:14:06.259370+0000 mon.smithi159 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-24T03:14:07.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:07 smithi159 bash[14083]: cluster 2024-01-24T03:14:06.343794+0000 mgr.smithi159.sbyejd (mgr.14180) 287 : cluster [DBG] pgmap v261: 65 pgs: 65 active+clean; 194 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:07.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:07 smithi159 bash[14083]: audit 2024-01-24T03:14:07.239100+0000 mon.smithi159 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T03:14:07.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:07 smithi159 bash[14083]: cluster 2024-01-24T03:14:07.239151+0000 mon.smithi159 (mon.0) 675 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T03:14:07.978 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:07 smithi159 bash[14083]: audit 2024-01-24T03:14:07.242132+0000 mon.smithi159 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T03:14:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:07 smithi162 bash[17902]: cluster 2024-01-24T03:14:06.343794+0000 mgr.smithi159.sbyejd (mgr.14180) 287 : cluster [DBG] pgmap v261: 65 pgs: 65 active+clean; 194 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:14:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:07 smithi162 bash[17902]: audit 2024-01-24T03:14:07.239100+0000 mon.smithi159 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-24T03:14:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:07 smithi162 bash[17902]: cluster 2024-01-24T03:14:07.239151+0000 mon.smithi159 (mon.0) 675 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-24T03:14:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:07 smithi162 bash[17902]: audit 2024-01-24T03:14:07.242132+0000 mon.smithi159 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-24T03:14:08.336 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:08.336 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:13:46.165688Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:13:45.437624Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:13:46.165900Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:13:56.858027Z 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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:13:45.437917Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:13:45.438091Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:13:45.438252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:13:45.438431Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:13:46.166108Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:09.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:07.899315+0000 mon.smithi159 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.242985+0000 mon.smithi159 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cluster 2024-01-24T03:14:08.243375+0000 mon.smithi159 (mon.0) 679 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cephadm 2024-01-24T03:14:08.251093+0000 mgr.smithi159.sbyejd (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi159.tyjaof 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.251591+0000 mon.smithi159 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.258307+0000 mon.smithi159 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cephadm 2024-01-24T03:14:08.259435+0000 mgr.smithi159.sbyejd (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.260132+0000 mon.smithi159 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.267249+0000 mon.smithi159 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.268524+0000 mon.smithi159 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.321796+0000 mon.smithi159 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.327354+0000 mon.smithi159 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.327984+0000 mgr.smithi159.sbyejd (mgr.14180) 290 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cluster 2024-01-24T03:14:08.348926+0000 mgr.smithi159.sbyejd (mgr.14180) 291 : cluster [DBG] pgmap v264: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1021 B/s wr, 2 op/s 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cephadm 2024-01-24T03:14:08.400397+0000 mgr.smithi159.sbyejd (mgr.14180) 292 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cephadm 2024-01-24T03:14:08.463058+0000 mgr.smithi159.sbyejd (mgr.14180) 293 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi159.tyjaof-rgw 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.463617+0000 mon.smithi159 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.470890+0000 mon.smithi159 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.476308+0000 mon.smithi159 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: audit 2024-01-24T03:14:08.478679+0000 mon.smithi159 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:09.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:08 smithi159 bash[14083]: cephadm 2024-01-24T03:14:08.479969+0000 mgr.smithi159.sbyejd (mgr.14180) 294 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi159.tyjaof on smithi159 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:07.899315+0000 mon.smithi159 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.242985+0000 mon.smithi159 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cluster 2024-01-24T03:14:08.243375+0000 mon.smithi159 (mon.0) 679 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cephadm 2024-01-24T03:14:08.251093+0000 mgr.smithi159.sbyejd (mgr.14180) 288 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi159.tyjaof 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.251591+0000 mon.smithi159 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.258307+0000 mon.smithi159 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cephadm 2024-01-24T03:14:08.259435+0000 mgr.smithi159.sbyejd (mgr.14180) 289 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.260132+0000 mon.smithi159 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:09.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.267249+0000 mon.smithi159 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.268524+0000 mon.smithi159 (mon.0) 684 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.321796+0000 mon.smithi159 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.327354+0000 mon.smithi159 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.327984+0000 mgr.smithi159.sbyejd (mgr.14180) 290 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cluster 2024-01-24T03:14:08.348926+0000 mgr.smithi159.sbyejd (mgr.14180) 291 : cluster [DBG] pgmap v264: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 770 B data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1021 B/s wr, 2 op/s 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cephadm 2024-01-24T03:14:08.400397+0000 mgr.smithi159.sbyejd (mgr.14180) 292 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cephadm 2024-01-24T03:14:08.463058+0000 mgr.smithi159.sbyejd (mgr.14180) 293 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi159.tyjaof-rgw 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.463617+0000 mon.smithi159 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.470890+0000 mon.smithi159 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi159.tyjaof-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.476308+0000 mon.smithi159 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: audit 2024-01-24T03:14:08.478679+0000 mon.smithi159 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:09.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:08 smithi162 bash[17902]: cephadm 2024-01-24T03:14:08.479969+0000 mgr.smithi159.sbyejd (mgr.14180) 294 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi159.tyjaof on smithi159 2024-01-24T03:14:09.745 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-24T03:14:10.059 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:09 smithi159 bash[14083]: cluster 2024-01-24T03:14:08.901248+0000 mon.smithi159 (mon.0) 691 : cluster [DBG] mds.? [v2:172.21.15.159:6834/3594775030,v1:172.21.15.159:6835/3594775030] up:boot 2024-01-24T03:14:10.059 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:09 smithi159 bash[14083]: cluster 2024-01-24T03:14:08.901936+0000 mon.smithi159 (mon.0) 692 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:active} 1 up:standby 2024-01-24T03:14:10.059 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:09 smithi159 bash[14083]: audit 2024-01-24T03:14:08.902199+0000 mon.smithi159 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.zcwyar"}]: dispatch 2024-01-24T03:14:10.059 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:09 smithi159 bash[14083]: cluster 2024-01-24T03:14:08.909473+0000 mon.smithi159 (mon.0) 694 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:active} 1 up:standby 2024-01-24T03:14:10.059 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:09 smithi159 bash[14083]: cluster 2024-01-24T03:14:09.244387+0000 mon.smithi159 (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-24T03:14:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:09 smithi162 bash[17902]: cluster 2024-01-24T03:14:08.901248+0000 mon.smithi159 (mon.0) 691 : cluster [DBG] mds.? [v2:172.21.15.159:6834/3594775030,v1:172.21.15.159:6835/3594775030] up:boot 2024-01-24T03:14:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:09 smithi162 bash[17902]: cluster 2024-01-24T03:14:08.901936+0000 mon.smithi159 (mon.0) 692 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:active} 1 up:standby 2024-01-24T03:14:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:09 smithi162 bash[17902]: audit 2024-01-24T03:14:08.902199+0000 mon.smithi159 (mon.0) 693 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi159.zcwyar"}]: dispatch 2024-01-24T03:14:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:09 smithi162 bash[17902]: cluster 2024-01-24T03:14:08.909473+0000 mon.smithi159 (mon.0) 694 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi162.yprtvs=up:active} 1 up:standby 2024-01-24T03:14:10.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:09 smithi162 bash[17902]: cluster 2024-01-24T03:14:09.244387+0000 mon.smithi159 (mon.0) 695 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-24T03:14:10.747 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:11.172 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:10 smithi159 bash[14083]: cluster 2024-01-24T03:14:10.349935+0000 mgr.smithi159.sbyejd (mgr.14180) 295 : cluster [DBG] pgmap v266: 97 pgs: 7 creating+peering, 16 unknown, 74 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2024-01-24T03:14:11.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:10 smithi162 bash[17902]: cluster 2024-01-24T03:14:10.349935+0000 mgr.smithi159.sbyejd (mgr.14180) 295 : cluster [DBG] pgmap v266: 97 pgs: 7 creating+peering, 16 unknown, 74 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2024-01-24T03:14:12.995 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.728544+0000 mon.smithi159 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:12.995 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: cephadm 2024-01-24T03:14:11.729965+0000 mgr.smithi159.sbyejd (mgr.14180) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi162.lmgiwv 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.730250+0000 mon.smithi159 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.734468+0000 mon.smithi159 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: cephadm 2024-01-24T03:14:11.735177+0000 mgr.smithi159.sbyejd (mgr.14180) 297 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.735453+0000 mon.smithi159 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.740403+0000 mon.smithi159 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.742040+0000 mon.smithi159 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.792962+0000 mon.smithi159 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.797097+0000 mon.smithi159 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: cephadm 2024-01-24T03:14:11.850096+0000 mgr.smithi159.sbyejd (mgr.14180) 298 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: cephadm 2024-01-24T03:14:11.850202+0000 mgr.smithi159.sbyejd (mgr.14180) 299 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi162.lmgiwv-rgw 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.850621+0000 mon.smithi159 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.854198+0000 mon.smithi159 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T03:14:12.996 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: audit 2024-01-24T03:14:11.855519+0000 mon.smithi159 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:12.997 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: cephadm 2024-01-24T03:14:11.856436+0000 mgr.smithi159.sbyejd (mgr.14180) 300 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi162.lmgiwv on smithi162 2024-01-24T03:14:12.997 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:12 smithi162 bash[17902]: cluster 2024-01-24T03:14:12.350844+0000 mgr.smithi159.sbyejd (mgr.14180) 301 : cluster [DBG] pgmap v267: 97 pgs: 7 creating+peering, 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, 3 op/s 2024-01-24T03:14:13.039 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.728544+0000 mon.smithi159 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:13.039 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: cephadm 2024-01-24T03:14:11.729965+0000 mgr.smithi159.sbyejd (mgr.14180) 296 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi162.lmgiwv 2024-01-24T03:14:13.039 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.730250+0000 mon.smithi159 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.734468+0000 mon.smithi159 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: cephadm 2024-01-24T03:14:11.735177+0000 mgr.smithi159.sbyejd (mgr.14180) 297 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.735453+0000 mon.smithi159 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.740403+0000 mon.smithi159 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 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-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.742040+0000 mon.smithi159 (mon.0) 701 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.792962+0000 mon.smithi159 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.797097+0000 mon.smithi159 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: cephadm 2024-01-24T03:14:11.850096+0000 mgr.smithi159.sbyejd (mgr.14180) 298 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: cephadm 2024-01-24T03:14:11.850202+0000 mgr.smithi159.sbyejd (mgr.14180) 299 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi162.lmgiwv-rgw 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.850621+0000 mon.smithi159 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.854198+0000 mon.smithi159 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi162.lmgiwv-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: audit 2024-01-24T03:14:11.855519+0000 mon.smithi159 (mon.0) 706 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: cephadm 2024-01-24T03:14:11.856436+0000 mgr.smithi159.sbyejd (mgr.14180) 300 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi162.lmgiwv on smithi162 2024-01-24T03:14:13.040 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:12 smithi159 bash[14083]: cluster 2024-01-24T03:14:12.350844+0000 mgr.smithi159.sbyejd (mgr.14180) 301 : cluster [DBG] pgmap v267: 97 pgs: 7 creating+peering, 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, 3 op/s 2024-01-24T03:14:15.115 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:15.115 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:13:46.165688Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:13:45.437624Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:13:46.165900Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:13:56.858027Z 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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:13:45.437917Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:13:45.438091Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:13:45.438252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:13:45.438431Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:13:46.166108Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:15 smithi159 bash[14083]: cluster 2024-01-24T03:14:14.351763+0000 mgr.smithi159.sbyejd (mgr.14180) 302 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 B/s rd, 1007 B/s wr, 3 op/s 2024-01-24T03:14:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:15 smithi159 bash[14083]: audit 2024-01-24T03:14:14.488593+0000 mon.smithi159 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:15.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:15 smithi159 bash[14083]: audit 2024-01-24T03:14:14.498615+0000 mon.smithi159 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:15.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:15 smithi159 bash[14083]: cephadm 2024-01-24T03:14:14.512992+0000 mgr.smithi159.sbyejd (mgr.14180) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zbnooj on smithi162 2024-01-24T03:14:15.851 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-24T03:14:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:15 smithi162 bash[17902]: cluster 2024-01-24T03:14:14.351763+0000 mgr.smithi159.sbyejd (mgr.14180) 302 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 143 B/s rd, 1007 B/s wr, 3 op/s 2024-01-24T03:14:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:15 smithi162 bash[17902]: audit 2024-01-24T03:14:14.488593+0000 mon.smithi159 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:15 smithi162 bash[17902]: audit 2024-01-24T03:14:14.498615+0000 mon.smithi159 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:15 smithi162 bash[17902]: cephadm 2024-01-24T03:14:14.512992+0000 mgr.smithi159.sbyejd (mgr.14180) 303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zbnooj on smithi162 2024-01-24T03:14:16.852 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:16.866 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:16 smithi159 bash[14083]: audit 2024-01-24T03:14:15.104619+0000 mgr.smithi159.sbyejd (mgr.14180) 304 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:16 smithi162 bash[17902]: audit 2024-01-24T03:14:15.104619+0000 mgr.smithi159.sbyejd (mgr.14180) 304 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:17 smithi162 bash[17902]: cluster 2024-01-24T03:14:16.353036+0000 mgr.smithi159.sbyejd (mgr.14180) 305 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-24T03:14:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:17 smithi159 bash[14083]: cluster 2024-01-24T03:14:16.353036+0000 mgr.smithi159.sbyejd (mgr.14180) 305 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: audit 2024-01-24T03:14:17.916116+0000 mon.smithi159 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: cephadm 2024-01-24T03:14:18.321771+0000 mgr.smithi159.sbyejd (mgr.14180) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.zbnooj ... 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.zbnooj ... 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: cephadm 2024-01-24T03:14:18.322343+0000 mgr.smithi159.sbyejd (mgr.14180) 307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: audit 2024-01-24T03:14:18.322861+0000 mon.smithi159 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zbnooj"}]: dispatch 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: cephadm 2024-01-24T03:14:18.323967+0000 mgr.smithi159.sbyejd (mgr.14180) 308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zbnooj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.zbnooj ... 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: cephadm 2024-01-24T03:14:18.328592+0000 mgr.smithi159.sbyejd (mgr.14180) 309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.rucigk on smithi159 2024-01-24T03:14:19.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:18 smithi159 bash[14083]: cluster 2024-01-24T03:14:18.353917+0000 mgr.smithi159.sbyejd (mgr.14180) 310 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: audit 2024-01-24T03:14:17.916116+0000 mon.smithi159 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: cephadm 2024-01-24T03:14:18.321771+0000 mgr.smithi159.sbyejd (mgr.14180) 306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.zbnooj ... 2024-01-24T03:14:19.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:19.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.zbnooj ... 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: cephadm 2024-01-24T03:14:18.322343+0000 mgr.smithi159.sbyejd (mgr.14180) 307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: audit 2024-01-24T03:14:18.322861+0000 mon.smithi159 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zbnooj"}]: dispatch 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: cephadm 2024-01-24T03:14:18.323967+0000 mgr.smithi159.sbyejd (mgr.14180) 308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zbnooj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:19.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.zbnooj ... 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: cephadm 2024-01-24T03:14:18.328592+0000 mgr.smithi159.sbyejd (mgr.14180) 309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.rucigk on smithi159 2024-01-24T03:14:19.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:18 smithi162 bash[17902]: cluster 2024-01-24T03:14:18.353917+0000 mgr.smithi159.sbyejd (mgr.14180) 310 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2024-01-24T03:14:20.276 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:20.277 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:13:46.165688Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:13:45.437624Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:13:46.165900Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:13:56.858027Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:18.323799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zbnooj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\nDeploy daemon haproxy.nfs.foo.smithi162.zbnooj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:13:45.437917Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:13:45.438091Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:13:45.438252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:13:45.438431Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:13:46.166108Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:21.102 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-24T03:14:21.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:21 smithi159 bash[14083]: audit 2024-01-24T03:14:20.266211+0000 mgr.smithi159.sbyejd (mgr.14180) 311 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:21.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:21 smithi159 bash[14083]: cluster 2024-01-24T03:14:20.354809+0000 mgr.smithi159.sbyejd (mgr.14180) 312 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1013 B/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-24T03:14:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:21 smithi162 bash[17902]: audit 2024-01-24T03:14:20.266211+0000 mgr.smithi159.sbyejd (mgr.14180) 311 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:21 smithi162 bash[17902]: cluster 2024-01-24T03:14:20.354809+0000 mgr.smithi159.sbyejd (mgr.14180) 312 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1013 B/s rd, 1.2 KiB/s wr, 3 op/s 2024-01-24T03:14:22.103 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: cephadm 2024-01-24T03:14:22.176875+0000 mgr.smithi159.sbyejd (mgr.14180) 313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rucigk ... 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rucigk ... 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: cephadm 2024-01-24T03:14:22.177425+0000 mgr.smithi159.sbyejd (mgr.14180) 314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: audit 2024-01-24T03:14:22.178048+0000 mon.smithi159 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.rucigk"}]: dispatch 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: cephadm 2024-01-24T03:14:22.179472+0000 mgr.smithi159.sbyejd (mgr.14180) 315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.rucigk on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rucigk ... 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: audit 2024-01-24T03:14:22.187045+0000 mon.smithi159 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: cephadm 2024-01-24T03:14:22.187586+0000 mgr.smithi159.sbyejd (mgr.14180) 316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.pawsdd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: cephadm 2024-01-24T03:14:22.189255+0000 mgr.smithi159.sbyejd (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: cluster 2024-01-24T03:14:22.190212+0000 mgr.smithi159.sbyejd (mgr.14180) 318 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-24T03:14:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:22 smithi162 bash[17902]: audit 2024-01-24T03:14:22.190419+0000 mon.smithi159 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: cephadm 2024-01-24T03:14:22.176875+0000 mgr.smithi159.sbyejd (mgr.14180) 313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rucigk ... 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rucigk ... 2024-01-24T03:14:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: cephadm 2024-01-24T03:14:22.177425+0000 mgr.smithi159.sbyejd (mgr.14180) 314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: audit 2024-01-24T03:14:22.178048+0000 mon.smithi159 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.rucigk"}]: dispatch 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: cephadm 2024-01-24T03:14:22.179472+0000 mgr.smithi159.sbyejd (mgr.14180) 315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.rucigk on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rucigk ... 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: audit 2024-01-24T03:14:22.187045+0000 mon.smithi159 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: cephadm 2024-01-24T03:14:22.187586+0000 mgr.smithi159.sbyejd (mgr.14180) 316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.pawsdd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: cephadm 2024-01-24T03:14:22.189255+0000 mgr.smithi159.sbyejd (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: cluster 2024-01-24T03:14:22.190212+0000 mgr.smithi159.sbyejd (mgr.14180) 318 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-24T03:14:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:22 smithi159 bash[14083]: audit 2024-01-24T03:14:22.190419+0000 mon.smithi159 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:14:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:23 smithi162 bash[17902]: audit 2024-01-24T03:14:22.925723+0000 mon.smithi159 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:23 smithi162 bash[17902]: cluster 2024-01-24T03:14:23.184728+0000 mon.smithi159 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:14:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:23 smithi162 bash[17902]: audit 2024-01-24T03:14:23.477476+0000 mon.smithi159 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:23 smithi159 bash[14083]: audit 2024-01-24T03:14:22.925723+0000 mon.smithi159 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:23 smithi159 bash[14083]: cluster 2024-01-24T03:14:23.184728+0000 mon.smithi159 (mon.0) 715 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:14:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:23 smithi159 bash[14083]: audit 2024-01-24T03:14:23.477476+0000 mon.smithi159 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:25.240 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:24 smithi159 bash[14083]: cluster 2024-01-24T03:14:24.191266+0000 mgr.smithi159.sbyejd (mgr.14180) 319 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-24T03:14:25.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:24 smithi162 bash[17902]: cluster 2024-01-24T03:14:24.191266+0000 mgr.smithi159.sbyejd (mgr.14180) 319 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-24T03:14:25.635 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:25.636 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:13:46.165688Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:13:45.437624Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:13:46.165900Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:13:56.858027Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:18.323799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zbnooj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\nDeploy daemon haproxy.nfs.foo.smithi162.zbnooj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:22.179267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rucigk on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk\nDeploy daemon haproxy.nfs.foo.smithi159.rucigk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:22.187440Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pawsdd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:22.189166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:13:45.437917Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:13:45.438091Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:13:45.438252Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:13:45.438431Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:13:46.166108Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:25 smithi159 bash[14083]: audit 2024-01-24T03:14:25.630240+0000 mgr.smithi159.sbyejd (mgr.14180) 320 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:26.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:25 smithi162 bash[17902]: audit 2024-01-24T03:14:25.630240+0000 mgr.smithi159.sbyejd (mgr.14180) 320 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:26.410 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-24T03:14:27.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:26 smithi162 bash[17902]: cluster 2024-01-24T03:14:26.192631+0000 mgr.smithi159.sbyejd (mgr.14180) 321 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-24T03:14:27.412 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:27.422 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:26 smithi159 bash[14083]: cluster 2024-01-24T03:14:26.192631+0000 mgr.smithi159.sbyejd (mgr.14180) 321 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-24T03:14:29.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:27.801542+0000 mon.smithi159 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: cluster 2024-01-24T03:14:28.193326+0000 mgr.smithi159.sbyejd (mgr.14180) 322 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 778 B/s wr, 2 op/s 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:28.244187+0000 mon.smithi159 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:28.245870+0000 mon.smithi159 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:28.247161+0000 mon.smithi159 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:28.253699+0000 mon.smithi159 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: cluster 2024-01-24T03:14:28.254398+0000 mgr.smithi159.sbyejd (mgr.14180) 323 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 827 B/s wr, 3 op/s 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:28.261922+0000 mon.smithi159 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: audit 2024-01-24T03:14:28.277652+0000 mon.smithi159 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:28 smithi162 bash[17902]: cephadm 2024-01-24T03:14:28.283796+0000 mgr.smithi159.sbyejd (mgr.14180) 324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.apzaje on smithi162 2024-01-24T03:14:29.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:27.801542+0000 mon.smithi159 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: cluster 2024-01-24T03:14:28.193326+0000 mgr.smithi159.sbyejd (mgr.14180) 322 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 778 B/s wr, 2 op/s 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:28.244187+0000 mon.smithi159 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:28.245870+0000 mon.smithi159 (mon.0) 719 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:28.247161+0000 mon.smithi159 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:28.253699+0000 mon.smithi159 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: cluster 2024-01-24T03:14:28.254398+0000 mgr.smithi159.sbyejd (mgr.14180) 323 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 827 B/s wr, 3 op/s 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:28.261922+0000 mon.smithi159 (mon.0) 722 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: audit 2024-01-24T03:14:28.277652+0000 mon.smithi159 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:29.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:28 smithi159 bash[14083]: cephadm 2024-01-24T03:14:28.283796+0000 mgr.smithi159.sbyejd (mgr.14180) 324 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.apzaje on smithi162 2024-01-24T03:14:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:29 smithi162 bash[17902]: cluster 2024-01-24T03:14:28.799368+0000 mon.smithi159 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:14:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:29 smithi162 bash[17902]: cluster 2024-01-24T03:14:28.799429+0000 mon.smithi159 (mon.0) 725 : cluster [INF] Cluster is now healthy 2024-01-24T03:14:30.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:29 smithi159 bash[14083]: cluster 2024-01-24T03:14:28.799368+0000 mon.smithi159 (mon.0) 724 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:14:30.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:29 smithi159 bash[14083]: cluster 2024-01-24T03:14:28.799429+0000 mon.smithi159 (mon.0) 725 : cluster [INF] Cluster is now healthy 2024-01-24T03:14:30.741 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:30.741 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:28.232476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:27.789886Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:28.232774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:13:56.858027Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-24T03:14:18.323799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zbnooj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\nDeploy daemon haproxy.nfs.foo.smithi162.zbnooj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:22.179267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rucigk on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk\nDeploy daemon haproxy.nfs.foo.smithi159.rucigk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:22.187440Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pawsdd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:22.189166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:27.791337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:27.790136Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:27.790296Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:27.791506Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:27.790445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:27.790674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:28.233062Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:30 smithi162 bash[17902]: cluster 2024-01-24T03:14:30.255208+0000 mgr.smithi159.sbyejd (mgr.14180) 325 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 827 B/s wr, 3 op/s 2024-01-24T03:14:31.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:30 smithi159 bash[14083]: cluster 2024-01-24T03:14:30.255208+0000 mgr.smithi159.sbyejd (mgr.14180) 325 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 827 B/s wr, 3 op/s 2024-01-24T03:14:31.552 INFO:tasks.cephadm:nfs.foo has 2/2 2024-01-24T03:14:31.552 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-24T03:14:31.562 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-24T03:14:31.562 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:31.971 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:31 smithi162 bash[17902]: audit 2024-01-24T03:14:30.730409+0000 mgr.smithi159.sbyejd (mgr.14180) 326 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:32.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:31 smithi159 bash[14083]: audit 2024-01-24T03:14:30.730409+0000 mgr.smithi159.sbyejd (mgr.14180) 326 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: cephadm 2024-01-24T03:14:32.040492+0000 mgr.smithi159.sbyejd (mgr.14180) 327 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.apzaje ... 2024-01-24T03:14:33.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:33.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.apzaje ... 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: cephadm 2024-01-24T03:14:32.041019+0000 mgr.smithi159.sbyejd (mgr.14180) 328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: audit 2024-01-24T03:14:32.041535+0000 mon.smithi159 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.apzaje"}]: dispatch 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: cephadm 2024-01-24T03:14:32.042829+0000 mgr.smithi159.sbyejd (mgr.14180) 329 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.apzaje on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:33.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.apzaje ... 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: cephadm 2024-01-24T03:14:32.046205+0000 mgr.smithi159.sbyejd (mgr.14180) 330 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.ejpulc on smithi159 2024-01-24T03:14:33.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:32 smithi162 bash[17902]: cluster 2024-01-24T03:14:32.255812+0000 mgr.smithi159.sbyejd (mgr.14180) 331 : cluster [DBG] pgmap v278: 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-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: cephadm 2024-01-24T03:14:32.040492+0000 mgr.smithi159.sbyejd (mgr.14180) 327 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.apzaje ... 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.apzaje ... 2024-01-24T03:14:33.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: cephadm 2024-01-24T03:14:32.041019+0000 mgr.smithi159.sbyejd (mgr.14180) 328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: audit 2024-01-24T03:14:32.041535+0000 mon.smithi159 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.apzaje"}]: dispatch 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: cephadm 2024-01-24T03:14:32.042829+0000 mgr.smithi159.sbyejd (mgr.14180) 329 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.apzaje on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.apzaje ... 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: cephadm 2024-01-24T03:14:32.046205+0000 mgr.smithi159.sbyejd (mgr.14180) 330 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.ejpulc on smithi159 2024-01-24T03:14:33.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:32 smithi159 bash[14083]: cluster 2024-01-24T03:14:32.255812+0000 mgr.smithi159.sbyejd (mgr.14180) 331 : cluster [DBG] pgmap v278: 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-24T03:14:34.993 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:34.993 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:28.232476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:27.789886Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:28.232774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:18.323799Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zbnooj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zbnooj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zbnooj\nDeploy daemon haproxy.nfs.foo.smithi162.zbnooj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:22.179267Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rucigk on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rucigk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rucigk\nDeploy daemon haproxy.nfs.foo.smithi159.rucigk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:22.187440Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.pawsdd on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:22.189166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:32.042619Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apzaje on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje\nDeploy daemon haproxy.nfs.foo.smithi162.apzaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:27.791337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:27.790136Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:27.790296Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:27.791506Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:27.790445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:27.790674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:28.233062Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:35 smithi162 bash[17902]: cluster 2024-01-24T03:14:34.256667+0000 mgr.smithi159.sbyejd (mgr.14180) 332 : cluster [DBG] pgmap v279: 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-24T03:14:35.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:35 smithi159 bash[14083]: cluster 2024-01-24T03:14:34.256667+0000 mgr.smithi159.sbyejd (mgr.14180) 332 : cluster [DBG] pgmap v279: 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-24T03:14:35.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:14:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:36 smithi162 bash[17902]: audit 2024-01-24T03:14:34.981899+0000 mgr.smithi159.sbyejd (mgr.14180) 333 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:36 smithi162 bash[17902]: audit 2024-01-24T03:14:35.929735+0000 mon.smithi159 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.ejpulc"}]: dispatch 2024-01-24T03:14:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:36 smithi162 bash[17902]: audit 2024-01-24T03:14:35.941521+0000 mon.smithi159 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:14:36.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:36 smithi159 bash[14083]: audit 2024-01-24T03:14:34.981899+0000 mgr.smithi159.sbyejd (mgr.14180) 333 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:36.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:36 smithi159 bash[14083]: audit 2024-01-24T03:14:35.929735+0000 mon.smithi159 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.ejpulc"}]: dispatch 2024-01-24T03:14:36.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:36 smithi159 bash[14083]: audit 2024-01-24T03:14:35.941521+0000 mon.smithi159 (mon.0) 728 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:14:36.867 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cephadm 2024-01-24T03:14:35.928686+0000 mgr.smithi159.sbyejd (mgr.14180) 334 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ejpulc ... 2024-01-24T03:14:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:37.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ejpulc ... 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cephadm 2024-01-24T03:14:35.929185+0000 mgr.smithi159.sbyejd (mgr.14180) 335 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cephadm 2024-01-24T03:14:35.930953+0000 mgr.smithi159.sbyejd (mgr.14180) 336 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.ejpulc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ejpulc ... 2024-01-24T03:14:37.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cephadm 2024-01-24T03:14:35.934394+0000 mgr.smithi159.sbyejd (mgr.14180) 337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.eilbkk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cephadm 2024-01-24T03:14:35.937582+0000 mgr.smithi159.sbyejd (mgr.14180) 338 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cluster 2024-01-24T03:14:35.939157+0000 mgr.smithi159.sbyejd (mgr.14180) 339 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-01-24T03:14:37.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:37 smithi162 bash[17902]: cluster 2024-01-24T03:14:36.313710+0000 mon.smithi159 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:14:37.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cephadm 2024-01-24T03:14:35.928686+0000 mgr.smithi159.sbyejd (mgr.14180) 334 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:37.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ejpulc ... 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:14:37.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ejpulc ... 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cephadm 2024-01-24T03:14:35.929185+0000 mgr.smithi159.sbyejd (mgr.14180) 335 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cephadm 2024-01-24T03:14:35.930953+0000 mgr.smithi159.sbyejd (mgr.14180) 336 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.ejpulc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ejpulc ... 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cephadm 2024-01-24T03:14:35.934394+0000 mgr.smithi159.sbyejd (mgr.14180) 337 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.eilbkk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cephadm 2024-01-24T03:14:35.937582+0000 mgr.smithi159.sbyejd (mgr.14180) 338 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cluster 2024-01-24T03:14:35.939157+0000 mgr.smithi159.sbyejd (mgr.14180) 339 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-01-24T03:14:37.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:37 smithi159 bash[14083]: cluster 2024-01-24T03:14:36.313710+0000 mon.smithi159 (mon.0) 729 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:14:39.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:38 smithi162 bash[17902]: audit 2024-01-24T03:14:37.938930+0000 mon.smithi159 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:39.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:38 smithi162 bash[17902]: cluster 2024-01-24T03:14:37.940022+0000 mgr.smithi159.sbyejd (mgr.14180) 340 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-01-24T03:14:39.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:38 smithi159 bash[14083]: audit 2024-01-24T03:14:37.938930+0000 mon.smithi159 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:39.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:38 smithi159 bash[14083]: cluster 2024-01-24T03:14:37.940022+0000 mgr.smithi159.sbyejd (mgr.14180) 340 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 210 B/s rd, 0 op/s 2024-01-24T03:14:40.418 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:40.418 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:28.232476Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:27.789886Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:28.232774Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:22.189166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:32.042619Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apzaje on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje\nDeploy daemon haproxy.nfs.foo.smithi162.apzaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:35.930753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ejpulc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc\nDeploy daemon haproxy.nfs.foo.smithi159.ejpulc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:35.934216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.eilbkk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:27.791337Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:27.790136Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:27.790296Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:27.791506Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:27.790445Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:27.790674Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:28.233062Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:41.202 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:40 smithi159 bash[14083]: cluster 2024-01-24T03:14:39.941160+0000 mgr.smithi159.sbyejd (mgr.14180) 341 : cluster [DBG] pgmap v282: 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-24T03:14:41.203 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:40 smithi159 bash[14083]: audit 2024-01-24T03:14:40.406811+0000 mgr.smithi159.sbyejd (mgr.14180) 342 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:41.204 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:14:41.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:40 smithi162 bash[17902]: cluster 2024-01-24T03:14:39.941160+0000 mgr.smithi159.sbyejd (mgr.14180) 341 : cluster [DBG] pgmap v282: 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-24T03:14:41.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:40 smithi162 bash[17902]: audit 2024-01-24T03:14:40.406811+0000 mgr.smithi159.sbyejd (mgr.14180) 342 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:42.204 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:42.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:42 smithi159 bash[14083]: audit 2024-01-24T03:14:41.604134+0000 mon.smithi159 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:42.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:42 smithi162 bash[17902]: audit 2024-01-24T03:14:41.604134+0000 mon.smithi159 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:43.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: cluster 2024-01-24T03:14:41.942087+0000 mgr.smithi159.sbyejd (mgr.14180) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2024-01-24T03:14:43.850 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: audit 2024-01-24T03:14:42.895431+0000 mon.smithi159 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:43.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: audit 2024-01-24T03:14:42.897399+0000 mon.smithi159 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:43.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: audit 2024-01-24T03:14:42.899013+0000 mon.smithi159 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:14:43.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: audit 2024-01-24T03:14:42.906208+0000 mon.smithi159 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:43.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: audit 2024-01-24T03:14:42.912880+0000 mon.smithi159 (mon.0) 736 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:14:43.851 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:43 smithi159 bash[14083]: audit 2024-01-24T03:14:42.926935+0000 mon.smithi159 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:43.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: cluster 2024-01-24T03:14:41.942087+0000 mgr.smithi159.sbyejd (mgr.14180) 343 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2024-01-24T03:14:43.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: audit 2024-01-24T03:14:42.895431+0000 mon.smithi159 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:43.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: audit 2024-01-24T03:14:42.897399+0000 mon.smithi159 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:14:43.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: audit 2024-01-24T03:14:42.899013+0000 mon.smithi159 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:14:43.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: audit 2024-01-24T03:14:42.906208+0000 mon.smithi159 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:43.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: audit 2024-01-24T03:14:42.912880+0000 mon.smithi159 (mon.0) 736 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:14:43.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:43 smithi162 bash[17902]: audit 2024-01-24T03:14:42.926935+0000 mon.smithi159 (mon.0) 737 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:44.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:44 smithi159 bash[14083]: cluster 2024-01-24T03:14:42.907207+0000 mgr.smithi159.sbyejd (mgr.14180) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-01-24T03:14:44.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:44 smithi159 bash[14083]: cephadm 2024-01-24T03:14:42.931050+0000 mgr.smithi159.sbyejd (mgr.14180) 345 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ydmzxu on smithi162 2024-01-24T03:14:44.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:44 smithi159 bash[14083]: cluster 2024-01-24T03:14:43.904561+0000 mon.smithi159 (mon.0) 738 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:14:44.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:44 smithi159 bash[14083]: cluster 2024-01-24T03:14:43.904630+0000 mon.smithi159 (mon.0) 739 : cluster [INF] Cluster is now healthy 2024-01-24T03:14:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:44 smithi162 bash[17902]: cluster 2024-01-24T03:14:42.907207+0000 mgr.smithi159.sbyejd (mgr.14180) 344 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-01-24T03:14:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:44 smithi162 bash[17902]: cephadm 2024-01-24T03:14:42.931050+0000 mgr.smithi159.sbyejd (mgr.14180) 345 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ydmzxu on smithi162 2024-01-24T03:14:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:44 smithi162 bash[17902]: cluster 2024-01-24T03:14:43.904561+0000 mon.smithi159 (mon.0) 738 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:14:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:44 smithi162 bash[17902]: cluster 2024-01-24T03:14:43.904630+0000 mon.smithi159 (mon.0) 739 : cluster [INF] Cluster is now healthy 2024-01-24T03:14:45.693 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:45.693 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:22.189166Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.epxezv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:32.042619Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apzaje on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apzaje\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apzaje\nDeploy daemon haproxy.nfs.foo.smithi162.apzaje ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:35.930753Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ejpulc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ejpulc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ejpulc\nDeploy daemon haproxy.nfs.foo.smithi159.ejpulc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:35.934216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.eilbkk on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:46.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:14:46.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:46 smithi162 bash[17902]: cluster 2024-01-24T03:14:44.908130+0000 mgr.smithi159.sbyejd (mgr.14180) 346 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-01-24T03:14:46.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:46 smithi159 bash[14083]: cluster 2024-01-24T03:14:44.908130+0000 mgr.smithi159.sbyejd (mgr.14180) 346 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-01-24T03:14:47.436 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:47.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:47 smithi162 bash[17902]: audit 2024-01-24T03:14:45.682373+0000 mgr.smithi159.sbyejd (mgr.14180) 347 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:47.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:47 smithi162 bash[17902]: audit 2024-01-24T03:14:46.666774+0000 mon.smithi159 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ydmzxu"}]: dispatch 2024-01-24T03:14:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:47 smithi159 bash[14083]: audit 2024-01-24T03:14:45.682373+0000 mgr.smithi159.sbyejd (mgr.14180) 347 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:47 smithi159 bash[14083]: audit 2024-01-24T03:14:46.666774+0000 mon.smithi159 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ydmzxu"}]: dispatch 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: cephadm 2024-01-24T03:14:46.665627+0000 mgr.smithi159.sbyejd (mgr.14180) 348 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ydmzxu ... 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ydmzxu ... 2024-01-24T03:14:48.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: cephadm 2024-01-24T03:14:46.666182+0000 mgr.smithi159.sbyejd (mgr.14180) 349 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: cephadm 2024-01-24T03:14:46.668159+0000 mgr.smithi159.sbyejd (mgr.14180) 350 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ydmzxu ... 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: cephadm 2024-01-24T03:14:46.671771+0000 mgr.smithi159.sbyejd (mgr.14180) 351 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.bngemc on smithi159 2024-01-24T03:14:48.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:48 smithi162 bash[17902]: cluster 2024-01-24T03:14:46.908819+0000 mgr.smithi159.sbyejd (mgr.14180) 352 : cluster [DBG] pgmap v286: 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-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: cephadm 2024-01-24T03:14:46.665627+0000 mgr.smithi159.sbyejd (mgr.14180) 348 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ydmzxu ... 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:48.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ydmzxu ... 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: cephadm 2024-01-24T03:14:46.666182+0000 mgr.smithi159.sbyejd (mgr.14180) 349 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: cephadm 2024-01-24T03:14:46.668159+0000 mgr.smithi159.sbyejd (mgr.14180) 350 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu 2024-01-24T03:14:48.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ydmzxu ... 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: cephadm 2024-01-24T03:14:46.671771+0000 mgr.smithi159.sbyejd (mgr.14180) 351 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.bngemc on smithi159 2024-01-24T03:14:48.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:48 smithi159 bash[14083]: cluster 2024-01-24T03:14:46.908819+0000 mgr.smithi159.sbyejd (mgr.14180) 352 : cluster [DBG] pgmap v286: 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-24T03:14:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:50 smithi159 bash[14083]: cluster 2024-01-24T03:14:48.909563+0000 mgr.smithi159.sbyejd (mgr.14180) 353 : cluster [DBG] pgmap v287: 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-24T03:14:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:50 smithi159 bash[14083]: audit 2024-01-24T03:14:50.513823+0000 mon.smithi159 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.bngemc"}]: dispatch 2024-01-24T03:14:50.891 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:50.891 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:50 smithi162 bash[17902]: cluster 2024-01-24T03:14:48.909563+0000 mgr.smithi159.sbyejd (mgr.14180) 353 : cluster [DBG] pgmap v287: 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-24T03:14:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:50 smithi162 bash[17902]: audit 2024-01-24T03:14:50.513823+0000 mon.smithi159 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.bngemc"}]: dispatch 2024-01-24T03:14:51.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cephadm 2024-01-24T03:14:50.513070+0000 mgr.smithi159.sbyejd (mgr.14180) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.bngemc ... 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:51.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.bngemc ... 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cephadm 2024-01-24T03:14:50.513300+0000 mgr.smithi159.sbyejd (mgr.14180) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cephadm 2024-01-24T03:14:50.515113+0000 mgr.smithi159.sbyejd (mgr.14180) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.bngemc ... 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cephadm 2024-01-24T03:14:50.518119+0000 mgr.smithi159.sbyejd (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cephadm 2024-01-24T03:14:50.521195+0000 mgr.smithi159.sbyejd (mgr.14180) 358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cluster 2024-01-24T03:14:50.522308+0000 mgr.smithi159.sbyejd (mgr.14180) 359 : cluster [DBG] pgmap v288: 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-24T03:14:51.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:51 smithi159 bash[14083]: cluster 2024-01-24T03:14:50.629258+0000 mon.smithi159 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cephadm 2024-01-24T03:14:50.513070+0000 mgr.smithi159.sbyejd (mgr.14180) 354 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.bngemc ... 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.bngemc ... 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cephadm 2024-01-24T03:14:50.513300+0000 mgr.smithi159.sbyejd (mgr.14180) 355 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cephadm 2024-01-24T03:14:50.515113+0000 mgr.smithi159.sbyejd (mgr.14180) 356 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.bngemc ... 2024-01-24T03:14:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cephadm 2024-01-24T03:14:50.518119+0000 mgr.smithi159.sbyejd (mgr.14180) 357 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cephadm 2024-01-24T03:14:50.521195+0000 mgr.smithi159.sbyejd (mgr.14180) 358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cluster 2024-01-24T03:14:50.522308+0000 mgr.smithi159.sbyejd (mgr.14180) 359 : cluster [DBG] pgmap v288: 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-24T03:14:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:51 smithi162 bash[17902]: cluster 2024-01-24T03:14:50.629258+0000 mon.smithi159 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:14:52.722 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:52.917 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:52 smithi159 bash[14083]: audit 2024-01-24T03:14:50.881351+0000 mgr.smithi159.sbyejd (mgr.14180) 360 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:52 smithi162 bash[17902]: audit 2024-01-24T03:14:50.881351+0000 mgr.smithi159.sbyejd (mgr.14180) 360 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:53 smithi159 bash[14083]: cluster 2024-01-24T03:14:52.523395+0000 mgr.smithi159.sbyejd (mgr.14180) 361 : cluster [DBG] pgmap v289: 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-24T03:14:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:53 smithi159 bash[14083]: audit 2024-01-24T03:14:52.954328+0000 mon.smithi159 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:53 smithi162 bash[17902]: cluster 2024-01-24T03:14:52.523395+0000 mgr.smithi159.sbyejd (mgr.14180) 361 : cluster [DBG] pgmap v289: 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-24T03:14:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:53 smithi162 bash[17902]: audit 2024-01-24T03:14:52.954328+0000 mon.smithi159 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:14:55.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:55 smithi159 bash[14083]: cluster 2024-01-24T03:14:54.524555+0000 mgr.smithi159.sbyejd (mgr.14180) 362 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:14:56.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:55 smithi162 bash[17902]: cluster 2024-01-24T03:14:54.524555+0000 mgr.smithi159.sbyejd (mgr.14180) 362 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:14:56.160 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:14:56.161 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:14:56.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:14:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:57 smithi159 bash[14083]: audit 2024-01-24T03:14:56.152097+0000 mgr.smithi159.sbyejd (mgr.14180) 363 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:57 smithi159 bash[14083]: cluster 2024-01-24T03:14:56.525765+0000 mgr.smithi159.sbyejd (mgr.14180) 364 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:14:57.952 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:14:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:57 smithi162 bash[17902]: audit 2024-01-24T03:14:56.152097+0000 mgr.smithi159.sbyejd (mgr.14180) 363 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:14:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:57 smithi162 bash[17902]: cluster 2024-01-24T03:14:56.525765+0000 mgr.smithi159.sbyejd (mgr.14180) 364 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:14:59.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:14:59 smithi159 bash[14083]: cluster 2024-01-24T03:14:58.526931+0000 mgr.smithi159.sbyejd (mgr.14180) 365 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:15:00.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:14:59 smithi162 bash[17902]: cluster 2024-01-24T03:14:58.526931+0000 mgr.smithi159.sbyejd (mgr.14180) 365 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:15:00.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:00 smithi159 bash[14083]: cluster 2024-01-24T03:15:00.528157+0000 mgr.smithi159.sbyejd (mgr.14180) 366 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:15:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:00 smithi162 bash[17902]: cluster 2024-01-24T03:15:00.528157+0000 mgr.smithi159.sbyejd (mgr.14180) 366 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:15:01.219 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:01.219 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:01.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:01 smithi162 bash[17902]: audit 2024-01-24T03:15:01.213235+0000 mgr.smithi159.sbyejd (mgr.14180) 367 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:01.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:01 smithi159 bash[14083]: audit 2024-01-24T03:15:01.213235+0000 mgr.smithi159.sbyejd (mgr.14180) 367 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:02.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:03.020 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:03.033 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:02 smithi159 bash[14083]: cluster 2024-01-24T03:15:02.529190+0000 mgr.smithi159.sbyejd (mgr.14180) 368 : cluster [DBG] pgmap v294: 97 pgs: 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-24T03:15:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:02 smithi162 bash[17902]: cluster 2024-01-24T03:15:02.529190+0000 mgr.smithi159.sbyejd (mgr.14180) 368 : cluster [DBG] pgmap v294: 97 pgs: 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-24T03:15:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:05 smithi162 bash[17902]: cluster 2024-01-24T03:15:04.530288+0000 mgr.smithi159.sbyejd (mgr.14180) 369 : 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-24T03:15:05.890 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:05 smithi159 bash[14083]: cluster 2024-01-24T03:15:04.530288+0000 mgr.smithi159.sbyejd (mgr.14180) 369 : 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-24T03:15:06.296 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:06.296 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:07.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:07 smithi162 bash[17902]: audit 2024-01-24T03:15:06.286578+0000 mgr.smithi159.sbyejd (mgr.14180) 370 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:07 smithi162 bash[17902]: cluster 2024-01-24T03:15:06.531487+0000 mgr.smithi159.sbyejd (mgr.14180) 371 : 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-24T03:15:07.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:07 smithi159 bash[14083]: audit 2024-01-24T03:15:06.286578+0000 mgr.smithi159.sbyejd (mgr.14180) 370 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:07.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:07 smithi159 bash[14083]: cluster 2024-01-24T03:15:06.531487+0000 mgr.smithi159.sbyejd (mgr.14180) 371 : 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-24T03:15:08.134 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:09 smithi162 bash[17902]: cluster 2024-01-24T03:15:08.532641+0000 mgr.smithi159.sbyejd (mgr.14180) 372 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:09.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:09 smithi159 bash[14083]: cluster 2024-01-24T03:15:08.532641+0000 mgr.smithi159.sbyejd (mgr.14180) 372 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:11.448 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:11.449 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:11 smithi162 bash[17902]: cluster 2024-01-24T03:15:10.533491+0000 mgr.smithi159.sbyejd (mgr.14180) 373 : 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-24T03:15:11.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:11 smithi159 bash[14083]: cluster 2024-01-24T03:15:10.533491+0000 mgr.smithi159.sbyejd (mgr.14180) 373 : 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-24T03:15:12.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:12.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:12 smithi162 bash[17902]: audit 2024-01-24T03:15:11.436615+0000 mgr.smithi159.sbyejd (mgr.14180) 374 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:12.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:12 smithi159 bash[14083]: audit 2024-01-24T03:15:11.436615+0000 mgr.smithi159.sbyejd (mgr.14180) 374 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:13.294 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:13.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:13 smithi162 bash[17902]: cluster 2024-01-24T03:15:12.534579+0000 mgr.smithi159.sbyejd (mgr.14180) 375 : cluster [DBG] pgmap v299: 97 pgs: 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-24T03:15:13.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:13 smithi159 bash[14083]: cluster 2024-01-24T03:15:12.534579+0000 mgr.smithi159.sbyejd (mgr.14180) 375 : cluster [DBG] pgmap v299: 97 pgs: 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-24T03:15:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:15 smithi162 bash[17902]: cluster 2024-01-24T03:15:14.535681+0000 mgr.smithi159.sbyejd (mgr.14180) 376 : 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-24T03:15:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:15 smithi159 bash[14083]: cluster 2024-01-24T03:15:14.535681+0000 mgr.smithi159.sbyejd (mgr.14180) 376 : 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-24T03:15:16.981 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:16.981 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:17.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:17 smithi162 bash[17902]: cluster 2024-01-24T03:15:16.537085+0000 mgr.smithi159.sbyejd (mgr.14180) 377 : 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-24T03:15:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:17 smithi159 bash[14083]: cluster 2024-01-24T03:15:16.537085+0000 mgr.smithi159.sbyejd (mgr.14180) 377 : 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-24T03:15:18.828 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:18.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:18 smithi159 bash[14083]: audit 2024-01-24T03:15:16.971057+0000 mgr.smithi159.sbyejd (mgr.14180) 378 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:18 smithi162 bash[17902]: audit 2024-01-24T03:15:16.971057+0000 mgr.smithi159.sbyejd (mgr.14180) 378 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:19 smithi159 bash[14083]: cluster 2024-01-24T03:15:18.538282+0000 mgr.smithi159.sbyejd (mgr.14180) 379 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:19 smithi162 bash[17902]: cluster 2024-01-24T03:15:18.538282+0000 mgr.smithi159.sbyejd (mgr.14180) 379 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:21 smithi159 bash[14083]: cluster 2024-01-24T03:15:20.538981+0000 mgr.smithi159.sbyejd (mgr.14180) 380 : 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-24T03:15:22.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:21 smithi162 bash[17902]: cluster 2024-01-24T03:15:20.538981+0000 mgr.smithi159.sbyejd (mgr.14180) 380 : 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-24T03:15:22.216 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:22.216 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:22.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:22 smithi162 bash[17902]: audit 2024-01-24T03:15:22.210289+0000 mgr.smithi159.sbyejd (mgr.14180) 381 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:22 smithi162 bash[17902]: cluster 2024-01-24T03:15:22.540084+0000 mgr.smithi159.sbyejd (mgr.14180) 382 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:23.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:22 smithi159 bash[14083]: audit 2024-01-24T03:15:22.210289+0000 mgr.smithi159.sbyejd (mgr.14180) 381 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:23.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:22 smithi159 bash[14083]: cluster 2024-01-24T03:15:22.540084+0000 mgr.smithi159.sbyejd (mgr.14180) 382 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:23.988 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:25 smithi162 bash[17902]: cluster 2024-01-24T03:15:24.541233+0000 mgr.smithi159.sbyejd (mgr.14180) 383 : 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-24T03:15:25.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:25 smithi159 bash[14083]: cluster 2024-01-24T03:15:24.541233+0000 mgr.smithi159.sbyejd (mgr.14180) 383 : 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-24T03:15:27.486 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:27.487 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:27 smithi162 bash[17902]: cluster 2024-01-24T03:15:26.542474+0000 mgr.smithi159.sbyejd (mgr.14180) 384 : 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-24T03:15:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:27 smithi159 bash[14083]: cluster 2024-01-24T03:15:26.542474+0000 mgr.smithi159.sbyejd (mgr.14180) 384 : 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-24T03:15:28.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:28 smithi162 bash[17902]: audit 2024-01-24T03:15:27.475113+0000 mgr.smithi159.sbyejd (mgr.14180) 385 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:28 smithi159 bash[14083]: audit 2024-01-24T03:15:27.475113+0000 mgr.smithi159.sbyejd (mgr.14180) 385 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:29.281 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:29 smithi162 bash[17902]: cluster 2024-01-24T03:15:28.543588+0000 mgr.smithi159.sbyejd (mgr.14180) 386 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:29.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:29 smithi159 bash[14083]: cluster 2024-01-24T03:15:28.543588+0000 mgr.smithi159.sbyejd (mgr.14180) 386 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:31.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:31 smithi159 bash[14083]: cluster 2024-01-24T03:15:30.544769+0000 mgr.smithi159.sbyejd (mgr.14180) 387 : 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-24T03:15:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:31 smithi162 bash[17902]: cluster 2024-01-24T03:15:30.544769+0000 mgr.smithi159.sbyejd (mgr.14180) 387 : 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-24T03:15:32.656 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:32.657 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:32 smithi162 bash[17902]: cluster 2024-01-24T03:15:32.545871+0000 mgr.smithi159.sbyejd (mgr.14180) 388 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:32 smithi162 bash[17902]: audit 2024-01-24T03:15:32.643540+0000 mgr.smithi159.sbyejd (mgr.14180) 389 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:32 smithi159 bash[14083]: cluster 2024-01-24T03:15:32.545871+0000 mgr.smithi159.sbyejd (mgr.14180) 388 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:33.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:32 smithi159 bash[14083]: audit 2024-01-24T03:15:32.643540+0000 mgr.smithi159.sbyejd (mgr.14180) 389 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:33.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:34.477 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:35 smithi162 bash[17902]: cluster 2024-01-24T03:15:34.547034+0000 mgr.smithi159.sbyejd (mgr.14180) 390 : 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-24T03:15:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:35 smithi159 bash[14083]: cluster 2024-01-24T03:15:34.547034+0000 mgr.smithi159.sbyejd (mgr.14180) 390 : 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-24T03:15:37.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:37 smithi159 bash[14083]: cluster 2024-01-24T03:15:36.548238+0000 mgr.smithi159.sbyejd (mgr.14180) 391 : 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-24T03:15:37.828 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:37.828 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:37 smithi162 bash[17902]: cluster 2024-01-24T03:15:36.548238+0000 mgr.smithi159.sbyejd (mgr.14180) 391 : 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-24T03:15:38.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:39.664 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:39.866 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:39 smithi159 bash[14083]: audit 2024-01-24T03:15:37.814715+0000 mgr.smithi159.sbyejd (mgr.14180) 392 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:39.866 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:39 smithi159 bash[14083]: cluster 2024-01-24T03:15:38.549430+0000 mgr.smithi159.sbyejd (mgr.14180) 393 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:39 smithi162 bash[17902]: audit 2024-01-24T03:15:37.814715+0000 mgr.smithi159.sbyejd (mgr.14180) 392 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:39 smithi162 bash[17902]: cluster 2024-01-24T03:15:38.549430+0000 mgr.smithi159.sbyejd (mgr.14180) 393 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:41 smithi162 bash[17902]: cluster 2024-01-24T03:15:40.550750+0000 mgr.smithi159.sbyejd (mgr.14180) 394 : 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-24T03:15:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:41 smithi159 bash[14083]: cluster 2024-01-24T03:15:40.550750+0000 mgr.smithi159.sbyejd (mgr.14180) 394 : 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-24T03:15:42.925 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:42.925 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:42 smithi162 bash[17902]: cluster 2024-01-24T03:15:42.551893+0000 mgr.smithi159.sbyejd (mgr.14180) 395 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:43.158 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:42 smithi159 bash[14083]: cluster 2024-01-24T03:15:42.551893+0000 mgr.smithi159.sbyejd (mgr.14180) 395 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:43.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:43 smithi162 bash[17902]: audit 2024-01-24T03:15:42.915143+0000 mgr.smithi159.sbyejd (mgr.14180) 396 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:44.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:43 smithi159 bash[14083]: audit 2024-01-24T03:15:42.915143+0000 mgr.smithi159.sbyejd (mgr.14180) 396 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:44.701 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:44 smithi162 bash[17902]: cluster 2024-01-24T03:15:44.553151+0000 mgr.smithi159.sbyejd (mgr.14180) 397 : 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-24T03:15:45.123 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:44 smithi159 bash[14083]: cluster 2024-01-24T03:15:44.553151+0000 mgr.smithi159.sbyejd (mgr.14180) 397 : 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-24T03:15:47.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:47 smithi162 bash[17902]: cluster 2024-01-24T03:15:46.553979+0000 mgr.smithi159.sbyejd (mgr.14180) 398 : 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-24T03:15:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:47 smithi159 bash[14083]: cluster 2024-01-24T03:15:46.553979+0000 mgr.smithi159.sbyejd (mgr.14180) 398 : 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-24T03:15:47.986 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:47.987 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:48.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:49.817 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:49 smithi162 bash[17902]: audit 2024-01-24T03:15:47.976660+0000 mgr.smithi159.sbyejd (mgr.14180) 399 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:49 smithi162 bash[17902]: cluster 2024-01-24T03:15:48.554675+0000 mgr.smithi159.sbyejd (mgr.14180) 400 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:49 smithi159 bash[14083]: audit 2024-01-24T03:15:47.976660+0000 mgr.smithi159.sbyejd (mgr.14180) 399 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:49.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:49 smithi159 bash[14083]: cluster 2024-01-24T03:15:48.554675+0000 mgr.smithi159.sbyejd (mgr.14180) 400 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:50.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:50 smithi159 bash[14083]: audit 2024-01-24T03:15:50.525370+0000 mon.smithi159 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:15:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:50 smithi162 bash[17902]: audit 2024-01-24T03:15:50.525370+0000 mon.smithi159 (mon.0) 744 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:15:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:51 smithi159 bash[14083]: cluster 2024-01-24T03:15:50.555600+0000 mgr.smithi159.sbyejd (mgr.14180) 401 : 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-24T03:15:51.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:51 smithi159 bash[14083]: audit 2024-01-24T03:15:50.791281+0000 mon.smithi159 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:52.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:51 smithi162 bash[17902]: cluster 2024-01-24T03:15:50.555600+0000 mgr.smithi159.sbyejd (mgr.14180) 401 : 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-24T03:15:52.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:51 smithi162 bash[17902]: audit 2024-01-24T03:15:50.791281+0000 mon.smithi159 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:52 smithi162 bash[17902]: cluster 2024-01-24T03:15:52.556697+0000 mgr.smithi159.sbyejd (mgr.14180) 402 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:53.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:52 smithi159 bash[14083]: cluster 2024-01-24T03:15:52.556697+0000 mgr.smithi159.sbyejd (mgr.14180) 402 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:15:53.213 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:53.213 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:41.591021Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:41.593197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:41.591407Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:41.591682Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:41.593448Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:41.591945Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:41.592199Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:53.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:53 smithi162 bash[17902]: audit 2024-01-24T03:15:53.200936+0000 mgr.smithi159.sbyejd (mgr.14180) 403 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:54.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:53 smithi159 bash[14083]: audit 2024-01-24T03:15:53.200936+0000 mgr.smithi159.sbyejd (mgr.14180) 403 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:54.997 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:15:55.122 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:54 smithi159 bash[14083]: cluster 2024-01-24T03:15:54.557631+0000 mgr.smithi159.sbyejd (mgr.14180) 404 : 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-24T03:15:55.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:54 smithi162 bash[17902]: cluster 2024-01-24T03:15:54.557631+0000 mgr.smithi159.sbyejd (mgr.14180) 404 : 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-24T03:15:57.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:57 smithi159 bash[14083]: audit 2024-01-24T03:15:56.156310+0000 mon.smithi159 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:57.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:57 smithi159 bash[14083]: cluster 2024-01-24T03:15:56.558742+0000 mgr.smithi159.sbyejd (mgr.14180) 405 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:57 smithi162 bash[17902]: audit 2024-01-24T03:15:56.156310+0000 mon.smithi159 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:57 smithi162 bash[17902]: cluster 2024-01-24T03:15:56.558742+0000 mgr.smithi159.sbyejd (mgr.14180) 405 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:58.377 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:15:58.377 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:14:42.880895Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:14:42.881150Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:14:42.881411Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:35.937411Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fmgtkx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:14:42.883098Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:14:42.880625Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:14:42.880225Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:14:42.883250Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:14:42.881664Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:14:42.882159Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:14:42.881913Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:15:59.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:15:59.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:58.369622+0000 mgr.smithi159.sbyejd (mgr.14180) 406 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:59.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: cluster 2024-01-24T03:15:58.560160+0000 mgr.smithi159.sbyejd (mgr.14180) 407 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:59.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:58.842677+0000 mon.smithi159 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:59.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:59.099006+0000 mon.smithi159 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:15:59.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:59.100179+0000 mon.smithi159 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:15:59.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:59.107421+0000 mon.smithi159 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:59.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:59.116006+0000 mon.smithi159 (mon.0) 751 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:15:59.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:15:59 smithi162 bash[17902]: audit 2024-01-24T03:15:59.125318+0000 mon.smithi159 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:59.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:58.369622+0000 mgr.smithi159.sbyejd (mgr.14180) 406 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: cluster 2024-01-24T03:15:58.560160+0000 mgr.smithi159.sbyejd (mgr.14180) 407 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:58.842677+0000 mon.smithi159 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:59.099006+0000 mon.smithi159 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:59.100179+0000 mon.smithi159 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:59.107421+0000 mon.smithi159 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:59.116006+0000 mon.smithi159 (mon.0) 751 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:15:59.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:15:59 smithi159 bash[14083]: audit 2024-01-24T03:15:59.125318+0000 mon.smithi159 (mon.0) 752 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:16:00.246 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:00 smithi162 bash[17902]: cluster 2024-01-24T03:15:59.108225+0000 mgr.smithi159.sbyejd (mgr.14180) 408 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:16:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:00 smithi162 bash[17902]: cephadm 2024-01-24T03:15:59.128673+0000 mgr.smithi159.sbyejd (mgr.14180) 409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.kxuwti on smithi162 2024-01-24T03:16:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:00 smithi162 bash[17902]: cluster 2024-01-24T03:16:00.105710+0000 mon.smithi159 (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:16:00.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:00 smithi162 bash[17902]: cluster 2024-01-24T03:16:00.105766+0000 mon.smithi159 (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-01-24T03:16:00.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:00 smithi159 bash[14083]: cluster 2024-01-24T03:15:59.108225+0000 mgr.smithi159.sbyejd (mgr.14180) 408 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:16:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:00 smithi159 bash[14083]: cephadm 2024-01-24T03:15:59.128673+0000 mgr.smithi159.sbyejd (mgr.14180) 409 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.kxuwti on smithi162 2024-01-24T03:16:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:00 smithi159 bash[14083]: cluster 2024-01-24T03:16:00.105710+0000 mon.smithi159 (mon.0) 753 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:16:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:00 smithi159 bash[14083]: cluster 2024-01-24T03:16:00.105766+0000 mon.smithi159 (mon.0) 754 : cluster [INF] Cluster is now healthy 2024-01-24T03:16:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:02 smithi162 bash[17902]: cluster 2024-01-24T03:16:01.109468+0000 mgr.smithi159.sbyejd (mgr.14180) 410 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-01-24T03:16:02.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:02 smithi159 bash[14083]: cluster 2024-01-24T03:16:01.109468+0000 mgr.smithi159.sbyejd (mgr.14180) 410 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2024-01-24T03:16:03.585 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:03.585 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:46.667970Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ydmzxu on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ydmzxu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ydmzxu\nDeploy daemon haproxy.nfs.foo.smithi162.ydmzxu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.514901Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bngemc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bngemc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bngemc\nDeploy daemon haproxy.nfs.foo.smithi159.bngemc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:14:50.517953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.gebcfp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:03.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:03 smithi159 bash[14083]: audit 2024-01-24T03:16:02.946701+0000 mon.smithi159 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.kxuwti"}]: dispatch 2024-01-24T03:16:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:03 smithi162 bash[17902]: audit 2024-01-24T03:16:02.946701+0000 mon.smithi159 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.kxuwti"}]: dispatch 2024-01-24T03:16:04.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: cephadm 2024-01-24T03:16:02.945879+0000 mgr.smithi159.sbyejd (mgr.14180) 411 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.kxuwti ... 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:16:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.kxuwti ... 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: cephadm 2024-01-24T03:16:02.946145+0000 mgr.smithi159.sbyejd (mgr.14180) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: cephadm 2024-01-24T03:16:02.947967+0000 mgr.smithi159.sbyejd (mgr.14180) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.kxuwti ... 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: cephadm 2024-01-24T03:16:02.950575+0000 mgr.smithi159.sbyejd (mgr.14180) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.wshkiw on smithi159 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: cluster 2024-01-24T03:16:03.110006+0000 mgr.smithi159.sbyejd (mgr.14180) 415 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:16:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:04 smithi159 bash[14083]: audit 2024-01-24T03:16:03.574326+0000 mgr.smithi159.sbyejd (mgr.14180) 416 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: cephadm 2024-01-24T03:16:02.945879+0000 mgr.smithi159.sbyejd (mgr.14180) 411 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.kxuwti ... 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:05.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.kxuwti ... 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: cephadm 2024-01-24T03:16:02.946145+0000 mgr.smithi159.sbyejd (mgr.14180) 412 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: cephadm 2024-01-24T03:16:02.947967+0000 mgr.smithi159.sbyejd (mgr.14180) 413 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:05.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.kxuwti ... 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: cephadm 2024-01-24T03:16:02.950575+0000 mgr.smithi159.sbyejd (mgr.14180) 414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.wshkiw on smithi159 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: cluster 2024-01-24T03:16:03.110006+0000 mgr.smithi159.sbyejd (mgr.14180) 415 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:16:05.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:04 smithi162 bash[17902]: audit 2024-01-24T03:16:03.574326+0000 mgr.smithi159.sbyejd (mgr.14180) 416 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:05.397 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:06.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:06 smithi159 bash[14083]: cluster 2024-01-24T03:16:05.110871+0000 mgr.smithi159.sbyejd (mgr.14180) 417 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:16:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:06 smithi162 bash[17902]: cluster 2024-01-24T03:16:05.110871+0000 mgr.smithi159.sbyejd (mgr.14180) 417 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:16:07.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:07 smithi159 bash[14083]: audit 2024-01-24T03:16:06.743434+0000 mon.smithi159 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.wshkiw"}]: dispatch 2024-01-24T03:16:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:07 smithi162 bash[17902]: audit 2024-01-24T03:16:06.743434+0000 mon.smithi159 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.wshkiw"}]: dispatch 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cephadm 2024-01-24T03:16:06.742556+0000 mgr.smithi159.sbyejd (mgr.14180) 418 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.wshkiw ... 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.wshkiw ... 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cephadm 2024-01-24T03:16:06.742977+0000 mgr.smithi159.sbyejd (mgr.14180) 419 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cephadm 2024-01-24T03:16:06.744520+0000 mgr.smithi159.sbyejd (mgr.14180) 420 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:08.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.wshkiw ... 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cephadm 2024-01-24T03:16:06.746892+0000 mgr.smithi159.sbyejd (mgr.14180) 421 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cephadm 2024-01-24T03:16:06.749453+0000 mgr.smithi159.sbyejd (mgr.14180) 422 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cluster 2024-01-24T03:16:06.750743+0000 mgr.smithi159.sbyejd (mgr.14180) 423 : cluster [DBG] pgmap v327: 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-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: cluster 2024-01-24T03:16:07.744604+0000 mon.smithi159 (mon.0) 757 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:16:08.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:08 smithi159 bash[14083]: audit 2024-01-24T03:16:08.005241+0000 mon.smithi159 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:16:09.020 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:09.020 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cephadm 2024-01-24T03:16:06.742556+0000 mgr.smithi159.sbyejd (mgr.14180) 418 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.wshkiw ... 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:09.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.wshkiw ... 2024-01-24T03:16:09.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cephadm 2024-01-24T03:16:06.742977+0000 mgr.smithi159.sbyejd (mgr.14180) 419 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cephadm 2024-01-24T03:16:06.744520+0000 mgr.smithi159.sbyejd (mgr.14180) 420 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:16:09.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.wshkiw ... 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cephadm 2024-01-24T03:16:06.746892+0000 mgr.smithi159.sbyejd (mgr.14180) 421 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cephadm 2024-01-24T03:16:06.749453+0000 mgr.smithi159.sbyejd (mgr.14180) 422 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cluster 2024-01-24T03:16:06.750743+0000 mgr.smithi159.sbyejd (mgr.14180) 423 : cluster [DBG] pgmap v327: 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-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: cluster 2024-01-24T03:16:07.744604+0000 mon.smithi159 (mon.0) 757 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:16:09.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:08 smithi162 bash[17902]: audit 2024-01-24T03:16:08.005241+0000 mon.smithi159 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:16:09.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:10.816 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:10 smithi159 bash[14083]: cluster 2024-01-24T03:16:08.751440+0000 mgr.smithi159.sbyejd (mgr.14180) 424 : cluster [DBG] pgmap v328: 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-24T03:16:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:10 smithi159 bash[14083]: audit 2024-01-24T03:16:09.007973+0000 mgr.smithi159.sbyejd (mgr.14180) 425 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:11.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:10 smithi162 bash[17902]: cluster 2024-01-24T03:16:08.751440+0000 mgr.smithi159.sbyejd (mgr.14180) 424 : cluster [DBG] pgmap v328: 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-24T03:16:11.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:10 smithi162 bash[17902]: audit 2024-01-24T03:16:09.007973+0000 mgr.smithi159.sbyejd (mgr.14180) 425 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:12.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:12 smithi159 bash[14083]: cluster 2024-01-24T03:16:10.752653+0000 mgr.smithi159.sbyejd (mgr.14180) 426 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2024-01-24T03:16:13.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:12 smithi162 bash[17902]: cluster 2024-01-24T03:16:10.752653+0000 mgr.smithi159.sbyejd (mgr.14180) 426 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 351 B/s rd, 0 op/s 2024-01-24T03:16:14.205 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:14.205 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:14.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:14 smithi159 bash[14083]: cluster 2024-01-24T03:16:12.753665+0000 mgr.smithi159.sbyejd (mgr.14180) 427 : cluster [DBG] pgmap v330: 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-24T03:16:15.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:14 smithi162 bash[17902]: cluster 2024-01-24T03:16:12.753665+0000 mgr.smithi159.sbyejd (mgr.14180) 427 : cluster [DBG] pgmap v330: 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-24T03:16:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:15 smithi159 bash[14083]: audit 2024-01-24T03:16:14.195493+0000 mgr.smithi159.sbyejd (mgr.14180) 428 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:16.043 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:16.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:15 smithi162 bash[17902]: audit 2024-01-24T03:16:14.195493+0000 mgr.smithi159.sbyejd (mgr.14180) 428 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:16 smithi159 bash[14083]: cluster 2024-01-24T03:16:14.754445+0000 mgr.smithi159.sbyejd (mgr.14180) 429 : cluster [DBG] pgmap v331: 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-24T03:16:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:16 smithi162 bash[17902]: cluster 2024-01-24T03:16:14.754445+0000 mgr.smithi159.sbyejd (mgr.14180) 429 : cluster [DBG] pgmap v331: 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-24T03:16:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:17 smithi159 bash[14083]: cluster 2024-01-24T03:16:16.755430+0000 mgr.smithi159.sbyejd (mgr.14180) 430 : cluster [DBG] pgmap v332: 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-24T03:16:18.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:17 smithi162 bash[17902]: cluster 2024-01-24T03:16:16.755430+0000 mgr.smithi159.sbyejd (mgr.14180) 430 : cluster [DBG] pgmap v332: 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-24T03:16:19.553 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:19.553 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:19 smithi159 bash[14083]: cluster 2024-01-24T03:16:18.756619+0000 mgr.smithi159.sbyejd (mgr.14180) 431 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:19 smithi159 bash[14083]: audit 2024-01-24T03:16:19.541712+0000 mgr.smithi159.sbyejd (mgr.14180) 432 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:19 smithi162 bash[17902]: cluster 2024-01-24T03:16:18.756619+0000 mgr.smithi159.sbyejd (mgr.14180) 431 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:19 smithi162 bash[17902]: audit 2024-01-24T03:16:19.541712+0000 mgr.smithi159.sbyejd (mgr.14180) 432 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:20.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:21.417 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:22.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:21 smithi162 bash[17902]: cluster 2024-01-24T03:16:20.757920+0000 mgr.smithi159.sbyejd (mgr.14180) 433 : cluster [DBG] pgmap v334: 97 pgs: 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-24T03:16:22.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:21 smithi159 bash[14083]: cluster 2024-01-24T03:16:20.757920+0000 mgr.smithi159.sbyejd (mgr.14180) 433 : cluster [DBG] pgmap v334: 97 pgs: 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-24T03:16:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:23 smithi162 bash[17902]: cluster 2024-01-24T03:16:22.758561+0000 mgr.smithi159.sbyejd (mgr.14180) 434 : 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-24T03:16:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:23 smithi159 bash[14083]: cluster 2024-01-24T03:16:22.758561+0000 mgr.smithi159.sbyejd (mgr.14180) 434 : 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-24T03:16:24.757 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:24.757 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:25.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:26.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:25 smithi162 bash[17902]: audit 2024-01-24T03:16:24.745057+0000 mgr.smithi159.sbyejd (mgr.14180) 435 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:26.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:25 smithi162 bash[17902]: cluster 2024-01-24T03:16:24.759250+0000 mgr.smithi159.sbyejd (mgr.14180) 436 : 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-24T03:16:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:25 smithi159 bash[14083]: audit 2024-01-24T03:16:24.745057+0000 mgr.smithi159.sbyejd (mgr.14180) 435 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:26.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:25 smithi159 bash[14083]: cluster 2024-01-24T03:16:24.759250+0000 mgr.smithi159.sbyejd (mgr.14180) 436 : 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-24T03:16:26.512 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:27 smithi159 bash[14083]: cluster 2024-01-24T03:16:26.760081+0000 mgr.smithi159.sbyejd (mgr.14180) 437 : 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-24T03:16:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:27 smithi162 bash[17902]: cluster 2024-01-24T03:16:26.760081+0000 mgr.smithi159.sbyejd (mgr.14180) 437 : 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-24T03:16:29.754 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:29.754 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:29 smithi162 bash[17902]: cluster 2024-01-24T03:16:28.761188+0000 mgr.smithi159.sbyejd (mgr.14180) 438 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:30.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:29 smithi159 bash[14083]: cluster 2024-01-24T03:16:28.761188+0000 mgr.smithi159.sbyejd (mgr.14180) 438 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:30.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:30 smithi162 bash[17902]: audit 2024-01-24T03:16:29.747982+0000 mgr.smithi159.sbyejd (mgr.14180) 439 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:31.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:30 smithi159 bash[14083]: audit 2024-01-24T03:16:29.747982+0000 mgr.smithi159.sbyejd (mgr.14180) 439 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:31.497 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:31 smithi162 bash[17902]: cluster 2024-01-24T03:16:30.762441+0000 mgr.smithi159.sbyejd (mgr.14180) 440 : cluster [DBG] pgmap v339: 97 pgs: 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-24T03:16:32.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:31 smithi159 bash[14083]: cluster 2024-01-24T03:16:30.762441+0000 mgr.smithi159.sbyejd (mgr.14180) 440 : cluster [DBG] pgmap v339: 97 pgs: 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-24T03:16:33.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:33 smithi159 bash[14083]: cluster 2024-01-24T03:16:32.763410+0000 mgr.smithi159.sbyejd (mgr.14180) 441 : 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-24T03:16:34.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:33 smithi162 bash[17902]: cluster 2024-01-24T03:16:32.763410+0000 mgr.smithi159.sbyejd (mgr.14180) 441 : 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-24T03:16:34.946 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:34.947 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:35.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:35 smithi162 bash[17902]: cluster 2024-01-24T03:16:34.764515+0000 mgr.smithi159.sbyejd (mgr.14180) 442 : 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-24T03:16:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:35 smithi162 bash[17902]: audit 2024-01-24T03:16:34.940471+0000 mgr.smithi159.sbyejd (mgr.14180) 443 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:36.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:35 smithi159 bash[14083]: cluster 2024-01-24T03:16:34.764515+0000 mgr.smithi159.sbyejd (mgr.14180) 442 : 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-24T03:16:36.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:35 smithi159 bash[14083]: audit 2024-01-24T03:16:34.940471+0000 mgr.smithi159.sbyejd (mgr.14180) 443 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:36.737 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:38.034 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:37 smithi159 bash[14083]: cluster 2024-01-24T03:16:36.765543+0000 mgr.smithi159.sbyejd (mgr.14180) 444 : 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-24T03:16:38.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:37 smithi162 bash[17902]: cluster 2024-01-24T03:16:36.765543+0000 mgr.smithi159.sbyejd (mgr.14180) 444 : 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-24T03:16:40.088 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:40.088 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:40.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:39 smithi162 bash[17902]: cluster 2024-01-24T03:16:38.766726+0000 mgr.smithi159.sbyejd (mgr.14180) 445 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:40.141 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:39 smithi159 bash[14083]: cluster 2024-01-24T03:16:38.766726+0000 mgr.smithi159.sbyejd (mgr.14180) 445 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:40.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:40 smithi162 bash[17902]: audit 2024-01-24T03:16:40.077805+0000 mgr.smithi159.sbyejd (mgr.14180) 446 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:41.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:40 smithi159 bash[14083]: audit 2024-01-24T03:16:40.077805+0000 mgr.smithi159.sbyejd (mgr.14180) 446 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:41.924 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:42.120 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:41 smithi159 bash[14083]: cluster 2024-01-24T03:16:40.767857+0000 mgr.smithi159.sbyejd (mgr.14180) 447 : cluster [DBG] pgmap v344: 97 pgs: 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-24T03:16:42.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:41 smithi162 bash[17902]: cluster 2024-01-24T03:16:40.767857+0000 mgr.smithi159.sbyejd (mgr.14180) 447 : cluster [DBG] pgmap v344: 97 pgs: 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-24T03:16:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:43 smithi162 bash[17902]: cluster 2024-01-24T03:16:42.768796+0000 mgr.smithi159.sbyejd (mgr.14180) 448 : 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-24T03:16:44.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:43 smithi159 bash[14083]: cluster 2024-01-24T03:16:42.768796+0000 mgr.smithi159.sbyejd (mgr.14180) 448 : 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-24T03:16:45.323 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:45.323 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:46.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:45 smithi162 bash[17902]: cluster 2024-01-24T03:16:44.769934+0000 mgr.smithi159.sbyejd (mgr.14180) 449 : 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-24T03:16:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:45 smithi162 bash[17902]: audit 2024-01-24T03:16:45.312681+0000 mgr.smithi159.sbyejd (mgr.14180) 450 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:46.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:45 smithi159 bash[14083]: cluster 2024-01-24T03:16:44.769934+0000 mgr.smithi159.sbyejd (mgr.14180) 449 : 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-24T03:16:46.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:45 smithi159 bash[14083]: audit 2024-01-24T03:16:45.312681+0000 mgr.smithi159.sbyejd (mgr.14180) 450 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:47.090 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:48.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:47 smithi162 bash[17902]: cluster 2024-01-24T03:16:46.771171+0000 mgr.smithi159.sbyejd (mgr.14180) 451 : 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-24T03:16:48.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:47 smithi159 bash[14083]: cluster 2024-01-24T03:16:46.771171+0000 mgr.smithi159.sbyejd (mgr.14180) 451 : 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-24T03:16:50.091 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:49 smithi159 bash[14083]: cluster 2024-01-24T03:16:48.771790+0000 mgr.smithi159.sbyejd (mgr.14180) 452 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:50.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:49 smithi162 bash[17902]: cluster 2024-01-24T03:16:48.771790+0000 mgr.smithi159.sbyejd (mgr.14180) 452 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:50.523 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:50.524 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:50 smithi162 bash[17902]: audit 2024-01-24T03:16:50.513184+0000 mgr.smithi159.sbyejd (mgr.14180) 453 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:51.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:50 smithi159 bash[14083]: audit 2024-01-24T03:16:50.513184+0000 mgr.smithi159.sbyejd (mgr.14180) 453 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:51.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:52.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:51 smithi162 bash[17902]: cluster 2024-01-24T03:16:50.773001+0000 mgr.smithi159.sbyejd (mgr.14180) 454 : cluster [DBG] pgmap v349: 97 pgs: 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-24T03:16:52.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:51 smithi159 bash[14083]: cluster 2024-01-24T03:16:50.773001+0000 mgr.smithi159.sbyejd (mgr.14180) 454 : cluster [DBG] pgmap v349: 97 pgs: 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-24T03:16:52.269 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:53 smithi162 bash[17902]: cluster 2024-01-24T03:16:52.774037+0000 mgr.smithi159.sbyejd (mgr.14180) 455 : 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-24T03:16:54.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:53 smithi159 bash[14083]: cluster 2024-01-24T03:16:52.774037+0000 mgr.smithi159.sbyejd (mgr.14180) 455 : 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-24T03:16:55.640 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:16:55.641 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:16:56.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:55 smithi162 bash[17902]: cluster 2024-01-24T03:16:54.775075+0000 mgr.smithi159.sbyejd (mgr.14180) 456 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:56.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:55 smithi162 bash[17902]: audit 2024-01-24T03:16:55.634096+0000 mgr.smithi159.sbyejd (mgr.14180) 457 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:56.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:55 smithi159 bash[14083]: cluster 2024-01-24T03:16:54.775075+0000 mgr.smithi159.sbyejd (mgr.14180) 456 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:16:56.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:55 smithi159 bash[14083]: audit 2024-01-24T03:16:55.634096+0000 mgr.smithi159.sbyejd (mgr.14180) 457 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:16:56.450 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:16:57.451 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:16:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:57 smithi159 bash[14083]: cluster 2024-01-24T03:16:56.776268+0000 mgr.smithi159.sbyejd (mgr.14180) 458 : 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-24T03:16:58.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:57 smithi162 bash[17902]: cluster 2024-01-24T03:16:56.776268+0000 mgr.smithi159.sbyejd (mgr.14180) 458 : 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-24T03:17:00.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:16:59 smithi162 bash[17902]: cluster 2024-01-24T03:16:58.777420+0000 mgr.smithi159.sbyejd (mgr.14180) 459 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:00.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:16:59 smithi159 bash[14083]: cluster 2024-01-24T03:16:58.777420+0000 mgr.smithi159.sbyejd (mgr.14180) 459 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:00.680 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:00.680 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:00 smithi162 bash[17902]: audit 2024-01-24T03:17:00.667986+0000 mgr.smithi159.sbyejd (mgr.14180) 460 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:00 smithi159 bash[14083]: audit 2024-01-24T03:17:00.667986+0000 mgr.smithi159.sbyejd (mgr.14180) 460 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:01.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:02.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:01 smithi162 bash[17902]: cluster 2024-01-24T03:17:00.778639+0000 mgr.smithi159.sbyejd (mgr.14180) 461 : cluster [DBG] pgmap v354: 97 pgs: 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-24T03:17:02.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:01 smithi159 bash[14083]: cluster 2024-01-24T03:17:00.778639+0000 mgr.smithi159.sbyejd (mgr.14180) 461 : cluster [DBG] pgmap v354: 97 pgs: 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-24T03:17:02.431 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:03 smithi162 bash[17902]: cluster 2024-01-24T03:17:02.779605+0000 mgr.smithi159.sbyejd (mgr.14180) 462 : 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-24T03:17:04.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:03 smithi159 bash[14083]: cluster 2024-01-24T03:17:02.779605+0000 mgr.smithi159.sbyejd (mgr.14180) 462 : 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-24T03:17:05.671 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:05.671 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:06.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:05 smithi162 bash[17902]: cluster 2024-01-24T03:17:04.780685+0000 mgr.smithi159.sbyejd (mgr.14180) 463 : 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-24T03:17:06.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:05 smithi162 bash[17902]: audit 2024-01-24T03:17:05.660139+0000 mgr.smithi159.sbyejd (mgr.14180) 464 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:06.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:05 smithi159 bash[14083]: cluster 2024-01-24T03:17:04.780685+0000 mgr.smithi159.sbyejd (mgr.14180) 463 : 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-24T03:17:06.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:05 smithi159 bash[14083]: audit 2024-01-24T03:17:05.660139+0000 mgr.smithi159.sbyejd (mgr.14180) 464 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:06.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:06 smithi162 bash[17902]: audit 2024-01-24T03:17:06.754617+0000 mon.smithi159 (mon.0) 759 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:17:07.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:06 smithi159 bash[14083]: audit 2024-01-24T03:17:06.754617+0000 mon.smithi159 (mon.0) 759 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:17:07.379 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:08.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:08 smithi162 bash[17902]: cluster 2024-01-24T03:17:06.781692+0000 mgr.smithi159.sbyejd (mgr.14180) 465 : 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-24T03:17:08.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:08 smithi162 bash[17902]: audit 2024-01-24T03:17:07.038072+0000 mon.smithi159 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:08.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:08 smithi159 bash[14083]: cluster 2024-01-24T03:17:06.781692+0000 mgr.smithi159.sbyejd (mgr.14180) 465 : 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-24T03:17:08.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:08 smithi159 bash[14083]: audit 2024-01-24T03:17:07.038072+0000 mon.smithi159 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:10.326 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:10 smithi159 bash[14083]: cluster 2024-01-24T03:17:08.782823+0000 mgr.smithi159.sbyejd (mgr.14180) 466 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:10 smithi162 bash[17902]: cluster 2024-01-24T03:17:08.782823+0000 mgr.smithi159.sbyejd (mgr.14180) 466 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:10.711 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:10.711 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:15:58.833458Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:15:56.144310Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:15:58.833658Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:15:56.146473Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:15:56.144698Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:15:56.144968Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:15:56.146779Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:15:56.145224Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:15:56.145476Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:15:58.833850Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:11.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:12 smithi162 bash[17902]: audit 2024-01-24T03:17:10.700904+0000 mgr.smithi159.sbyejd (mgr.14180) 467 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:12 smithi162 bash[17902]: cluster 2024-01-24T03:17:10.784077+0000 mgr.smithi159.sbyejd (mgr.14180) 468 : cluster [DBG] pgmap v359: 97 pgs: 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-24T03:17:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:12 smithi159 bash[14083]: audit 2024-01-24T03:17:10.700904+0000 mgr.smithi159.sbyejd (mgr.14180) 467 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:12 smithi159 bash[14083]: cluster 2024-01-24T03:17:10.784077+0000 mgr.smithi159.sbyejd (mgr.14180) 468 : cluster [DBG] pgmap v359: 97 pgs: 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-24T03:17:12.591 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:12.682736+0000 mon.smithi159 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:13.275368+0000 mon.smithi159 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:13.541806+0000 mon.smithi159 (mon.0) 763 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:13.542832+0000 mon.smithi159 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:13.548173+0000 mon.smithi159 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:13.555381+0000 mon.smithi159 (mon.0) 766 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:17:13.950 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:13 smithi159 bash[14083]: audit 2024-01-24T03:17:13.565317+0000 mon.smithi159 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:12.682736+0000 mon.smithi159 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:13.275368+0000 mon.smithi159 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:13.541806+0000 mon.smithi159 (mon.0) 763 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:17:14.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:13.542832+0000 mon.smithi159 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:17:14.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:13.548173+0000 mon.smithi159 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:14.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:13.555381+0000 mon.smithi159 (mon.0) 766 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:17:14.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:13 smithi162 bash[17902]: audit 2024-01-24T03:17:13.565317+0000 mon.smithi159 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:14 smithi162 bash[17902]: cluster 2024-01-24T03:17:12.784699+0000 mgr.smithi159.sbyejd (mgr.14180) 469 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:14 smithi162 bash[17902]: cluster 2024-01-24T03:17:13.549037+0000 mgr.smithi159.sbyejd (mgr.14180) 470 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-24T03:17:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:14 smithi162 bash[17902]: cephadm 2024-01-24T03:17:13.567853+0000 mgr.smithi159.sbyejd (mgr.14180) 471 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vablfk on smithi162 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:14 smithi162 bash[17902]: cluster 2024-01-24T03:17:13.681007+0000 mon.smithi159 (mon.0) 768 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:14 smithi162 bash[17902]: cluster 2024-01-24T03:17:13.681087+0000 mon.smithi159 (mon.0) 769 : cluster [INF] Cluster is now healthy 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:14 smithi159 bash[14083]: cluster 2024-01-24T03:17:12.784699+0000 mgr.smithi159.sbyejd (mgr.14180) 469 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:14 smithi159 bash[14083]: cluster 2024-01-24T03:17:13.549037+0000 mgr.smithi159.sbyejd (mgr.14180) 470 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 0 op/s 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:14 smithi159 bash[14083]: cephadm 2024-01-24T03:17:13.567853+0000 mgr.smithi159.sbyejd (mgr.14180) 471 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.vablfk on smithi162 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:14 smithi159 bash[14083]: cluster 2024-01-24T03:17:13.681007+0000 mon.smithi159 (mon.0) 768 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:17:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:14 smithi159 bash[14083]: cluster 2024-01-24T03:17:13.681087+0000 mon.smithi159 (mon.0) 769 : cluster [INF] Cluster is now healthy 2024-01-24T03:17:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:15 smithi159 bash[14083]: cluster 2024-01-24T03:17:15.549745+0000 mgr.smithi159.sbyejd (mgr.14180) 472 : cluster [DBG] pgmap v362: 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-24T03:17:15.988 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:15.988 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:14:50.521026Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yyisns on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:16.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:15 smithi162 bash[17902]: cluster 2024-01-24T03:17:15.549745+0000 mgr.smithi159.sbyejd (mgr.14180) 472 : cluster [DBG] pgmap v362: 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-24T03:17:16.762 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:16 smithi162 bash[17902]: audit 2024-01-24T03:17:15.976513+0000 mgr.smithi159.sbyejd (mgr.14180) 473 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:17.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:16 smithi159 bash[14083]: audit 2024-01-24T03:17:15.976513+0000 mgr.smithi159.sbyejd (mgr.14180) 473 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:17.763 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:17.777 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: cephadm 2024-01-24T03:17:17.513202+0000 mgr.smithi159.sbyejd (mgr.14180) 474 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.vablfk ... 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:17:17.778 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.vablfk ... 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:17.779 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: cephadm 2024-01-24T03:17:17.513741+0000 mgr.smithi159.sbyejd (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: cephadm 2024-01-24T03:17:17.513202+0000 mgr.smithi159.sbyejd (mgr.14180) 474 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.vablfk ... 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.vablfk ... 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: cephadm 2024-01-24T03:17:17.513741+0000 mgr.smithi159.sbyejd (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: audit 2024-01-24T03:17:17.514278+0000 mon.smithi159 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vablfk"}]: dispatch 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: cephadm 2024-01-24T03:17:17.515658+0000 mgr.smithi159.sbyejd (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.vablfk ... 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: cephadm 2024-01-24T03:17:17.519355+0000 mgr.smithi159.sbyejd (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.hkwpep on smithi159 2024-01-24T03:17:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:17 smithi162 bash[17902]: cluster 2024-01-24T03:17:17.550613+0000 mgr.smithi159.sbyejd (mgr.14180) 478 : cluster [DBG] pgmap v363: 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-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: audit 2024-01-24T03:17:17.514278+0000 mon.smithi159 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.vablfk"}]: dispatch 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: cephadm 2024-01-24T03:17:17.515658+0000 mgr.smithi159.sbyejd (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.vablfk ... 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:18.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:18.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:18.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: cephadm 2024-01-24T03:17:17.519355+0000 mgr.smithi159.sbyejd (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.hkwpep on smithi159 2024-01-24T03:17:18.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:17 smithi159 bash[14083]: cluster 2024-01-24T03:17:17.550613+0000 mgr.smithi159.sbyejd (mgr.14180) 478 : cluster [DBG] pgmap v363: 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-24T03:17:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:20 smithi162 bash[17902]: cluster 2024-01-24T03:17:19.551133+0000 mgr.smithi159.sbyejd (mgr.14180) 479 : cluster [DBG] pgmap v364: 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-24T03:17:20.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:20 smithi159 bash[14083]: cluster 2024-01-24T03:17:19.551133+0000 mgr.smithi159.sbyejd (mgr.14180) 479 : cluster [DBG] pgmap v364: 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-24T03:17:21.281 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:21.281 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:02.947820Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.kxuwti on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-kxuwti\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.kxuwti\nDeploy daemon haproxy.nfs.foo.smithi162.kxuwti ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.744359Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.wshkiw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-wshkiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.wshkiw\nDeploy daemon haproxy.nfs.foo.smithi159.wshkiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:16:06.746768Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zttopz on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:21 smithi162 bash[17902]: audit 2024-01-24T03:17:21.281857+0000 mon.smithi159 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.hkwpep"}]: dispatch 2024-01-24T03:17:21.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:21 smithi159 bash[14083]: audit 2024-01-24T03:17:21.281857+0000 mon.smithi159 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.hkwpep"}]: dispatch 2024-01-24T03:17:22.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: audit 2024-01-24T03:17:21.269751+0000 mgr.smithi159.sbyejd (mgr.14180) 480 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cephadm 2024-01-24T03:17:21.281043+0000 mgr.smithi159.sbyejd (mgr.14180) 481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.hkwpep ... 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:22.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.hkwpep ... 2024-01-24T03:17:22.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:22.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:22.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:22.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cephadm 2024-01-24T03:17:21.281402+0000 mgr.smithi159.sbyejd (mgr.14180) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cephadm 2024-01-24T03:17:21.282845+0000 mgr.smithi159.sbyejd (mgr.14180) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.hkwpep ... 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cephadm 2024-01-24T03:17:21.284617+0000 mgr.smithi159.sbyejd (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cephadm 2024-01-24T03:17:21.286047+0000 mgr.smithi159.sbyejd (mgr.14180) 485 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cluster 2024-01-24T03:17:21.287187+0000 mgr.smithi159.sbyejd (mgr.14180) 486 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:17:22.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:22 smithi162 bash[17902]: cluster 2024-01-24T03:17:21.607911+0000 mon.smithi159 (mon.0) 772 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: audit 2024-01-24T03:17:21.269751+0000 mgr.smithi159.sbyejd (mgr.14180) 480 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cephadm 2024-01-24T03:17:21.281043+0000 mgr.smithi159.sbyejd (mgr.14180) 481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.hkwpep ... 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:22.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.hkwpep ... 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cephadm 2024-01-24T03:17:21.281402+0000 mgr.smithi159.sbyejd (mgr.14180) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cephadm 2024-01-24T03:17:21.282845+0000 mgr.smithi159.sbyejd (mgr.14180) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.hkwpep ... 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cephadm 2024-01-24T03:17:21.284617+0000 mgr.smithi159.sbyejd (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cephadm 2024-01-24T03:17:21.286047+0000 mgr.smithi159.sbyejd (mgr.14180) 485 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cluster 2024-01-24T03:17:21.287187+0000 mgr.smithi159.sbyejd (mgr.14180) 486 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:17:22.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:22 smithi159 bash[14083]: cluster 2024-01-24T03:17:21.607911+0000 mon.smithi159 (mon.0) 772 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:17:23.068 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:24 smithi162 bash[17902]: audit 2024-01-24T03:17:23.053578+0000 mon.smithi159 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:24 smithi162 bash[17902]: cluster 2024-01-24T03:17:23.288050+0000 mgr.smithi159.sbyejd (mgr.14180) 487 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:17:24.398 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:24 smithi159 bash[14083]: audit 2024-01-24T03:17:23.053578+0000 mon.smithi159 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:17:24.398 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:24 smithi159 bash[14083]: cluster 2024-01-24T03:17:23.288050+0000 mgr.smithi159.sbyejd (mgr.14180) 487 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-24T03:17:26.467 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:26.467 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:26 smithi162 bash[17902]: cluster 2024-01-24T03:17:25.288910+0000 mgr.smithi159.sbyejd (mgr.14180) 488 : cluster [DBG] pgmap v367: 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-24T03:17:26.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:26 smithi159 bash[14083]: cluster 2024-01-24T03:17:25.288910+0000 mgr.smithi159.sbyejd (mgr.14180) 488 : cluster [DBG] pgmap v367: 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-24T03:17:27.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:27.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:27 smithi162 bash[17902]: audit 2024-01-24T03:17:26.458569+0000 mgr.smithi159.sbyejd (mgr.14180) 489 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:27 smithi159 bash[14083]: audit 2024-01-24T03:17:26.458569+0000 mgr.smithi159.sbyejd (mgr.14180) 489 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:28.298 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:28.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:28 smithi162 bash[17902]: cluster 2024-01-24T03:17:27.289764+0000 mgr.smithi159.sbyejd (mgr.14180) 490 : cluster [DBG] pgmap v368: 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-24T03:17:28.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:28 smithi159 bash[14083]: cluster 2024-01-24T03:17:27.289764+0000 mgr.smithi159.sbyejd (mgr.14180) 490 : cluster [DBG] pgmap v368: 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-24T03:17:30.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:30 smithi162 bash[17902]: cluster 2024-01-24T03:17:29.290924+0000 mgr.smithi159.sbyejd (mgr.14180) 491 : cluster [DBG] pgmap v369: 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-24T03:17:30.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:30 smithi159 bash[14083]: cluster 2024-01-24T03:17:29.290924+0000 mgr.smithi159.sbyejd (mgr.14180) 491 : cluster [DBG] pgmap v369: 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-24T03:17:31.613 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:31.614 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:32.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:32.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:32 smithi162 bash[17902]: cluster 2024-01-24T03:17:31.292235+0000 mgr.smithi159.sbyejd (mgr.14180) 492 : cluster [DBG] pgmap v370: 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-24T03:17:32.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:32 smithi162 bash[17902]: audit 2024-01-24T03:17:31.602269+0000 mgr.smithi159.sbyejd (mgr.14180) 493 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:32.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:32 smithi159 bash[14083]: cluster 2024-01-24T03:17:31.292235+0000 mgr.smithi159.sbyejd (mgr.14180) 492 : cluster [DBG] pgmap v370: 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-24T03:17:32.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:32 smithi159 bash[14083]: audit 2024-01-24T03:17:31.602269+0000 mgr.smithi159.sbyejd (mgr.14180) 493 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:33.417 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:34 smithi162 bash[17902]: cluster 2024-01-24T03:17:33.293384+0000 mgr.smithi159.sbyejd (mgr.14180) 494 : 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-24T03:17:34.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:34 smithi159 bash[14083]: cluster 2024-01-24T03:17:33.293384+0000 mgr.smithi159.sbyejd (mgr.14180) 494 : 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-24T03:17:36.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:36 smithi159 bash[14083]: cluster 2024-01-24T03:17:35.294050+0000 mgr.smithi159.sbyejd (mgr.14180) 495 : 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-24T03:17:36.841 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:36.842 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:36.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:36 smithi162 bash[17902]: cluster 2024-01-24T03:17:35.294050+0000 mgr.smithi159.sbyejd (mgr.14180) 495 : 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-24T03:17:37.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:37.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:37 smithi159 bash[14083]: audit 2024-01-24T03:17:36.830182+0000 mgr.smithi159.sbyejd (mgr.14180) 496 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:37.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:37 smithi159 bash[14083]: cluster 2024-01-24T03:17:37.295076+0000 mgr.smithi159.sbyejd (mgr.14180) 497 : 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-24T03:17:38.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:37 smithi162 bash[17902]: audit 2024-01-24T03:17:36.830182+0000 mgr.smithi159.sbyejd (mgr.14180) 496 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:38.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:37 smithi162 bash[17902]: cluster 2024-01-24T03:17:37.295076+0000 mgr.smithi159.sbyejd (mgr.14180) 497 : 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-24T03:17:38.683 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:40.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:40 smithi162 bash[17902]: cluster 2024-01-24T03:17:39.296189+0000 mgr.smithi159.sbyejd (mgr.14180) 498 : 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-24T03:17:40.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:40 smithi159 bash[14083]: cluster 2024-01-24T03:17:39.296189+0000 mgr.smithi159.sbyejd (mgr.14180) 498 : 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-24T03:17:41.959 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:41.959 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:42.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:42 smithi162 bash[17902]: cluster 2024-01-24T03:17:41.297613+0000 mgr.smithi159.sbyejd (mgr.14180) 499 : 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-24T03:17:42.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:42 smithi159 bash[14083]: cluster 2024-01-24T03:17:41.297613+0000 mgr.smithi159.sbyejd (mgr.14180) 499 : 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-24T03:17:42.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:43.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:43 smithi162 bash[17902]: audit 2024-01-24T03:17:41.952504+0000 mgr.smithi159.sbyejd (mgr.14180) 500 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:43.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:43 smithi159 bash[14083]: audit 2024-01-24T03:17:41.952504+0000 mgr.smithi159.sbyejd (mgr.14180) 500 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:43.727 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:44 smithi162 bash[17902]: cluster 2024-01-24T03:17:43.298704+0000 mgr.smithi159.sbyejd (mgr.14180) 501 : 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-24T03:17:44.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:44 smithi159 bash[14083]: cluster 2024-01-24T03:17:43.298704+0000 mgr.smithi159.sbyejd (mgr.14180) 501 : 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-24T03:17:46.633 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:46 smithi159 bash[14083]: cluster 2024-01-24T03:17:45.299572+0000 mgr.smithi159.sbyejd (mgr.14180) 502 : 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-24T03:17:46.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:46 smithi162 bash[17902]: cluster 2024-01-24T03:17:45.299572+0000 mgr.smithi159.sbyejd (mgr.14180) 502 : 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-24T03:17:47.035 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:47.035 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:47.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:48.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:47 smithi162 bash[17902]: audit 2024-01-24T03:17:47.024901+0000 mgr.smithi159.sbyejd (mgr.14180) 503 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:48.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:47 smithi162 bash[17902]: cluster 2024-01-24T03:17:47.300230+0000 mgr.smithi159.sbyejd (mgr.14180) 504 : 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-24T03:17:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:47 smithi159 bash[14083]: audit 2024-01-24T03:17:47.024901+0000 mgr.smithi159.sbyejd (mgr.14180) 503 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:47 smithi159 bash[14083]: cluster 2024-01-24T03:17:47.300230+0000 mgr.smithi159.sbyejd (mgr.14180) 504 : 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-24T03:17:48.813 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:50.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:50 smithi162 bash[17902]: cluster 2024-01-24T03:17:49.300898+0000 mgr.smithi159.sbyejd (mgr.14180) 505 : 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-24T03:17:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:50 smithi159 bash[14083]: cluster 2024-01-24T03:17:49.300898+0000 mgr.smithi159.sbyejd (mgr.14180) 505 : 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-24T03:17:52.113 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:52.113 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:52.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:52 smithi159 bash[14083]: cluster 2024-01-24T03:17:51.302259+0000 mgr.smithi159.sbyejd (mgr.14180) 506 : 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-24T03:17:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:52 smithi162 bash[17902]: cluster 2024-01-24T03:17:51.302259+0000 mgr.smithi159.sbyejd (mgr.14180) 506 : 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-24T03:17:53.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:53.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:53 smithi159 bash[14083]: audit 2024-01-24T03:17:52.101129+0000 mgr.smithi159.sbyejd (mgr.14180) 507 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:53.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:53 smithi162 bash[17902]: audit 2024-01-24T03:17:52.101129+0000 mgr.smithi159.sbyejd (mgr.14180) 507 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:54.012 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:17:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:54 smithi159 bash[14083]: cluster 2024-01-24T03:17:53.303263+0000 mgr.smithi159.sbyejd (mgr.14180) 508 : 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-24T03:17:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:54 smithi162 bash[17902]: cluster 2024-01-24T03:17:53.303263+0000 mgr.smithi159.sbyejd (mgr.14180) 508 : 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-24T03:17:56.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:56 smithi159 bash[14083]: cluster 2024-01-24T03:17:55.304198+0000 mgr.smithi159.sbyejd (mgr.14180) 509 : 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-24T03:17:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:56 smithi162 bash[17902]: cluster 2024-01-24T03:17:55.304198+0000 mgr.smithi159.sbyejd (mgr.14180) 509 : 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-24T03:17:57.491 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:17:57.491 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:17:57.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:57 smithi159 bash[14083]: cluster 2024-01-24T03:17:57.305399+0000 mgr.smithi159.sbyejd (mgr.14180) 510 : 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-24T03:17:57.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:17:57 smithi159 bash[14083]: audit 2024-01-24T03:17:57.480018+0000 mgr.smithi159.sbyejd (mgr.14180) 511 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:57 smithi162 bash[17902]: cluster 2024-01-24T03:17:57.305399+0000 mgr.smithi159.sbyejd (mgr.14180) 510 : 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-24T03:17:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:17:57 smithi162 bash[17902]: audit 2024-01-24T03:17:57.480018+0000 mgr.smithi159.sbyejd (mgr.14180) 511 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:17:58.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:17:59.324 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:00 smithi162 bash[17902]: cluster 2024-01-24T03:17:59.306554+0000 mgr.smithi159.sbyejd (mgr.14180) 512 : 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-24T03:18:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:00 smithi159 bash[14083]: cluster 2024-01-24T03:17:59.306554+0000 mgr.smithi159.sbyejd (mgr.14180) 512 : 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-24T03:18:02.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:02 smithi159 bash[14083]: cluster 2024-01-24T03:18:01.307816+0000 mgr.smithi159.sbyejd (mgr.14180) 513 : 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-24T03:18:02.558 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:02.558 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:02.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:02 smithi162 bash[17902]: cluster 2024-01-24T03:18:01.307816+0000 mgr.smithi159.sbyejd (mgr.14180) 513 : 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-24T03:18:03.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:03.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:03 smithi159 bash[14083]: audit 2024-01-24T03:18:02.548639+0000 mgr.smithi159.sbyejd (mgr.14180) 514 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:03.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:03 smithi162 bash[17902]: audit 2024-01-24T03:18:02.548639+0000 mgr.smithi159.sbyejd (mgr.14180) 514 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:04.322 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:04 smithi159 bash[14083]: cluster 2024-01-24T03:18:03.308962+0000 mgr.smithi159.sbyejd (mgr.14180) 515 : 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-24T03:18:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:04 smithi162 bash[17902]: cluster 2024-01-24T03:18:03.308962+0000 mgr.smithi159.sbyejd (mgr.14180) 515 : 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-24T03:18:06.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:06 smithi159 bash[14083]: cluster 2024-01-24T03:18:05.309576+0000 mgr.smithi159.sbyejd (mgr.14180) 516 : 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-24T03:18:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:06 smithi162 bash[17902]: cluster 2024-01-24T03:18:05.309576+0000 mgr.smithi159.sbyejd (mgr.14180) 516 : 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-24T03:18:07.662 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:07.662 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:07 smithi162 bash[17902]: cluster 2024-01-24T03:18:07.310603+0000 mgr.smithi159.sbyejd (mgr.14180) 517 : 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-24T03:18:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:07 smithi162 bash[17902]: audit 2024-01-24T03:18:07.650950+0000 mgr.smithi159.sbyejd (mgr.14180) 518 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:08.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:07 smithi159 bash[14083]: cluster 2024-01-24T03:18:07.310603+0000 mgr.smithi159.sbyejd (mgr.14180) 517 : 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-24T03:18:08.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:07 smithi159 bash[14083]: audit 2024-01-24T03:18:07.650950+0000 mgr.smithi159.sbyejd (mgr.14180) 518 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:08.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:09.449 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:10 smithi162 bash[17902]: cluster 2024-01-24T03:18:09.311682+0000 mgr.smithi159.sbyejd (mgr.14180) 519 : 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-24T03:18:10.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:10 smithi159 bash[14083]: cluster 2024-01-24T03:18:09.311682+0000 mgr.smithi159.sbyejd (mgr.14180) 519 : 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-24T03:18:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:12 smithi159 bash[14083]: cluster 2024-01-24T03:18:11.312861+0000 mgr.smithi159.sbyejd (mgr.14180) 520 : 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-24T03:18:12.543 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:12.543 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:12.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:12 smithi162 bash[17902]: cluster 2024-01-24T03:18:11.312861+0000 mgr.smithi159.sbyejd (mgr.14180) 520 : 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-24T03:18:13.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:13.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:13 smithi159 bash[14083]: audit 2024-01-24T03:18:12.532535+0000 mgr.smithi159.sbyejd (mgr.14180) 521 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:13.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:13 smithi162 bash[17902]: audit 2024-01-24T03:18:12.532535+0000 mgr.smithi159.sbyejd (mgr.14180) 521 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:14.349 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:14 smithi159 bash[14083]: cluster 2024-01-24T03:18:13.314134+0000 mgr.smithi159.sbyejd (mgr.14180) 522 : 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-24T03:18:14.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:14 smithi162 bash[17902]: cluster 2024-01-24T03:18:13.314134+0000 mgr.smithi159.sbyejd (mgr.14180) 522 : 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-24T03:18:16.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:16 smithi159 bash[14083]: cluster 2024-01-24T03:18:15.315338+0000 mgr.smithi159.sbyejd (mgr.14180) 523 : 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-24T03:18:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:16 smithi162 bash[17902]: cluster 2024-01-24T03:18:15.315338+0000 mgr.smithi159.sbyejd (mgr.14180) 523 : 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-24T03:18:17.816 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:17.816 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:18.076 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:17 smithi159 bash[14083]: cluster 2024-01-24T03:18:17.316551+0000 mgr.smithi159.sbyejd (mgr.14180) 524 : 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-24T03:18:18.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:17 smithi162 bash[17902]: cluster 2024-01-24T03:18:17.316551+0000 mgr.smithi159.sbyejd (mgr.14180) 524 : 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-24T03:18:18.626 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:18.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:18 smithi159 bash[14083]: audit 2024-01-24T03:18:17.803311+0000 mgr.smithi159.sbyejd (mgr.14180) 525 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:18 smithi162 bash[17902]: audit 2024-01-24T03:18:17.803311+0000 mgr.smithi159.sbyejd (mgr.14180) 525 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:19.626 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:19.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:19 smithi159 bash[14083]: cluster 2024-01-24T03:18:19.317686+0000 mgr.smithi159.sbyejd (mgr.14180) 526 : 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-24T03:18:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:19 smithi162 bash[17902]: cluster 2024-01-24T03:18:19.317686+0000 mgr.smithi159.sbyejd (mgr.14180) 526 : 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-24T03:18:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:21 smithi162 bash[17902]: audit 2024-01-24T03:18:21.289193+0000 mon.smithi159 (mon.0) 774 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:18:21.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:21 smithi159 bash[14083]: audit 2024-01-24T03:18:21.289193+0000 mon.smithi159 (mon.0) 774 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: cluster 2024-01-24T03:18:21.318620+0000 mgr.smithi159.sbyejd (mgr.14180) 527 : 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-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: audit 2024-01-24T03:18:21.587904+0000 mon.smithi159 (mon.0) 775 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: audit 2024-01-24T03:18:21.589318+0000 mon.smithi159 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: audit 2024-01-24T03:18:21.597631+0000 mon.smithi159 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: cluster 2024-01-24T03:18:21.598297+0000 mgr.smithi159.sbyejd (mgr.14180) 528 : 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-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: audit 2024-01-24T03:18:21.605458+0000 mon.smithi159 (mon.0) 778 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:18:22.659 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: audit 2024-01-24T03:18:21.616342+0000 mon.smithi159 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:22.660 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:22 smithi159 bash[14083]: cephadm 2024-01-24T03:18:21.619688+0000 mgr.smithi159.sbyejd (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ufqmfh on smithi162 2024-01-24T03:18:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: cluster 2024-01-24T03:18:21.318620+0000 mgr.smithi159.sbyejd (mgr.14180) 527 : 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-24T03:18:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: audit 2024-01-24T03:18:21.587904+0000 mon.smithi159 (mon.0) 775 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:18:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: audit 2024-01-24T03:18:21.589318+0000 mon.smithi159 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:18:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: audit 2024-01-24T03:18:21.597631+0000 mon.smithi159 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: cluster 2024-01-24T03:18:21.598297+0000 mgr.smithi159.sbyejd (mgr.14180) 528 : 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-24T03:18:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: audit 2024-01-24T03:18:21.605458+0000 mon.smithi159 (mon.0) 778 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:18:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: audit 2024-01-24T03:18:21.616342+0000 mon.smithi159 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:22.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:22 smithi162 bash[17902]: cephadm 2024-01-24T03:18:21.619688+0000 mgr.smithi159.sbyejd (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ufqmfh on smithi162 2024-01-24T03:18:23.036 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:23.036 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:16:06.749287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.dbqpsx on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:23.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:23 smithi159 bash[14083]: cluster 2024-01-24T03:18:22.594199+0000 mon.smithi159 (mon.0) 780 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:18:23.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:23 smithi159 bash[14083]: cluster 2024-01-24T03:18:22.594284+0000 mon.smithi159 (mon.0) 781 : cluster [INF] Cluster is now healthy 2024-01-24T03:18:23.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:23 smithi162 bash[17902]: cluster 2024-01-24T03:18:22.594199+0000 mon.smithi159 (mon.0) 780 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:18:23.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:23 smithi162 bash[17902]: cluster 2024-01-24T03:18:22.594284+0000 mon.smithi159 (mon.0) 781 : cluster [INF] Cluster is now healthy 2024-01-24T03:18:23.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:24.830 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:24.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:24 smithi159 bash[14083]: audit 2024-01-24T03:18:23.022966+0000 mgr.smithi159.sbyejd (mgr.14180) 530 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:24.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:24 smithi159 bash[14083]: audit 2024-01-24T03:18:23.483271+0000 mon.smithi159 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:24.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:24 smithi159 bash[14083]: cluster 2024-01-24T03:18:23.598920+0000 mgr.smithi159.sbyejd (mgr.14180) 531 : 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-24T03:18:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:24 smithi162 bash[17902]: audit 2024-01-24T03:18:23.022966+0000 mgr.smithi159.sbyejd (mgr.14180) 530 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:24 smithi162 bash[17902]: audit 2024-01-24T03:18:23.483271+0000 mon.smithi159 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:24 smithi162 bash[17902]: cluster 2024-01-24T03:18:23.598920+0000 mgr.smithi159.sbyejd (mgr.14180) 531 : 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-24T03:18:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:26 smithi159 bash[14083]: cluster 2024-01-24T03:18:25.599619+0000 mgr.smithi159.sbyejd (mgr.14180) 532 : 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-24T03:18:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:26 smithi159 bash[14083]: audit 2024-01-24T03:18:25.871821+0000 mon.smithi159 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ufqmfh"}]: dispatch 2024-01-24T03:18:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:26 smithi162 bash[17902]: cluster 2024-01-24T03:18:25.599619+0000 mgr.smithi159.sbyejd (mgr.14180) 532 : 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-24T03:18:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:26 smithi162 bash[17902]: audit 2024-01-24T03:18:25.871821+0000 mon.smithi159 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ufqmfh"}]: dispatch 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: cephadm 2024-01-24T03:18:25.870737+0000 mgr.smithi159.sbyejd (mgr.14180) 533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ufqmfh ... 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:27.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ufqmfh ... 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: cephadm 2024-01-24T03:18:25.871293+0000 mgr.smithi159.sbyejd (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: cephadm 2024-01-24T03:18:25.873191+0000 mgr.smithi159.sbyejd (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:27.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ufqmfh ... 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:27.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:27 smithi159 bash[14083]: cephadm 2024-01-24T03:18:25.877735+0000 mgr.smithi159.sbyejd (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.udmbye on smithi159 2024-01-24T03:18:28.119 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:28.119 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:17.515475Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.vablfk on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-vablfk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.vablfk\nDeploy daemon haproxy.nfs.foo.smithi162.vablfk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.282738Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hkwpep on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hkwpep\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hkwpep\nDeploy daemon haproxy.nfs.foo.smithi159.hkwpep ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:17:21.284531Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wdesxs on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: cephadm 2024-01-24T03:18:25.870737+0000 mgr.smithi159.sbyejd (mgr.14180) 533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ufqmfh ... 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:18:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ufqmfh ... 2024-01-24T03:18:28.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: cephadm 2024-01-24T03:18:25.871293+0000 mgr.smithi159.sbyejd (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: cephadm 2024-01-24T03:18:25.873191+0000 mgr.smithi159.sbyejd (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ufqmfh ... 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:28.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:28.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:28.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:28.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:28.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:27 smithi162 bash[17902]: cephadm 2024-01-24T03:18:25.877735+0000 mgr.smithi159.sbyejd (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.udmbye on smithi159 2024-01-24T03:18:28.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:28.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:28 smithi159 bash[14083]: cluster 2024-01-24T03:18:27.600478+0000 mgr.smithi159.sbyejd (mgr.14180) 537 : 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-24T03:18:29.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:28 smithi162 bash[17902]: cluster 2024-01-24T03:18:27.600478+0000 mgr.smithi159.sbyejd (mgr.14180) 537 : 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-24T03:18:29.861 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:29.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:29 smithi159 bash[14083]: audit 2024-01-24T03:18:28.108026+0000 mgr.smithi159.sbyejd (mgr.14180) 538 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:29 smithi162 bash[17902]: audit 2024-01-24T03:18:28.108026+0000 mgr.smithi159.sbyejd (mgr.14180) 538 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:31.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:30 smithi159 bash[14083]: cluster 2024-01-24T03:18:29.601466+0000 mgr.smithi159.sbyejd (mgr.14180) 539 : cluster [DBG] pgmap v400: 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-24T03:18:31.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:30 smithi159 bash[14083]: audit 2024-01-24T03:18:29.946574+0000 mon.smithi159 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.udmbye"}]: dispatch 2024-01-24T03:18:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:30 smithi162 bash[17902]: cluster 2024-01-24T03:18:29.601466+0000 mgr.smithi159.sbyejd (mgr.14180) 539 : cluster [DBG] pgmap v400: 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-24T03:18:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:30 smithi162 bash[17902]: audit 2024-01-24T03:18:29.946574+0000 mon.smithi159 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.udmbye"}]: dispatch 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cephadm 2024-01-24T03:18:29.945476+0000 mgr.smithi159.sbyejd (mgr.14180) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.udmbye ... 2024-01-24T03:18:32.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.udmbye ... 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cephadm 2024-01-24T03:18:29.945915+0000 mgr.smithi159.sbyejd (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cephadm 2024-01-24T03:18:29.947732+0000 mgr.smithi159.sbyejd (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:18:32.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.udmbye ... 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cephadm 2024-01-24T03:18:29.950628+0000 mgr.smithi159.sbyejd (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cephadm 2024-01-24T03:18:29.953265+0000 mgr.smithi159.sbyejd (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cluster 2024-01-24T03:18:29.954117+0000 mgr.smithi159.sbyejd (mgr.14180) 545 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:18:32.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:31 smithi162 bash[17902]: cluster 2024-01-24T03:18:30.671971+0000 mon.smithi159 (mon.0) 785 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:18:32.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cephadm 2024-01-24T03:18:29.945476+0000 mgr.smithi159.sbyejd (mgr.14180) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:32.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.udmbye ... 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:18:32.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.udmbye ... 2024-01-24T03:18:32.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cephadm 2024-01-24T03:18:29.945915+0000 mgr.smithi159.sbyejd (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cephadm 2024-01-24T03:18:29.947732+0000 mgr.smithi159.sbyejd (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.udmbye ... 2024-01-24T03:18:32.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cephadm 2024-01-24T03:18:29.950628+0000 mgr.smithi159.sbyejd (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cephadm 2024-01-24T03:18:29.953265+0000 mgr.smithi159.sbyejd (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cluster 2024-01-24T03:18:29.954117+0000 mgr.smithi159.sbyejd (mgr.14180) 545 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:18:32.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:31 smithi159 bash[14083]: cluster 2024-01-24T03:18:30.671971+0000 mon.smithi159 (mon.0) 785 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:18:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:32 smithi162 bash[17902]: cluster 2024-01-24T03:18:31.955334+0000 mgr.smithi159.sbyejd (mgr.14180) 546 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:32 smithi159 bash[14083]: cluster 2024-01-24T03:18:31.955334+0000 mgr.smithi159.sbyejd (mgr.14180) 546 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:33.233 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:33.233 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:34.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:34.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:34 smithi162 bash[17902]: audit 2024-01-24T03:18:33.105220+0000 mon.smithi159 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:34.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:34 smithi162 bash[17902]: audit 2024-01-24T03:18:33.221015+0000 mgr.smithi159.sbyejd (mgr.14180) 547 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:34.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:34 smithi159 bash[14083]: audit 2024-01-24T03:18:33.105220+0000 mon.smithi159 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:34.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:34 smithi159 bash[14083]: audit 2024-01-24T03:18:33.221015+0000 mgr.smithi159.sbyejd (mgr.14180) 547 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:35.050 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:35.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:35 smithi162 bash[17902]: cluster 2024-01-24T03:18:33.956476+0000 mgr.smithi159.sbyejd (mgr.14180) 548 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:35 smithi159 bash[14083]: cluster 2024-01-24T03:18:33.956476+0000 mgr.smithi159.sbyejd (mgr.14180) 548 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:37.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:37 smithi159 bash[14083]: cluster 2024-01-24T03:18:35.957830+0000 mgr.smithi159.sbyejd (mgr.14180) 549 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:37 smithi162 bash[17902]: cluster 2024-01-24T03:18:35.957830+0000 mgr.smithi159.sbyejd (mgr.14180) 549 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:38.451 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:38.451 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:39.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:39 smithi159 bash[14083]: cluster 2024-01-24T03:18:37.958784+0000 mgr.smithi159.sbyejd (mgr.14180) 550 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:39 smithi159 bash[14083]: audit 2024-01-24T03:18:38.442373+0000 mgr.smithi159.sbyejd (mgr.14180) 551 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:39 smithi159 bash[14083]: audit 2024-01-24T03:18:38.484029+0000 mon.smithi159 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:39 smithi162 bash[17902]: cluster 2024-01-24T03:18:37.958784+0000 mgr.smithi159.sbyejd (mgr.14180) 550 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:39 smithi162 bash[17902]: audit 2024-01-24T03:18:38.442373+0000 mgr.smithi159.sbyejd (mgr.14180) 551 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:39 smithi162 bash[17902]: audit 2024-01-24T03:18:38.484029+0000 mon.smithi159 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:18:40.247 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:41.664 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:41 smithi159 bash[14083]: cluster 2024-01-24T03:18:39.959808+0000 mgr.smithi159.sbyejd (mgr.14180) 552 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:41 smithi162 bash[17902]: cluster 2024-01-24T03:18:39.959808+0000 mgr.smithi159.sbyejd (mgr.14180) 552 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-24T03:18:43.079 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:42 smithi159 bash[14083]: cluster 2024-01-24T03:18:41.961140+0000 mgr.smithi159.sbyejd (mgr.14180) 553 : cluster [DBG] pgmap v407: 97 pgs: 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-24T03:18:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:42 smithi162 bash[17902]: cluster 2024-01-24T03:18:41.961140+0000 mgr.smithi159.sbyejd (mgr.14180) 553 : cluster [DBG] pgmap v407: 97 pgs: 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-24T03:18:43.461 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:43.461 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:43 smithi162 bash[17902]: audit 2024-01-24T03:18:43.450382+0000 mgr.smithi159.sbyejd (mgr.14180) 554 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:44.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:43 smithi159 bash[14083]: audit 2024-01-24T03:18:43.450382+0000 mgr.smithi159.sbyejd (mgr.14180) 554 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:44.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:44 smithi162 bash[17902]: cluster 2024-01-24T03:18:43.961871+0000 mgr.smithi159.sbyejd (mgr.14180) 555 : 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-24T03:18:45.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:44 smithi159 bash[14083]: cluster 2024-01-24T03:18:43.961871+0000 mgr.smithi159.sbyejd (mgr.14180) 555 : 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-24T03:18:45.256 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:47.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:47 smithi159 bash[14083]: cluster 2024-01-24T03:18:45.963242+0000 mgr.smithi159.sbyejd (mgr.14180) 556 : 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-24T03:18:47.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:47 smithi162 bash[17902]: cluster 2024-01-24T03:18:45.963242+0000 mgr.smithi159.sbyejd (mgr.14180) 556 : 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-24T03:18:48.799 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:48.799 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:49.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:49 smithi159 bash[14083]: cluster 2024-01-24T03:18:47.964303+0000 mgr.smithi159.sbyejd (mgr.14180) 557 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:49 smithi162 bash[17902]: cluster 2024-01-24T03:18:47.964303+0000 mgr.smithi159.sbyejd (mgr.14180) 557 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:49.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:50.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:50 smithi162 bash[17902]: audit 2024-01-24T03:18:48.788286+0000 mgr.smithi159.sbyejd (mgr.14180) 558 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:50.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:50 smithi159 bash[14083]: audit 2024-01-24T03:18:48.788286+0000 mgr.smithi159.sbyejd (mgr.14180) 558 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:50.573 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:51.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:51 smithi162 bash[17902]: cluster 2024-01-24T03:18:49.965488+0000 mgr.smithi159.sbyejd (mgr.14180) 559 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:51.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:51 smithi159 bash[14083]: cluster 2024-01-24T03:18:49.965488+0000 mgr.smithi159.sbyejd (mgr.14180) 559 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:52.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:52 smithi159 bash[14083]: cluster 2024-01-24T03:18:51.966227+0000 mgr.smithi159.sbyejd (mgr.14180) 560 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:18:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:52 smithi162 bash[17902]: cluster 2024-01-24T03:18:51.966227+0000 mgr.smithi159.sbyejd (mgr.14180) 560 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:18:53.973 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:53.973 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:54.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:18:55.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:55 smithi162 bash[17902]: audit 2024-01-24T03:18:53.959933+0000 mgr.smithi159.sbyejd (mgr.14180) 561 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:55.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:55 smithi162 bash[17902]: cluster 2024-01-24T03:18:53.967129+0000 mgr.smithi159.sbyejd (mgr.14180) 562 : 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-24T03:18:55.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:55 smithi159 bash[14083]: audit 2024-01-24T03:18:53.959933+0000 mgr.smithi159.sbyejd (mgr.14180) 561 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:18:55.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:55 smithi159 bash[14083]: cluster 2024-01-24T03:18:53.967129+0000 mgr.smithi159.sbyejd (mgr.14180) 562 : 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-24T03:18:55.748 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:18:57.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:57 smithi159 bash[14083]: cluster 2024-01-24T03:18:55.968283+0000 mgr.smithi159.sbyejd (mgr.14180) 563 : 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-24T03:18:57.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:57 smithi162 bash[17902]: cluster 2024-01-24T03:18:55.968283+0000 mgr.smithi159.sbyejd (mgr.14180) 563 : 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-24T03:18:59.028 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:18:59.028 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:18:59.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:18:59 smithi162 bash[17902]: cluster 2024-01-24T03:18:57.968871+0000 mgr.smithi159.sbyejd (mgr.14180) 564 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:59.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:18:59 smithi159 bash[14083]: cluster 2024-01-24T03:18:57.968871+0000 mgr.smithi159.sbyejd (mgr.14180) 564 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:18:59.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:00.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:00 smithi159 bash[14083]: audit 2024-01-24T03:18:59.013608+0000 mgr.smithi159.sbyejd (mgr.14180) 565 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:00.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:00 smithi162 bash[17902]: audit 2024-01-24T03:18:59.013608+0000 mgr.smithi159.sbyejd (mgr.14180) 565 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:00.846 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:01 smithi159 bash[14083]: cluster 2024-01-24T03:18:59.969993+0000 mgr.smithi159.sbyejd (mgr.14180) 566 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:01 smithi162 bash[17902]: cluster 2024-01-24T03:18:59.969993+0000 mgr.smithi159.sbyejd (mgr.14180) 566 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:02 smithi162 bash[17902]: cluster 2024-01-24T03:19:01.970771+0000 mgr.smithi159.sbyejd (mgr.14180) 567 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:19:03.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:02 smithi159 bash[14083]: cluster 2024-01-24T03:19:01.970771+0000 mgr.smithi159.sbyejd (mgr.14180) 567 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:19:04.230 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:04.230 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:04.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:05 smithi162 bash[17902]: cluster 2024-01-24T03:19:03.971512+0000 mgr.smithi159.sbyejd (mgr.14180) 568 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:05 smithi162 bash[17902]: audit 2024-01-24T03:19:04.219047+0000 mgr.smithi159.sbyejd (mgr.14180) 569 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:05 smithi159 bash[14083]: cluster 2024-01-24T03:19:03.971512+0000 mgr.smithi159.sbyejd (mgr.14180) 568 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:05 smithi159 bash[14083]: audit 2024-01-24T03:19:04.219047+0000 mgr.smithi159.sbyejd (mgr.14180) 569 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:05.997 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:07.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:07 smithi162 bash[17902]: cluster 2024-01-24T03:19:05.972803+0000 mgr.smithi159.sbyejd (mgr.14180) 570 : 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-24T03:19:07.419 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:07 smithi159 bash[14083]: cluster 2024-01-24T03:19:05.972803+0000 mgr.smithi159.sbyejd (mgr.14180) 570 : 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-24T03:19:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:09 smithi159 bash[14083]: cluster 2024-01-24T03:19:07.973440+0000 mgr.smithi159.sbyejd (mgr.14180) 571 : 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-24T03:19:09.259 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:09.259 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:09 smithi162 bash[17902]: cluster 2024-01-24T03:19:07.973440+0000 mgr.smithi159.sbyejd (mgr.14180) 571 : 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-24T03:19:10.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:10 smithi162 bash[17902]: audit 2024-01-24T03:19:09.251795+0000 mgr.smithi159.sbyejd (mgr.14180) 572 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:10.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:10 smithi159 bash[14083]: audit 2024-01-24T03:19:09.251795+0000 mgr.smithi159.sbyejd (mgr.14180) 572 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:11.058 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:11.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:11 smithi162 bash[17902]: cluster 2024-01-24T03:19:09.974442+0000 mgr.smithi159.sbyejd (mgr.14180) 573 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:11.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:11 smithi159 bash[14083]: cluster 2024-01-24T03:19:09.974442+0000 mgr.smithi159.sbyejd (mgr.14180) 573 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:13.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:12 smithi162 bash[17902]: cluster 2024-01-24T03:19:11.975683+0000 mgr.smithi159.sbyejd (mgr.14180) 574 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:19:13.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:12 smithi159 bash[14083]: cluster 2024-01-24T03:19:11.975683+0000 mgr.smithi159.sbyejd (mgr.14180) 574 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:19:14.341 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:14.341 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:15.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:15.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:15 smithi162 bash[17902]: cluster 2024-01-24T03:19:13.976618+0000 mgr.smithi159.sbyejd (mgr.14180) 575 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:15.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:15 smithi162 bash[17902]: audit 2024-01-24T03:19:14.329318+0000 mgr.smithi159.sbyejd (mgr.14180) 576 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:15.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:15 smithi159 bash[14083]: cluster 2024-01-24T03:19:13.976618+0000 mgr.smithi159.sbyejd (mgr.14180) 575 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:15.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:15 smithi159 bash[14083]: audit 2024-01-24T03:19:14.329318+0000 mgr.smithi159.sbyejd (mgr.14180) 576 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:16.152 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:17.314 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:17 smithi159 bash[14083]: cluster 2024-01-24T03:19:15.977832+0000 mgr.smithi159.sbyejd (mgr.14180) 577 : 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-24T03:19:17.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:17 smithi162 bash[17902]: cluster 2024-01-24T03:19:15.977832+0000 mgr.smithi159.sbyejd (mgr.14180) 577 : 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-24T03:19:19.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:19 smithi162 bash[17902]: cluster 2024-01-24T03:19:17.978907+0000 mgr.smithi159.sbyejd (mgr.14180) 578 : 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-24T03:19:19.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:19 smithi159 bash[14083]: cluster 2024-01-24T03:19:17.978907+0000 mgr.smithi159.sbyejd (mgr.14180) 578 : 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-24T03:19:19.485 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:19.485 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:20.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:20.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:20 smithi162 bash[17902]: audit 2024-01-24T03:19:19.472609+0000 mgr.smithi159.sbyejd (mgr.14180) 579 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:20.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:20 smithi159 bash[14083]: audit 2024-01-24T03:19:19.472609+0000 mgr.smithi159.sbyejd (mgr.14180) 579 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:21.245 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:21.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:21 smithi162 bash[17902]: cluster 2024-01-24T03:19:19.980013+0000 mgr.smithi159.sbyejd (mgr.14180) 580 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:21.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:21 smithi159 bash[14083]: cluster 2024-01-24T03:19:19.980013+0000 mgr.smithi159.sbyejd (mgr.14180) 580 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:22 smithi162 bash[17902]: cluster 2024-01-24T03:19:21.981260+0000 mgr.smithi159.sbyejd (mgr.14180) 581 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:19:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:22 smithi159 bash[14083]: cluster 2024-01-24T03:19:21.981260+0000 mgr.smithi159.sbyejd (mgr.14180) 581 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:19:24.620 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:24.620 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:25.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:25 smithi159 bash[14083]: cluster 2024-01-24T03:19:23.982281+0000 mgr.smithi159.sbyejd (mgr.14180) 582 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:25.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:25 smithi159 bash[14083]: audit 2024-01-24T03:19:24.606751+0000 mgr.smithi159.sbyejd (mgr.14180) 583 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:25.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:25 smithi162 bash[17902]: cluster 2024-01-24T03:19:23.982281+0000 mgr.smithi159.sbyejd (mgr.14180) 582 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:25.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:25 smithi162 bash[17902]: audit 2024-01-24T03:19:24.606751+0000 mgr.smithi159.sbyejd (mgr.14180) 583 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:25.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:26.418 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:27.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:27 smithi162 bash[17902]: cluster 2024-01-24T03:19:25.983692+0000 mgr.smithi159.sbyejd (mgr.14180) 584 : 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-24T03:19:27.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:27 smithi159 bash[14083]: cluster 2024-01-24T03:19:25.983692+0000 mgr.smithi159.sbyejd (mgr.14180) 584 : 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-24T03:19:29.326 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:29 smithi159 bash[14083]: cluster 2024-01-24T03:19:27.984841+0000 mgr.smithi159.sbyejd (mgr.14180) 585 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:29.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:29 smithi162 bash[17902]: cluster 2024-01-24T03:19:27.984841+0000 mgr.smithi159.sbyejd (mgr.14180) 585 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:29.712 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:29.712 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:17:21.285964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.odhwjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:30.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:30 smithi162 bash[17902]: audit 2024-01-24T03:19:29.705175+0000 mgr.smithi159.sbyejd (mgr.14180) 586 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:30.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:30 smithi162 bash[17902]: audit 2024-01-24T03:19:29.958321+0000 mon.smithi159 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:19:30.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:30 smithi159 bash[14083]: audit 2024-01-24T03:19:29.705175+0000 mgr.smithi159.sbyejd (mgr.14180) 586 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:30.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:30 smithi159 bash[14083]: audit 2024-01-24T03:19:29.958321+0000 mon.smithi159 (mon.0) 788 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:19:30.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:31.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: cluster 2024-01-24T03:19:29.985788+0000 mgr.smithi159.sbyejd (mgr.14180) 587 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: audit 2024-01-24T03:19:30.270361+0000 mon.smithi159 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: audit 2024-01-24T03:19:30.271860+0000 mon.smithi159 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: audit 2024-01-24T03:19:30.280418+0000 mon.smithi159 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: cluster 2024-01-24T03:19:30.281021+0000 mgr.smithi159.sbyejd (mgr.14180) 588 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: audit 2024-01-24T03:19:30.286747+0000 mon.smithi159 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: audit 2024-01-24T03:19:30.298717+0000 mon.smithi159 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:19:31.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:31 smithi162 bash[17902]: cephadm 2024-01-24T03:19:30.303039+0000 mgr.smithi159.sbyejd (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.xytdfa on smithi162 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: cluster 2024-01-24T03:19:29.985788+0000 mgr.smithi159.sbyejd (mgr.14180) 587 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: audit 2024-01-24T03:19:30.270361+0000 mon.smithi159 (mon.0) 789 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: audit 2024-01-24T03:19:30.271860+0000 mon.smithi159 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: audit 2024-01-24T03:19:30.280418+0000 mon.smithi159 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: cluster 2024-01-24T03:19:30.281021+0000 mgr.smithi159.sbyejd (mgr.14180) 588 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: audit 2024-01-24T03:19:30.286747+0000 mon.smithi159 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:19:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: audit 2024-01-24T03:19:30.298717+0000 mon.smithi159 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:19:31.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:31 smithi159 bash[14083]: cephadm 2024-01-24T03:19:30.303039+0000 mgr.smithi159.sbyejd (mgr.14180) 589 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.xytdfa on smithi162 2024-01-24T03:19:31.534 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:32.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:32 smithi162 bash[17902]: cluster 2024-01-24T03:19:31.277186+0000 mon.smithi159 (mon.0) 794 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:19:32.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:32 smithi162 bash[17902]: cluster 2024-01-24T03:19:31.277245+0000 mon.smithi159 (mon.0) 795 : cluster [INF] Cluster is now healthy 2024-01-24T03:19:32.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:32 smithi159 bash[14083]: cluster 2024-01-24T03:19:31.277186+0000 mon.smithi159 (mon.0) 794 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:19:32.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:32 smithi159 bash[14083]: cluster 2024-01-24T03:19:31.277245+0000 mon.smithi159 (mon.0) 795 : cluster [INF] Cluster is now healthy 2024-01-24T03:19:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:33 smithi162 bash[17902]: cluster 2024-01-24T03:19:32.282005+0000 mgr.smithi159.sbyejd (mgr.14180) 590 : cluster [DBG] pgmap v433: 97 pgs: 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-24T03:19:33.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:33 smithi159 bash[14083]: cluster 2024-01-24T03:19:32.282005+0000 mgr.smithi159.sbyejd (mgr.14180) 590 : cluster [DBG] pgmap v433: 97 pgs: 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-24T03:19:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:34 smithi162 bash[17902]: audit 2024-01-24T03:19:34.281839+0000 mon.smithi159 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.xytdfa"}]: dispatch 2024-01-24T03:19:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:34 smithi159 bash[14083]: audit 2024-01-24T03:19:34.281839+0000 mon.smithi159 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.xytdfa"}]: dispatch 2024-01-24T03:19:34.805 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:34.805 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:25.872978Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ufqmfh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ufqmfh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ufqmfh\nDeploy daemon haproxy.nfs.foo.smithi162.ufqmfh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.947586Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.udmbye on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-udmbye\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.udmbye\nDeploy daemon haproxy.nfs.foo.smithi159.udmbye ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:18:29.950470Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.bnthsp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: cephadm 2024-01-24T03:19:34.280520+0000 mgr.smithi159.sbyejd (mgr.14180) 591 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:19:35.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: cephadm 2024-01-24T03:19:34.281052+0000 mgr.smithi159.sbyejd (mgr.14180) 592 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: cluster 2024-01-24T03:19:34.282682+0000 mgr.smithi159.sbyejd (mgr.14180) 593 : cluster [DBG] pgmap v434: 97 pgs: 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-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: cephadm 2024-01-24T03:19:34.284320+0000 mgr.smithi159.sbyejd (mgr.14180) 594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:35 smithi159 bash[14083]: cephadm 2024-01-24T03:19:34.287756+0000 mgr.smithi159.sbyejd (mgr.14180) 595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.ugnosv on smithi159 2024-01-24T03:19:35.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: cephadm 2024-01-24T03:19:34.280520+0000 mgr.smithi159.sbyejd (mgr.14180) 591 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:19:35.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: cephadm 2024-01-24T03:19:34.281052+0000 mgr.smithi159.sbyejd (mgr.14180) 592 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: cluster 2024-01-24T03:19:34.282682+0000 mgr.smithi159.sbyejd (mgr.14180) 593 : cluster [DBG] pgmap v434: 97 pgs: 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-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: cephadm 2024-01-24T03:19:34.284320+0000 mgr.smithi159.sbyejd (mgr.14180) 594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:35.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:35.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:35.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:35.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:35 smithi162 bash[17902]: cephadm 2024-01-24T03:19:34.287756+0000 mgr.smithi159.sbyejd (mgr.14180) 595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.ugnosv on smithi159 2024-01-24T03:19:36.581 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:36 smithi162 bash[17902]: audit 2024-01-24T03:19:34.798329+0000 mgr.smithi159.sbyejd (mgr.14180) 596 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:36.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:36 smithi159 bash[14083]: audit 2024-01-24T03:19:34.798329+0000 mgr.smithi159.sbyejd (mgr.14180) 596 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:37 smithi162 bash[17902]: cluster 2024-01-24T03:19:36.283380+0000 mgr.smithi159.sbyejd (mgr.14180) 597 : cluster [DBG] pgmap v435: 97 pgs: 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-24T03:19:37.635 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:37 smithi159 bash[14083]: cluster 2024-01-24T03:19:36.283380+0000 mgr.smithi159.sbyejd (mgr.14180) 597 : cluster [DBG] pgmap v435: 97 pgs: 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-24T03:19:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:38 smithi159 bash[14083]: audit 2024-01-24T03:19:38.110948+0000 mon.smithi159 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.ugnosv"}]: dispatch 2024-01-24T03:19:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:38 smithi159 bash[14083]: audit 2024-01-24T03:19:38.146994+0000 mon.smithi159 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:19:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:38 smithi162 bash[17902]: audit 2024-01-24T03:19:38.110948+0000 mon.smithi159 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.ugnosv"}]: dispatch 2024-01-24T03:19:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:38 smithi162 bash[17902]: audit 2024-01-24T03:19:38.146994+0000 mon.smithi159 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cephadm 2024-01-24T03:19:38.109698+0000 mgr.smithi159.sbyejd (mgr.14180) 598 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:19:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cephadm 2024-01-24T03:19:38.110175+0000 mgr.smithi159.sbyejd (mgr.14180) 599 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cephadm 2024-01-24T03:19:38.112447+0000 mgr.smithi159.sbyejd (mgr.14180) 600 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cephadm 2024-01-24T03:19:38.115358+0000 mgr.smithi159.sbyejd (mgr.14180) 601 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cephadm 2024-01-24T03:19:38.117855+0000 mgr.smithi159.sbyejd (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cluster 2024-01-24T03:19:38.118847+0000 mgr.smithi159.sbyejd (mgr.14180) 603 : cluster [DBG] pgmap v436: 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-24T03:19:39.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:39 smithi159 bash[14083]: cluster 2024-01-24T03:19:38.361144+0000 mon.smithi159 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cephadm 2024-01-24T03:19:38.109698+0000 mgr.smithi159.sbyejd (mgr.14180) 598 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:19:39.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cephadm 2024-01-24T03:19:38.110175+0000 mgr.smithi159.sbyejd (mgr.14180) 599 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cephadm 2024-01-24T03:19:38.112447+0000 mgr.smithi159.sbyejd (mgr.14180) 600 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cephadm 2024-01-24T03:19:38.115358+0000 mgr.smithi159.sbyejd (mgr.14180) 601 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cephadm 2024-01-24T03:19:38.117855+0000 mgr.smithi159.sbyejd (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cluster 2024-01-24T03:19:38.118847+0000 mgr.smithi159.sbyejd (mgr.14180) 603 : cluster [DBG] pgmap v436: 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-24T03:19:39.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:39 smithi162 bash[17902]: cluster 2024-01-24T03:19:38.361144+0000 mon.smithi159 (mon.0) 799 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:19:39.985 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:39.985 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:40.851 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:41.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:41 smithi159 bash[14083]: audit 2024-01-24T03:19:39.977140+0000 mgr.smithi159.sbyejd (mgr.14180) 604 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:41.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:41 smithi159 bash[14083]: cluster 2024-01-24T03:19:40.119887+0000 mgr.smithi159.sbyejd (mgr.14180) 605 : cluster [DBG] pgmap v437: 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-24T03:19:41.852 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:41 smithi162 bash[17902]: audit 2024-01-24T03:19:39.977140+0000 mgr.smithi159.sbyejd (mgr.14180) 604 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:41 smithi162 bash[17902]: cluster 2024-01-24T03:19:40.119887+0000 mgr.smithi159.sbyejd (mgr.14180) 605 : cluster [DBG] pgmap v437: 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-24T03:19:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:42 smithi162 bash[17902]: cluster 2024-01-24T03:19:42.121216+0000 mgr.smithi159.sbyejd (mgr.14180) 606 : cluster [DBG] pgmap v438: 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-24T03:19:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:42 smithi159 bash[14083]: cluster 2024-01-24T03:19:42.121216+0000 mgr.smithi159.sbyejd (mgr.14180) 606 : cluster [DBG] pgmap v438: 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-24T03:19:45.368 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:45.369 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:45.424 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:45 smithi159 bash[14083]: cluster 2024-01-24T03:19:44.122343+0000 mgr.smithi159.sbyejd (mgr.14180) 607 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-24T03:19:45.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:45 smithi162 bash[17902]: cluster 2024-01-24T03:19:44.122343+0000 mgr.smithi159.sbyejd (mgr.14180) 607 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-24T03:19:46.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:46.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:46 smithi159 bash[14083]: audit 2024-01-24T03:19:45.354573+0000 mgr.smithi159.sbyejd (mgr.14180) 608 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:46.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:46 smithi162 bash[17902]: audit 2024-01-24T03:19:45.354573+0000 mgr.smithi159.sbyejd (mgr.14180) 608 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:47.145 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:47.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:47 smithi159 bash[14083]: cluster 2024-01-24T03:19:46.123531+0000 mgr.smithi159.sbyejd (mgr.14180) 609 : cluster [DBG] pgmap v440: 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-24T03:19:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:47 smithi162 bash[17902]: cluster 2024-01-24T03:19:46.123531+0000 mgr.smithi159.sbyejd (mgr.14180) 609 : cluster [DBG] pgmap v440: 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-24T03:19:49.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:49 smithi159 bash[14083]: cluster 2024-01-24T03:19:48.124571+0000 mgr.smithi159.sbyejd (mgr.14180) 610 : cluster [DBG] pgmap v441: 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-24T03:19:49.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:49 smithi162 bash[17902]: cluster 2024-01-24T03:19:48.124571+0000 mgr.smithi159.sbyejd (mgr.14180) 610 : cluster [DBG] pgmap v441: 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-24T03:19:50.473 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:50.473 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:51.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:51 smithi162 bash[17902]: cluster 2024-01-24T03:19:50.125358+0000 mgr.smithi159.sbyejd (mgr.14180) 611 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:51 smithi162 bash[17902]: audit 2024-01-24T03:19:50.464338+0000 mgr.smithi159.sbyejd (mgr.14180) 612 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:51 smithi159 bash[14083]: cluster 2024-01-24T03:19:50.125358+0000 mgr.smithi159.sbyejd (mgr.14180) 611 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:51 smithi159 bash[14083]: audit 2024-01-24T03:19:50.464338+0000 mgr.smithi159.sbyejd (mgr.14180) 612 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:52.186 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:52 smithi162 bash[17902]: cluster 2024-01-24T03:19:52.126583+0000 mgr.smithi159.sbyejd (mgr.14180) 613 : cluster [DBG] pgmap v443: 97 pgs: 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-24T03:19:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:52 smithi159 bash[14083]: cluster 2024-01-24T03:19:52.126583+0000 mgr.smithi159.sbyejd (mgr.14180) 613 : cluster [DBG] pgmap v443: 97 pgs: 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-24T03:19:55.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:55 smithi159 bash[14083]: cluster 2024-01-24T03:19:54.127927+0000 mgr.smithi159.sbyejd (mgr.14180) 614 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:55.513 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:19:55.513 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:19:55.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:55 smithi162 bash[17902]: cluster 2024-01-24T03:19:54.127927+0000 mgr.smithi159.sbyejd (mgr.14180) 614 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:19:56.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:19:56.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:56 smithi162 bash[17902]: audit 2024-01-24T03:19:55.502045+0000 mgr.smithi159.sbyejd (mgr.14180) 615 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:56.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:56 smithi159 bash[14083]: audit 2024-01-24T03:19:55.502045+0000 mgr.smithi159.sbyejd (mgr.14180) 615 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:19:57.273 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:19:57.477 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:57 smithi159 bash[14083]: cluster 2024-01-24T03:19:56.129085+0000 mgr.smithi159.sbyejd (mgr.14180) 616 : 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-24T03:19:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:57 smithi162 bash[17902]: cluster 2024-01-24T03:19:56.129085+0000 mgr.smithi159.sbyejd (mgr.14180) 616 : 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-24T03:19:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:19:59 smithi162 bash[17902]: cluster 2024-01-24T03:19:58.130155+0000 mgr.smithi159.sbyejd (mgr.14180) 617 : 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-24T03:19:59.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:19:59 smithi159 bash[14083]: cluster 2024-01-24T03:19:58.130155+0000 mgr.smithi159.sbyejd (mgr.14180) 617 : 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-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000134+0000 mon.smithi159 (mon.0) 800 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000212+0000 mon.smithi159 (mon.0) 801 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000262+0000 mon.smithi159 (mon.0) 802 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000301+0000 mon.smithi159 (mon.0) 803 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000343+0000 mon.smithi159 (mon.0) 804 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000382+0000 mon.smithi159 (mon.0) 805 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000415+0000 mon.smithi159 (mon.0) 806 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000460+0000 mon.smithi159 (mon.0) 807 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000504+0000 mon.smithi159 (mon.0) 808 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:20:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000541+0000 mon.smithi159 (mon.0) 809 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000579+0000 mon.smithi159 (mon.0) 810 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000616+0000 mon.smithi159 (mon.0) 811 : 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-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000652+0000 mon.smithi159 (mon.0) 812 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000688+0000 mon.smithi159 (mon.0) 813 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000748+0000 mon.smithi159 (mon.0) 814 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000784+0000 mon.smithi159 (mon.0) 815 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000823+0000 mon.smithi159 (mon.0) 816 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000862+0000 mon.smithi159 (mon.0) 817 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000897+0000 mon.smithi159 (mon.0) 818 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000944+0000 mon.smithi159 (mon.0) 819 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.000981+0000 mon.smithi159 (mon.0) 820 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001016+0000 mon.smithi159 (mon.0) 821 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001054+0000 mon.smithi159 (mon.0) 822 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001089+0000 mon.smithi159 (mon.0) 823 : 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-24T03:20:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001122+0000 mon.smithi159 (mon.0) 824 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:20:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001160+0000 mon.smithi159 (mon.0) 825 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001195+0000 mon.smithi159 (mon.0) 826 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:00 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.001228+0000 mon.smithi159 (mon.0) 827 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000134+0000 mon.smithi159 (mon.0) 800 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T03:20:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000212+0000 mon.smithi159 (mon.0) 801 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-24T03:20:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000262+0000 mon.smithi159 (mon.0) 802 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000301+0000 mon.smithi159 (mon.0) 803 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000343+0000 mon.smithi159 (mon.0) 804 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000382+0000 mon.smithi159 (mon.0) 805 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000415+0000 mon.smithi159 (mon.0) 806 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000460+0000 mon.smithi159 (mon.0) 807 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000504+0000 mon.smithi159 (mon.0) 808 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi162.xytdfa ... 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000541+0000 mon.smithi159 (mon.0) 809 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000579+0000 mon.smithi159 (mon.0) 810 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000616+0000 mon.smithi159 (mon.0) 811 : 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-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000652+0000 mon.smithi159 (mon.0) 812 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000688+0000 mon.smithi159 (mon.0) 813 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000748+0000 mon.smithi159 (mon.0) 814 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000784+0000 mon.smithi159 (mon.0) 815 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000823+0000 mon.smithi159 (mon.0) 816 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000862+0000 mon.smithi159 (mon.0) 817 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000897+0000 mon.smithi159 (mon.0) 818 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000944+0000 mon.smithi159 (mon.0) 819 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.000981+0000 mon.smithi159 (mon.0) 820 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi159.ugnosv ... 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001016+0000 mon.smithi159 (mon.0) 821 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001054+0000 mon.smithi159 (mon.0) 822 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001089+0000 mon.smithi159 (mon.0) 823 : 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-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001122+0000 mon.smithi159 (mon.0) 824 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001160+0000 mon.smithi159 (mon.0) 825 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001195+0000 mon.smithi159 (mon.0) 826 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:00.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:00 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.001228+0000 mon.smithi159 (mon.0) 827 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:00.747 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:00.747 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:01.519 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:01 smithi159 bash[14083]: cluster 2024-01-24T03:20:00.131065+0000 mgr.smithi159.sbyejd (mgr.14180) 618 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:01.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:01.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:01 smithi162 bash[17902]: cluster 2024-01-24T03:20:00.131065+0000 mgr.smithi159.sbyejd (mgr.14180) 618 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:02.521 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:02.535 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:02 smithi159 bash[14083]: audit 2024-01-24T03:20:00.736614+0000 mgr.smithi159.sbyejd (mgr.14180) 619 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:02.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:02 smithi162 bash[17902]: audit 2024-01-24T03:20:00.736614+0000 mgr.smithi159.sbyejd (mgr.14180) 619 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:03.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:03 smithi162 bash[17902]: cluster 2024-01-24T03:20:02.132227+0000 mgr.smithi159.sbyejd (mgr.14180) 620 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:03.652 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:03 smithi159 bash[14083]: cluster 2024-01-24T03:20:02.132227+0000 mgr.smithi159.sbyejd (mgr.14180) 620 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:05 smithi159 bash[14083]: cluster 2024-01-24T03:20:04.133321+0000 mgr.smithi159.sbyejd (mgr.14180) 621 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:05.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:05 smithi162 bash[17902]: cluster 2024-01-24T03:20:04.133321+0000 mgr.smithi159.sbyejd (mgr.14180) 621 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:05.989 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:05.990 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:06.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:07.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:07 smithi162 bash[17902]: audit 2024-01-24T03:20:05.977509+0000 mgr.smithi159.sbyejd (mgr.14180) 622 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:07.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:07 smithi162 bash[17902]: cluster 2024-01-24T03:20:06.134746+0000 mgr.smithi159.sbyejd (mgr.14180) 623 : 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-24T03:20:07.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:07 smithi159 bash[14083]: audit 2024-01-24T03:20:05.977509+0000 mgr.smithi159.sbyejd (mgr.14180) 622 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:07.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:07 smithi159 bash[14083]: cluster 2024-01-24T03:20:06.134746+0000 mgr.smithi159.sbyejd (mgr.14180) 623 : 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-24T03:20:07.867 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:09.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:09 smithi159 bash[14083]: cluster 2024-01-24T03:20:08.135483+0000 mgr.smithi159.sbyejd (mgr.14180) 624 : 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-24T03:20:09.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:09 smithi162 bash[17902]: cluster 2024-01-24T03:20:08.135483+0000 mgr.smithi159.sbyejd (mgr.14180) 624 : 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-24T03:20:11.272 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:11.273 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:11.533 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:11 smithi159 bash[14083]: cluster 2024-01-24T03:20:10.136188+0000 mgr.smithi159.sbyejd (mgr.14180) 625 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:11.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:11 smithi162 bash[17902]: cluster 2024-01-24T03:20:10.136188+0000 mgr.smithi159.sbyejd (mgr.14180) 625 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:12.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:12 smithi159 bash[14083]: audit 2024-01-24T03:20:11.260183+0000 mgr.smithi159.sbyejd (mgr.14180) 626 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:12.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:12 smithi162 bash[17902]: audit 2024-01-24T03:20:11.260183+0000 mgr.smithi159.sbyejd (mgr.14180) 626 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:13.130 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:13.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:13 smithi159 bash[14083]: cluster 2024-01-24T03:20:12.137340+0000 mgr.smithi159.sbyejd (mgr.14180) 627 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:13 smithi162 bash[17902]: cluster 2024-01-24T03:20:12.137340+0000 mgr.smithi159.sbyejd (mgr.14180) 627 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:15.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:15 smithi159 bash[14083]: cluster 2024-01-24T03:20:14.138551+0000 mgr.smithi159.sbyejd (mgr.14180) 628 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:15.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:15 smithi162 bash[17902]: cluster 2024-01-24T03:20:14.138551+0000 mgr.smithi159.sbyejd (mgr.14180) 628 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:16.317 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:16.317 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:17.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:17.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:17 smithi159 bash[14083]: cluster 2024-01-24T03:20:16.139427+0000 mgr.smithi159.sbyejd (mgr.14180) 629 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:17.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:17 smithi159 bash[14083]: audit 2024-01-24T03:20:16.309496+0000 mgr.smithi159.sbyejd (mgr.14180) 630 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:17 smithi162 bash[17902]: cluster 2024-01-24T03:20:16.139427+0000 mgr.smithi159.sbyejd (mgr.14180) 629 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:17 smithi162 bash[17902]: audit 2024-01-24T03:20:16.309496+0000 mgr.smithi159.sbyejd (mgr.14180) 630 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:18.076 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:19.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:19 smithi159 bash[14083]: cluster 2024-01-24T03:20:18.140410+0000 mgr.smithi159.sbyejd (mgr.14180) 631 : 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-24T03:20:19.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:19 smithi162 bash[17902]: cluster 2024-01-24T03:20:18.140410+0000 mgr.smithi159.sbyejd (mgr.14180) 631 : 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-24T03:20:21.432 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:21.432 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:21.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:21 smithi159 bash[14083]: cluster 2024-01-24T03:20:20.141690+0000 mgr.smithi159.sbyejd (mgr.14180) 632 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:21 smithi162 bash[17902]: cluster 2024-01-24T03:20:20.141690+0000 mgr.smithi159.sbyejd (mgr.14180) 632 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:22.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:22.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:22 smithi162 bash[17902]: audit 2024-01-24T03:20:21.425379+0000 mgr.smithi159.sbyejd (mgr.14180) 633 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:22.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:22 smithi159 bash[14083]: audit 2024-01-24T03:20:21.425379+0000 mgr.smithi159.sbyejd (mgr.14180) 633 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:23.236 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:23.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:23 smithi162 bash[17902]: cluster 2024-01-24T03:20:22.142933+0000 mgr.smithi159.sbyejd (mgr.14180) 634 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:23.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:23 smithi159 bash[14083]: cluster 2024-01-24T03:20:22.142933+0000 mgr.smithi159.sbyejd (mgr.14180) 634 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:25.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:25 smithi159 bash[14083]: cluster 2024-01-24T03:20:24.143764+0000 mgr.smithi159.sbyejd (mgr.14180) 635 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:25.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:25 smithi162 bash[17902]: cluster 2024-01-24T03:20:24.143764+0000 mgr.smithi159.sbyejd (mgr.14180) 635 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:26.670 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:26.671 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:27.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:27.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:27 smithi162 bash[17902]: cluster 2024-01-24T03:20:26.145489+0000 mgr.smithi159.sbyejd (mgr.14180) 636 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:27.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:27 smithi162 bash[17902]: audit 2024-01-24T03:20:26.663815+0000 mgr.smithi159.sbyejd (mgr.14180) 637 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:27.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:27 smithi159 bash[14083]: cluster 2024-01-24T03:20:26.145489+0000 mgr.smithi159.sbyejd (mgr.14180) 636 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:27.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:27 smithi159 bash[14083]: audit 2024-01-24T03:20:26.663815+0000 mgr.smithi159.sbyejd (mgr.14180) 637 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:28.447 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:29.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:29 smithi162 bash[17902]: cluster 2024-01-24T03:20:28.146593+0000 mgr.smithi159.sbyejd (mgr.14180) 638 : 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-24T03:20:29.654 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:29 smithi159 bash[14083]: cluster 2024-01-24T03:20:28.146593+0000 mgr.smithi159.sbyejd (mgr.14180) 638 : 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-24T03:20:31.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:31 smithi162 bash[17902]: cluster 2024-01-24T03:20:30.147727+0000 mgr.smithi159.sbyejd (mgr.14180) 639 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:31.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:31 smithi159 bash[14083]: cluster 2024-01-24T03:20:30.147727+0000 mgr.smithi159.sbyejd (mgr.14180) 639 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:31.734 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:31.734 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:32.590 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:32 smithi159 bash[14083]: audit 2024-01-24T03:20:31.722127+0000 mgr.smithi159.sbyejd (mgr.14180) 640 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:32.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:32.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:32 smithi162 bash[17902]: audit 2024-01-24T03:20:31.722127+0000 mgr.smithi159.sbyejd (mgr.14180) 640 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:33.592 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:33.609 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:33 smithi159 bash[14083]: cluster 2024-01-24T03:20:32.148452+0000 mgr.smithi159.sbyejd (mgr.14180) 641 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:33.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:33 smithi162 bash[17902]: cluster 2024-01-24T03:20:32.148452+0000 mgr.smithi159.sbyejd (mgr.14180) 641 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:20:35.612 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:35 smithi159 bash[14083]: cluster 2024-01-24T03:20:34.149089+0000 mgr.smithi159.sbyejd (mgr.14180) 642 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:35 smithi162 bash[17902]: cluster 2024-01-24T03:20:34.149089+0000 mgr.smithi159.sbyejd (mgr.14180) 642 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:36.911 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:36.912 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:37 smithi162 bash[17902]: cluster 2024-01-24T03:20:36.150302+0000 mgr.smithi159.sbyejd (mgr.14180) 643 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:37.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:37 smithi159 bash[14083]: cluster 2024-01-24T03:20:36.150302+0000 mgr.smithi159.sbyejd (mgr.14180) 643 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:37.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:38 smithi162 bash[17902]: audit 2024-01-24T03:20:36.900385+0000 mgr.smithi159.sbyejd (mgr.14180) 644 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:38.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:38 smithi162 bash[17902]: audit 2024-01-24T03:20:38.122456+0000 mon.smithi159 (mon.0) 828 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:20:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:38 smithi159 bash[14083]: audit 2024-01-24T03:20:36.900385+0000 mgr.smithi159.sbyejd (mgr.14180) 644 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:38 smithi159 bash[14083]: audit 2024-01-24T03:20:38.122456+0000 mon.smithi159 (mon.0) 828 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:20:38.752 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: cluster 2024-01-24T03:20:38.151430+0000 mgr.smithi159.sbyejd (mgr.14180) 645 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.425307+0000 mon.smithi159 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.425781+0000 mon.smithi159 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.426738+0000 mon.smithi159 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.427082+0000 mon.smithi159 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.428082+0000 mon.smithi159 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.428440+0000 mon.smithi159 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.429543+0000 mon.smithi159 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.429787+0000 mon.smithi159 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: cephadm 2024-01-24T03:20:38.430471+0000 mgr.smithi159.sbyejd (mgr.14180) 646 : cephadm [INF] Adjusting osd_memory_target on smithi159 to 1980M 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: cephadm 2024-01-24T03:20:38.430809+0000 mgr.smithi159.sbyejd (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 2748M 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.436753+0000 mon.smithi159 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.445768+0000 mon.smithi159 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.447027+0000 mon.smithi159 (mon.0) 839 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.447907+0000 mon.smithi159 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.452703+0000 mon.smithi159 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: cluster 2024-01-24T03:20:38.453289+0000 mgr.smithi159.sbyejd (mgr.14180) 648 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.459454+0000 mon.smithi159 (mon.0) 842 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: audit 2024-01-24T03:20:38.473338+0000 mon.smithi159 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:39 smithi162 bash[17902]: cephadm 2024-01-24T03:20:38.478584+0000 mgr.smithi159.sbyejd (mgr.14180) 649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.yxwmas on smithi162 2024-01-24T03:20:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: cluster 2024-01-24T03:20:38.151430+0000 mgr.smithi159.sbyejd (mgr.14180) 645 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:20:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.425307+0000 mon.smithi159 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.425781+0000 mon.smithi159 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.426738+0000 mon.smithi159 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.427082+0000 mon.smithi159 (mon.0) 832 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.428082+0000 mon.smithi159 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.428440+0000 mon.smithi159 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.429543+0000 mon.smithi159 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.429787+0000 mon.smithi159 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-24T03:20:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: cephadm 2024-01-24T03:20:38.430471+0000 mgr.smithi159.sbyejd (mgr.14180) 646 : cephadm [INF] Adjusting osd_memory_target on smithi159 to 1980M 2024-01-24T03:20:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: cephadm 2024-01-24T03:20:38.430809+0000 mgr.smithi159.sbyejd (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi162 to 2748M 2024-01-24T03:20:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.436753+0000 mon.smithi159 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.445768+0000 mon.smithi159 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.447027+0000 mon.smithi159 (mon.0) 839 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.447907+0000 mon.smithi159 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.452703+0000 mon.smithi159 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: cluster 2024-01-24T03:20:38.453289+0000 mgr.smithi159.sbyejd (mgr.14180) 648 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.459454+0000 mon.smithi159 (mon.0) 842 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: audit 2024-01-24T03:20:38.473338+0000 mon.smithi159 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:39.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:39 smithi159 bash[14083]: cephadm 2024-01-24T03:20:38.478584+0000 mgr.smithi159.sbyejd (mgr.14180) 649 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.yxwmas on smithi162 2024-01-24T03:20:40.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:40 smithi162 bash[17902]: cluster 2024-01-24T03:20:39.451045+0000 mon.smithi159 (mon.0) 844 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:20:40.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:40 smithi162 bash[17902]: cluster 2024-01-24T03:20:39.451098+0000 mon.smithi159 (mon.0) 845 : cluster [INF] Cluster is now healthy 2024-01-24T03:20:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:40 smithi159 bash[14083]: cluster 2024-01-24T03:20:39.451045+0000 mon.smithi159 (mon.0) 844 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:20:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:40 smithi159 bash[14083]: cluster 2024-01-24T03:20:39.451098+0000 mon.smithi159 (mon.0) 845 : cluster [INF] Cluster is now healthy 2024-01-24T03:20:41.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:41 smithi162 bash[17902]: cluster 2024-01-24T03:20:40.454033+0000 mgr.smithi159.sbyejd (mgr.14180) 650 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:41.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:41 smithi159 bash[14083]: cluster 2024-01-24T03:20:40.454033+0000 mgr.smithi159.sbyejd (mgr.14180) 650 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:42.293 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:42.293 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:18:29.953122Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.yzdgph on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:34.284133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xytdfa on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xytdfa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xytdfa\nDeploy daemon haproxy.nfs.foo.smithi162.xytdfa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.112291Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ugnosv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ugnosv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ugnosv\nDeploy daemon haproxy.nfs.foo.smithi159.ugnosv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:19:38.115214Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.metpki on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:43.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:43.107 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: audit 2024-01-24T03:20:42.282212+0000 mgr.smithi159.sbyejd (mgr.14180) 651 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:43.107 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: cephadm 2024-01-24T03:20:42.395999+0000 mgr.smithi159.sbyejd (mgr.14180) 652 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.yxwmas ... 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:20:43.108 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.yxwmas ... 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:43.109 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: cephadm 2024-01-24T03:20:42.396218+0000 mgr.smithi159.sbyejd (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: audit 2024-01-24T03:20:42.396746+0000 mon.smithi159 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.yxwmas"}]: dispatch 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: cephadm 2024-01-24T03:20:42.397875+0000 mgr.smithi159.sbyejd (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.yxwmas ... 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.110 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: cephadm 2024-01-24T03:20:42.400376+0000 mgr.smithi159.sbyejd (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.khwudv on smithi159 2024-01-24T03:20:43.111 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:42 smithi159 bash[14083]: cluster 2024-01-24T03:20:42.455020+0000 mgr.smithi159.sbyejd (mgr.14180) 656 : 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-24T03:20:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: audit 2024-01-24T03:20:42.282212+0000 mgr.smithi159.sbyejd (mgr.14180) 651 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: cephadm 2024-01-24T03:20:42.395999+0000 mgr.smithi159.sbyejd (mgr.14180) 652 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.yxwmas ... 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:43.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.yxwmas ... 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: cephadm 2024-01-24T03:20:42.396218+0000 mgr.smithi159.sbyejd (mgr.14180) 653 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: audit 2024-01-24T03:20:42.396746+0000 mon.smithi159 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.yxwmas"}]: dispatch 2024-01-24T03:20:43.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: cephadm 2024-01-24T03:20:42.397875+0000 mgr.smithi159.sbyejd (mgr.14180) 654 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.yxwmas ... 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: cephadm 2024-01-24T03:20:42.400376+0000 mgr.smithi159.sbyejd (mgr.14180) 655 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.khwudv on smithi159 2024-01-24T03:20:43.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:42 smithi162 bash[17902]: cluster 2024-01-24T03:20:42.455020+0000 mgr.smithi159.sbyejd (mgr.14180) 656 : 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-24T03:20:44.108 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:45.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:45 smithi162 bash[17902]: cluster 2024-01-24T03:20:44.455830+0000 mgr.smithi159.sbyejd (mgr.14180) 657 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:45.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:45 smithi159 bash[14083]: cluster 2024-01-24T03:20:44.455830+0000 mgr.smithi159.sbyejd (mgr.14180) 657 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cluster 2024-01-24T03:20:46.456581+0000 mgr.smithi159.sbyejd (mgr.14180) 658 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cephadm 2024-01-24T03:20:46.697879+0000 mgr.smithi159.sbyejd (mgr.14180) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.khwudv ... 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.khwudv ... 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cephadm 2024-01-24T03:20:46.698393+0000 mgr.smithi159.sbyejd (mgr.14180) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: audit 2024-01-24T03:20:46.698953+0000 mon.smithi159 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.khwudv"}]: dispatch 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cephadm 2024-01-24T03:20:46.700199+0000 mgr.smithi159.sbyejd (mgr.14180) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:47.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.khwudv ... 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cephadm 2024-01-24T03:20:46.704119+0000 mgr.smithi159.sbyejd (mgr.14180) 662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cephadm 2024-01-24T03:20:46.707392+0000 mgr.smithi159.sbyejd (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:47.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:47 smithi159 bash[14083]: cluster 2024-01-24T03:20:46.708076+0000 mgr.smithi159.sbyejd (mgr.14180) 664 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-01-24T03:20:47.713 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:47.713 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cluster 2024-01-24T03:20:46.456581+0000 mgr.smithi159.sbyejd (mgr.14180) 658 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cephadm 2024-01-24T03:20:46.697879+0000 mgr.smithi159.sbyejd (mgr.14180) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.khwudv ... 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.khwudv ... 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cephadm 2024-01-24T03:20:46.698393+0000 mgr.smithi159.sbyejd (mgr.14180) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: audit 2024-01-24T03:20:46.698953+0000 mon.smithi159 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.khwudv"}]: dispatch 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cephadm 2024-01-24T03:20:46.700199+0000 mgr.smithi159.sbyejd (mgr.14180) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:47.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.khwudv ... 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cephadm 2024-01-24T03:20:46.704119+0000 mgr.smithi159.sbyejd (mgr.14180) 662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cephadm 2024-01-24T03:20:46.707392+0000 mgr.smithi159.sbyejd (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:20:47.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:47 smithi162 bash[17902]: cluster 2024-01-24T03:20:46.708076+0000 mgr.smithi159.sbyejd (mgr.14180) 664 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-01-24T03:20:48.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:48.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:48 smithi162 bash[17902]: cluster 2024-01-24T03:20:47.514921+0000 mon.smithi159 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:20:48.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:48 smithi162 bash[17902]: audit 2024-01-24T03:20:47.700775+0000 mgr.smithi159.sbyejd (mgr.14180) 665 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:48.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:48 smithi162 bash[17902]: audit 2024-01-24T03:20:48.197097+0000 mon.smithi159 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:48 smithi159 bash[14083]: cluster 2024-01-24T03:20:47.514921+0000 mon.smithi159 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:20:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:48 smithi159 bash[14083]: audit 2024-01-24T03:20:47.700775+0000 mgr.smithi159.sbyejd (mgr.14180) 665 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:48.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:48 smithi159 bash[14083]: audit 2024-01-24T03:20:48.197097+0000 mon.smithi159 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:20:49.515 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:49 smithi162 bash[17902]: cluster 2024-01-24T03:20:48.709138+0000 mgr.smithi159.sbyejd (mgr.14180) 666 : cluster [DBG] pgmap v473: 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-24T03:20:49.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:49 smithi159 bash[14083]: cluster 2024-01-24T03:20:48.709138+0000 mgr.smithi159.sbyejd (mgr.14180) 666 : cluster [DBG] pgmap v473: 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-24T03:20:50.911 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:50 smithi159 bash[14083]: cluster 2024-01-24T03:20:50.710570+0000 mgr.smithi159.sbyejd (mgr.14180) 667 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2024-01-24T03:20:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:50 smithi162 bash[17902]: cluster 2024-01-24T03:20:50.710570+0000 mgr.smithi159.sbyejd (mgr.14180) 667 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2024-01-24T03:20:52.675 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:52.676 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:52 smithi162 bash[17902]: audit 2024-01-24T03:20:52.669053+0000 mgr.smithi159.sbyejd (mgr.14180) 668 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:52 smithi162 bash[17902]: cluster 2024-01-24T03:20:52.711191+0000 mgr.smithi159.sbyejd (mgr.14180) 669 : cluster [DBG] pgmap v475: 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-24T03:20:53.188 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:52 smithi159 bash[14083]: audit 2024-01-24T03:20:52.669053+0000 mgr.smithi159.sbyejd (mgr.14180) 668 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:53.188 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:52 smithi159 bash[14083]: cluster 2024-01-24T03:20:52.711191+0000 mgr.smithi159.sbyejd (mgr.14180) 669 : cluster [DBG] pgmap v475: 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-24T03:20:53.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:54.465 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:20:54.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:54 smithi159 bash[14083]: cluster 2024-01-24T03:20:54.711944+0000 mgr.smithi159.sbyejd (mgr.14180) 670 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:20:55.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:54 smithi162 bash[17902]: cluster 2024-01-24T03:20:54.711944+0000 mgr.smithi159.sbyejd (mgr.14180) 670 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:20:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:56 smithi159 bash[14083]: cluster 2024-01-24T03:20:56.713103+0000 mgr.smithi159.sbyejd (mgr.14180) 671 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:20:57.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:56 smithi162 bash[17902]: cluster 2024-01-24T03:20:56.713103+0000 mgr.smithi159.sbyejd (mgr.14180) 671 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:20:57.896 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:20:57.896 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:20:58.684 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:20:59.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:58 smithi162 bash[17902]: audit 2024-01-24T03:20:57.889143+0000 mgr.smithi159.sbyejd (mgr.14180) 672 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:59.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:20:58 smithi162 bash[17902]: cluster 2024-01-24T03:20:58.714216+0000 mgr.smithi159.sbyejd (mgr.14180) 673 : 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-24T03:20:59.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:58 smithi159 bash[14083]: audit 2024-01-24T03:20:57.889143+0000 mgr.smithi159.sbyejd (mgr.14180) 672 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:20:59.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:20:58 smithi159 bash[14083]: cluster 2024-01-24T03:20:58.714216+0000 mgr.smithi159.sbyejd (mgr.14180) 673 : 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-24T03:20:59.685 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:01.085 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:00 smithi159 bash[14083]: cluster 2024-01-24T03:21:00.715375+0000 mgr.smithi159.sbyejd (mgr.14180) 674 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:00 smithi162 bash[17902]: cluster 2024-01-24T03:21:00.715375+0000 mgr.smithi159.sbyejd (mgr.14180) 674 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:02.827 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:02.827 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:02 smithi162 bash[17902]: cluster 2024-01-24T03:21:02.716491+0000 mgr.smithi159.sbyejd (mgr.14180) 675 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:03.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:02 smithi159 bash[14083]: cluster 2024-01-24T03:21:02.716491+0000 mgr.smithi159.sbyejd (mgr.14180) 675 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:03.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:03 smithi162 bash[17902]: audit 2024-01-24T03:21:02.816826+0000 mgr.smithi159.sbyejd (mgr.14180) 676 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:04.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:03 smithi159 bash[14083]: audit 2024-01-24T03:21:02.816826+0000 mgr.smithi159.sbyejd (mgr.14180) 676 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:04.557 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:05.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:04 smithi162 bash[17902]: cluster 2024-01-24T03:21:04.717776+0000 mgr.smithi159.sbyejd (mgr.14180) 677 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:05.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:04 smithi159 bash[14083]: cluster 2024-01-24T03:21:04.717776+0000 mgr.smithi159.sbyejd (mgr.14180) 677 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:06.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:06 smithi159 bash[14083]: cluster 2024-01-24T03:21:06.719118+0000 mgr.smithi159.sbyejd (mgr.14180) 678 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:06 smithi162 bash[17902]: cluster 2024-01-24T03:21:06.719118+0000 mgr.smithi159.sbyejd (mgr.14180) 678 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:07.982 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:07.982 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:08.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:09.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:08 smithi162 bash[17902]: audit 2024-01-24T03:21:07.970429+0000 mgr.smithi159.sbyejd (mgr.14180) 679 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:09.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:08 smithi162 bash[17902]: cluster 2024-01-24T03:21:08.720313+0000 mgr.smithi159.sbyejd (mgr.14180) 680 : 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-24T03:21:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:08 smithi159 bash[14083]: audit 2024-01-24T03:21:07.970429+0000 mgr.smithi159.sbyejd (mgr.14180) 679 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:08 smithi159 bash[14083]: cluster 2024-01-24T03:21:08.720313+0000 mgr.smithi159.sbyejd (mgr.14180) 680 : 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-24T03:21:09.700 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:10.965 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:10 smithi159 bash[14083]: cluster 2024-01-24T03:21:10.721244+0000 mgr.smithi159.sbyejd (mgr.14180) 681 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:11.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:10 smithi162 bash[17902]: cluster 2024-01-24T03:21:10.721244+0000 mgr.smithi159.sbyejd (mgr.14180) 681 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:12.769 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:12.770 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:13.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:12 smithi162 bash[17902]: cluster 2024-01-24T03:21:12.722234+0000 mgr.smithi159.sbyejd (mgr.14180) 682 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:13.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:12 smithi159 bash[14083]: cluster 2024-01-24T03:21:12.722234+0000 mgr.smithi159.sbyejd (mgr.14180) 682 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:13.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:13 smithi162 bash[17902]: audit 2024-01-24T03:21:12.762010+0000 mgr.smithi159.sbyejd (mgr.14180) 683 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:14.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:13 smithi159 bash[14083]: audit 2024-01-24T03:21:12.762010+0000 mgr.smithi159.sbyejd (mgr.14180) 683 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:14.502 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:15.122 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:14 smithi159 bash[14083]: cluster 2024-01-24T03:21:14.723107+0000 mgr.smithi159.sbyejd (mgr.14180) 684 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:14 smithi162 bash[17902]: cluster 2024-01-24T03:21:14.723107+0000 mgr.smithi159.sbyejd (mgr.14180) 684 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:16 smithi159 bash[14083]: cluster 2024-01-24T03:21:16.724506+0000 mgr.smithi159.sbyejd (mgr.14180) 685 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:16 smithi162 bash[17902]: cluster 2024-01-24T03:21:16.724506+0000 mgr.smithi159.sbyejd (mgr.14180) 685 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:17.916 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:17.916 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:18.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:18 smithi162 bash[17902]: audit 2024-01-24T03:21:17.907376+0000 mgr.smithi159.sbyejd (mgr.14180) 686 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:19.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:18 smithi162 bash[17902]: cluster 2024-01-24T03:21:18.725726+0000 mgr.smithi159.sbyejd (mgr.14180) 687 : 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-24T03:21:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:18 smithi159 bash[14083]: audit 2024-01-24T03:21:17.907376+0000 mgr.smithi159.sbyejd (mgr.14180) 686 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:19.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:18 smithi159 bash[14083]: cluster 2024-01-24T03:21:18.725726+0000 mgr.smithi159.sbyejd (mgr.14180) 687 : 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-24T03:21:19.699 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:20 smithi162 bash[17902]: cluster 2024-01-24T03:21:20.726757+0000 mgr.smithi159.sbyejd (mgr.14180) 688 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:21.139 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:20 smithi159 bash[14083]: cluster 2024-01-24T03:21:20.726757+0000 mgr.smithi159.sbyejd (mgr.14180) 688 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:22.951 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:22.951 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:22 smithi162 bash[17902]: cluster 2024-01-24T03:21:22.727685+0000 mgr.smithi159.sbyejd (mgr.14180) 689 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:22 smithi159 bash[14083]: cluster 2024-01-24T03:21:22.727685+0000 mgr.smithi159.sbyejd (mgr.14180) 689 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:23.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:23 smithi162 bash[17902]: audit 2024-01-24T03:21:22.944105+0000 mgr.smithi159.sbyejd (mgr.14180) 690 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:23 smithi159 bash[14083]: audit 2024-01-24T03:21:22.944105+0000 mgr.smithi159.sbyejd (mgr.14180) 690 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:24.794 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:25.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:24 smithi162 bash[17902]: cluster 2024-01-24T03:21:24.728739+0000 mgr.smithi159.sbyejd (mgr.14180) 691 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:25.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:24 smithi159 bash[14083]: cluster 2024-01-24T03:21:24.728739+0000 mgr.smithi159.sbyejd (mgr.14180) 691 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:26 smithi162 bash[17902]: cluster 2024-01-24T03:21:26.729935+0000 mgr.smithi159.sbyejd (mgr.14180) 692 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:27.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:26 smithi159 bash[14083]: cluster 2024-01-24T03:21:26.729935+0000 mgr.smithi159.sbyejd (mgr.14180) 692 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:28.285 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:28.285 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:28.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:28 smithi159 bash[14083]: audit 2024-01-24T03:21:28.277499+0000 mgr.smithi159.sbyejd (mgr.14180) 693 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:28.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:28 smithi159 bash[14083]: cluster 2024-01-24T03:21:28.730624+0000 mgr.smithi159.sbyejd (mgr.14180) 694 : 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-24T03:21:29.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:29.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:28 smithi162 bash[17902]: audit 2024-01-24T03:21:28.277499+0000 mgr.smithi159.sbyejd (mgr.14180) 693 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:29.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:28 smithi162 bash[17902]: cluster 2024-01-24T03:21:28.730624+0000 mgr.smithi159.sbyejd (mgr.14180) 694 : 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-24T03:21:30.119 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:30 smithi162 bash[17902]: cluster 2024-01-24T03:21:30.731881+0000 mgr.smithi159.sbyejd (mgr.14180) 695 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:31.180 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:30 smithi159 bash[14083]: cluster 2024-01-24T03:21:30.731881+0000 mgr.smithi159.sbyejd (mgr.14180) 695 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:32 smithi162 bash[17902]: cluster 2024-01-24T03:21:32.732931+0000 mgr.smithi159.sbyejd (mgr.14180) 696 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:33.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:32 smithi159 bash[14083]: cluster 2024-01-24T03:21:32.732931+0000 mgr.smithi159.sbyejd (mgr.14180) 696 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:33.205 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:33.205 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:33.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:34.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:33 smithi162 bash[17902]: audit 2024-01-24T03:21:33.190869+0000 mgr.smithi159.sbyejd (mgr.14180) 697 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:34.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:33 smithi159 bash[14083]: audit 2024-01-24T03:21:33.190869+0000 mgr.smithi159.sbyejd (mgr.14180) 697 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:34.993 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:35.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:34 smithi162 bash[17902]: cluster 2024-01-24T03:21:34.734046+0000 mgr.smithi159.sbyejd (mgr.14180) 698 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:35.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:34 smithi159 bash[14083]: cluster 2024-01-24T03:21:34.734046+0000 mgr.smithi159.sbyejd (mgr.14180) 698 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:37.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:36 smithi162 bash[17902]: cluster 2024-01-24T03:21:36.735390+0000 mgr.smithi159.sbyejd (mgr.14180) 699 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:37.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:36 smithi159 bash[14083]: cluster 2024-01-24T03:21:36.735390+0000 mgr.smithi159.sbyejd (mgr.14180) 699 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:38.397 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:38.397 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:38.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:38 smithi159 bash[14083]: audit 2024-01-24T03:21:38.384632+0000 mgr.smithi159.sbyejd (mgr.14180) 700 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:38.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:38 smithi159 bash[14083]: cluster 2024-01-24T03:21:38.736512+0000 mgr.smithi159.sbyejd (mgr.14180) 701 : 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-24T03:21:39.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:38 smithi162 bash[17902]: audit 2024-01-24T03:21:38.384632+0000 mgr.smithi159.sbyejd (mgr.14180) 700 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:39.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:38 smithi162 bash[17902]: cluster 2024-01-24T03:21:38.736512+0000 mgr.smithi159.sbyejd (mgr.14180) 701 : 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-24T03:21:39.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:40.200 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:40 smithi162 bash[17902]: cluster 2024-01-24T03:21:40.737779+0000 mgr.smithi159.sbyejd (mgr.14180) 702 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:41.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:40 smithi159 bash[14083]: cluster 2024-01-24T03:21:40.737779+0000 mgr.smithi159.sbyejd (mgr.14180) 702 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:21:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:42 smithi162 bash[17902]: cluster 2024-01-24T03:21:42.738503+0000 mgr.smithi159.sbyejd (mgr.14180) 703 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:43.123 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:42 smithi159 bash[14083]: cluster 2024-01-24T03:21:42.738503+0000 mgr.smithi159.sbyejd (mgr.14180) 703 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:43.471 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:43.471 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:43 smithi162 bash[17902]: audit 2024-01-24T03:21:43.463963+0000 mgr.smithi159.sbyejd (mgr.14180) 704 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:44.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:43 smithi159 bash[14083]: audit 2024-01-24T03:21:43.463963+0000 mgr.smithi159.sbyejd (mgr.14180) 704 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:44.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:45.274 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:45 smithi162 bash[17902]: cluster 2024-01-24T03:21:44.739678+0000 mgr.smithi159.sbyejd (mgr.14180) 705 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:46.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:45 smithi159 bash[14083]: cluster 2024-01-24T03:21:44.739678+0000 mgr.smithi159.sbyejd (mgr.14180) 705 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:47.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:46 smithi159 bash[14083]: audit 2024-01-24T03:21:46.711393+0000 mon.smithi159 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:21:47.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:46 smithi162 bash[17902]: audit 2024-01-24T03:21:46.711393+0000 mon.smithi159 (mon.0) 850 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:21:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: cluster 2024-01-24T03:21:46.740611+0000 mgr.smithi159.sbyejd (mgr.14180) 706 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: audit 2024-01-24T03:21:46.985253+0000 mon.smithi159 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:21:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: audit 2024-01-24T03:21:46.986539+0000 mon.smithi159 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:21:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: audit 2024-01-24T03:21:46.992414+0000 mon.smithi159 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: cluster 2024-01-24T03:21:46.992949+0000 mgr.smithi159.sbyejd (mgr.14180) 707 : cluster [DBG] pgmap v503: 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-24T03:21:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: audit 2024-01-24T03:21:46.998727+0000 mon.smithi159 (mon.0) 854 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:21:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: audit 2024-01-24T03:21:47.007812+0000 mon.smithi159 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:47 smithi159 bash[14083]: cephadm 2024-01-24T03:21:47.010634+0000 mgr.smithi159.sbyejd (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.xwpitg on smithi162 2024-01-24T03:21:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: cluster 2024-01-24T03:21:46.740611+0000 mgr.smithi159.sbyejd (mgr.14180) 706 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:21:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: audit 2024-01-24T03:21:46.985253+0000 mon.smithi159 (mon.0) 851 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:21:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: audit 2024-01-24T03:21:46.986539+0000 mon.smithi159 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:21:48.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: audit 2024-01-24T03:21:46.992414+0000 mon.smithi159 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:48.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: cluster 2024-01-24T03:21:46.992949+0000 mgr.smithi159.sbyejd (mgr.14180) 707 : cluster [DBG] pgmap v503: 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-24T03:21:48.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: audit 2024-01-24T03:21:46.998727+0000 mon.smithi159 (mon.0) 854 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:21:48.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: audit 2024-01-24T03:21:47.007812+0000 mon.smithi159 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:48.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:47 smithi162 bash[17902]: cephadm 2024-01-24T03:21:47.010634+0000 mgr.smithi159.sbyejd (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.xwpitg on smithi162 2024-01-24T03:21:48.768 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:48.768 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:19:38.117705Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.iguuef on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:49.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:48 smithi159 bash[14083]: cluster 2024-01-24T03:21:47.990682+0000 mon.smithi159 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:21:49.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:48 smithi159 bash[14083]: cluster 2024-01-24T03:21:47.990730+0000 mon.smithi159 (mon.0) 857 : cluster [INF] Cluster is now healthy 2024-01-24T03:21:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:48 smithi162 bash[17902]: cluster 2024-01-24T03:21:47.990682+0000 mon.smithi159 (mon.0) 856 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:21:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:48 smithi162 bash[17902]: cluster 2024-01-24T03:21:47.990730+0000 mon.smithi159 (mon.0) 857 : cluster [INF] Cluster is now healthy 2024-01-24T03:21:49.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:50.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:49 smithi159 bash[14083]: audit 2024-01-24T03:21:48.761134+0000 mgr.smithi159.sbyejd (mgr.14180) 709 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:50.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:49 smithi159 bash[14083]: cluster 2024-01-24T03:21:48.993735+0000 mgr.smithi159.sbyejd (mgr.14180) 710 : cluster [DBG] pgmap v504: 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-24T03:21:50.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:49 smithi162 bash[17902]: audit 2024-01-24T03:21:48.761134+0000 mgr.smithi159.sbyejd (mgr.14180) 709 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:50.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:49 smithi162 bash[17902]: cluster 2024-01-24T03:21:48.993735+0000 mgr.smithi159.sbyejd (mgr.14180) 710 : cluster [DBG] pgmap v504: 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-24T03:21:50.617 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: cluster 2024-01-24T03:21:50.994623+0000 mgr.smithi159.sbyejd (mgr.14180) 711 : cluster [DBG] pgmap v505: 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-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: cephadm 2024-01-24T03:21:51.061797+0000 mgr.smithi159.sbyejd (mgr.14180) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xwpitg ... 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:21:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xwpitg ... 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: cephadm 2024-01-24T03:21:51.062097+0000 mgr.smithi159.sbyejd (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: audit 2024-01-24T03:21:51.062477+0000 mon.smithi159 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.xwpitg"}]: dispatch 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: cephadm 2024-01-24T03:21:51.063387+0000 mgr.smithi159.sbyejd (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xwpitg ... 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:52 smithi159 bash[14083]: cephadm 2024-01-24T03:21:51.065604+0000 mgr.smithi159.sbyejd (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.rbxnly on smithi159 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: cluster 2024-01-24T03:21:50.994623+0000 mgr.smithi159.sbyejd (mgr.14180) 711 : cluster [DBG] pgmap v505: 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-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: cephadm 2024-01-24T03:21:51.061797+0000 mgr.smithi159.sbyejd (mgr.14180) 712 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xwpitg ... 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:52.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xwpitg ... 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: cephadm 2024-01-24T03:21:51.062097+0000 mgr.smithi159.sbyejd (mgr.14180) 713 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: audit 2024-01-24T03:21:51.062477+0000 mon.smithi159 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.xwpitg"}]: dispatch 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: cephadm 2024-01-24T03:21:51.063387+0000 mgr.smithi159.sbyejd (mgr.14180) 714 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg 2024-01-24T03:21:52.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xwpitg ... 2024-01-24T03:21:52.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:52.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:52.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:52.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:52.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:52 smithi162 bash[17902]: cephadm 2024-01-24T03:21:51.065604+0000 mgr.smithi159.sbyejd (mgr.14180) 715 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.rbxnly on smithi159 2024-01-24T03:21:54.084 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:54.085 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:42.397737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.yxwmas on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-yxwmas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.yxwmas\nDeploy daemon haproxy.nfs.foo.smithi162.yxwmas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.699949Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khwudv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khwudv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khwudv\nDeploy daemon haproxy.nfs.foo.smithi159.khwudv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:20:46.703920Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.wjvmad on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:54 smithi159 bash[14083]: cluster 2024-01-24T03:21:52.995304+0000 mgr.smithi159.sbyejd (mgr.14180) 716 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:21:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:54 smithi159 bash[14083]: audit 2024-01-24T03:21:53.488982+0000 mon.smithi159 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:54 smithi162 bash[17902]: cluster 2024-01-24T03:21:52.995304+0000 mgr.smithi159.sbyejd (mgr.14180) 716 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:21:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:54 smithi162 bash[17902]: audit 2024-01-24T03:21:53.488982+0000 mon.smithi159 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:54.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:21:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:55 smithi162 bash[17902]: audit 2024-01-24T03:21:54.071242+0000 mgr.smithi159.sbyejd (mgr.14180) 717 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:55 smithi162 bash[17902]: audit 2024-01-24T03:21:55.009989+0000 mon.smithi159 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.rbxnly"}]: dispatch 2024-01-24T03:21:55.920 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:21:55.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:55 smithi159 bash[14083]: audit 2024-01-24T03:21:54.071242+0000 mgr.smithi159.sbyejd (mgr.14180) 717 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:21:55.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:55 smithi159 bash[14083]: audit 2024-01-24T03:21:55.009989+0000 mon.smithi159 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.rbxnly"}]: dispatch 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cluster 2024-01-24T03:21:54.996233+0000 mgr.smithi159.sbyejd (mgr.14180) 718 : cluster [DBG] pgmap v507: 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-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cephadm 2024-01-24T03:21:55.008778+0000 mgr.smithi159.sbyejd (mgr.14180) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rbxnly ... 2024-01-24T03:21:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:56.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rbxnly ... 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cephadm 2024-01-24T03:21:55.009315+0000 mgr.smithi159.sbyejd (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cephadm 2024-01-24T03:21:55.011652+0000 mgr.smithi159.sbyejd (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rbxnly ... 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cephadm 2024-01-24T03:21:55.015819+0000 mgr.smithi159.sbyejd (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cephadm 2024-01-24T03:21:55.017671+0000 mgr.smithi159.sbyejd (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cluster 2024-01-24T03:21:55.018676+0000 mgr.smithi159.sbyejd (mgr.14180) 724 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 B/s rd, 0 op/s 2024-01-24T03:21:56.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:56 smithi162 bash[17902]: cluster 2024-01-24T03:21:55.488527+0000 mon.smithi159 (mon.0) 861 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:21:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cluster 2024-01-24T03:21:54.996233+0000 mgr.smithi159.sbyejd (mgr.14180) 718 : cluster [DBG] pgmap v507: 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-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cephadm 2024-01-24T03:21:55.008778+0000 mgr.smithi159.sbyejd (mgr.14180) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rbxnly ... 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:56.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rbxnly ... 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:56.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cephadm 2024-01-24T03:21:55.009315+0000 mgr.smithi159.sbyejd (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cephadm 2024-01-24T03:21:55.011652+0000 mgr.smithi159.sbyejd (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rbxnly ... 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:21:56.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:21:56.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:21:56.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cephadm 2024-01-24T03:21:55.015819+0000 mgr.smithi159.sbyejd (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:21:56.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cephadm 2024-01-24T03:21:55.017671+0000 mgr.smithi159.sbyejd (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:21:56.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cluster 2024-01-24T03:21:55.018676+0000 mgr.smithi159.sbyejd (mgr.14180) 724 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 247 B/s rd, 0 op/s 2024-01-24T03:21:56.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:56 smithi159 bash[14083]: cluster 2024-01-24T03:21:55.488527+0000 mon.smithi159 (mon.0) 861 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:21:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:57 smithi162 bash[17902]: cluster 2024-01-24T03:21:57.019799+0000 mgr.smithi159.sbyejd (mgr.14180) 725 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:21:58.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:57 smithi159 bash[14083]: cluster 2024-01-24T03:21:57.019799+0000 mgr.smithi159.sbyejd (mgr.14180) 725 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:21:59.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:21:59 smithi159 bash[14083]: audit 2024-01-24T03:21:58.242686+0000 mon.smithi159 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:21:59.471 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:21:59.471 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:21:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:21:59 smithi162 bash[17902]: audit 2024-01-24T03:21:58.242686+0000 mon.smithi159 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:00.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:00 smithi162 bash[17902]: cluster 2024-01-24T03:21:59.020951+0000 mgr.smithi159.sbyejd (mgr.14180) 726 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:00 smithi162 bash[17902]: audit 2024-01-24T03:21:59.459663+0000 mgr.smithi159.sbyejd (mgr.14180) 727 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:00 smithi159 bash[14083]: cluster 2024-01-24T03:21:59.020951+0000 mgr.smithi159.sbyejd (mgr.14180) 726 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:00 smithi159 bash[14083]: audit 2024-01-24T03:21:59.459663+0000 mgr.smithi159.sbyejd (mgr.14180) 727 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:01.283 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:02.602 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:02 smithi159 bash[14083]: cluster 2024-01-24T03:22:01.022198+0000 mgr.smithi159.sbyejd (mgr.14180) 728 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:02.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:02 smithi162 bash[17902]: cluster 2024-01-24T03:22:01.022198+0000 mgr.smithi159.sbyejd (mgr.14180) 728 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:04.617 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:04.617 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:04 smithi162 bash[17902]: cluster 2024-01-24T03:22:03.023225+0000 mgr.smithi159.sbyejd (mgr.14180) 729 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:04.650 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:04 smithi159 bash[14083]: cluster 2024-01-24T03:22:03.023225+0000 mgr.smithi159.sbyejd (mgr.14180) 729 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:05.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:05 smithi159 bash[14083]: audit 2024-01-24T03:22:04.603562+0000 mgr.smithi159.sbyejd (mgr.14180) 730 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:05.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:05 smithi162 bash[17902]: audit 2024-01-24T03:22:04.603562+0000 mgr.smithi159.sbyejd (mgr.14180) 730 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:06.374 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:06.583 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:06 smithi159 bash[14083]: cluster 2024-01-24T03:22:05.023886+0000 mgr.smithi159.sbyejd (mgr.14180) 731 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:06.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:06 smithi162 bash[17902]: cluster 2024-01-24T03:22:05.023886+0000 mgr.smithi159.sbyejd (mgr.14180) 731 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-24T03:22:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:07 smithi162 bash[17902]: cluster 2024-01-24T03:22:07.025063+0000 mgr.smithi159.sbyejd (mgr.14180) 732 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:08.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:07 smithi159 bash[14083]: cluster 2024-01-24T03:22:07.025063+0000 mgr.smithi159.sbyejd (mgr.14180) 732 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:09 smithi159 bash[14083]: audit 2024-01-24T03:22:08.490418+0000 mon.smithi159 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:09.752 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:09.753 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:09 smithi162 bash[17902]: audit 2024-01-24T03:22:08.490418+0000 mon.smithi159 (mon.0) 863 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:10.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:10 smithi162 bash[17902]: cluster 2024-01-24T03:22:09.026030+0000 mgr.smithi159.sbyejd (mgr.14180) 733 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:10 smithi162 bash[17902]: audit 2024-01-24T03:22:09.743306+0000 mgr.smithi159.sbyejd (mgr.14180) 734 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:10 smithi159 bash[14083]: cluster 2024-01-24T03:22:09.026030+0000 mgr.smithi159.sbyejd (mgr.14180) 733 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:10.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:10 smithi159 bash[14083]: audit 2024-01-24T03:22:09.743306+0000 mgr.smithi159.sbyejd (mgr.14180) 734 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:11.544 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:12.841 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:12 smithi159 bash[14083]: cluster 2024-01-24T03:22:11.027285+0000 mgr.smithi159.sbyejd (mgr.14180) 735 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:22:12.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:12 smithi162 bash[17902]: cluster 2024-01-24T03:22:11.027285+0000 mgr.smithi159.sbyejd (mgr.14180) 735 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:22:14.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:14 smithi162 bash[17902]: cluster 2024-01-24T03:22:13.028291+0000 mgr.smithi159.sbyejd (mgr.14180) 736 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:14.891 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:14.891 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:14.925 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:14 smithi159 bash[14083]: cluster 2024-01-24T03:22:13.028291+0000 mgr.smithi159.sbyejd (mgr.14180) 736 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:15.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:16.696 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:16 smithi162 bash[17902]: audit 2024-01-24T03:22:14.878275+0000 mgr.smithi159.sbyejd (mgr.14180) 737 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:16 smithi162 bash[17902]: cluster 2024-01-24T03:22:15.029564+0000 mgr.smithi159.sbyejd (mgr.14180) 738 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:16 smithi159 bash[14083]: audit 2024-01-24T03:22:14.878275+0000 mgr.smithi159.sbyejd (mgr.14180) 737 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:16 smithi159 bash[14083]: cluster 2024-01-24T03:22:15.029564+0000 mgr.smithi159.sbyejd (mgr.14180) 738 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:18.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:17 smithi162 bash[17902]: cluster 2024-01-24T03:22:17.030820+0000 mgr.smithi159.sbyejd (mgr.14180) 739 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:18.173 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:17 smithi159 bash[14083]: cluster 2024-01-24T03:22:17.030820+0000 mgr.smithi159.sbyejd (mgr.14180) 739 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:20.058 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:20.059 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:20.340 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:20 smithi159 bash[14083]: cluster 2024-01-24T03:22:19.031434+0000 mgr.smithi159.sbyejd (mgr.14180) 740 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:20.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:20 smithi162 bash[17902]: cluster 2024-01-24T03:22:19.031434+0000 mgr.smithi159.sbyejd (mgr.14180) 740 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:20.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:21.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:21 smithi159 bash[14083]: audit 2024-01-24T03:22:20.046910+0000 mgr.smithi159.sbyejd (mgr.14180) 741 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:21.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:21 smithi162 bash[17902]: audit 2024-01-24T03:22:20.046910+0000 mgr.smithi159.sbyejd (mgr.14180) 741 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:21.856 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:22.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:22 smithi159 bash[14083]: cluster 2024-01-24T03:22:21.032690+0000 mgr.smithi159.sbyejd (mgr.14180) 742 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:22:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:22 smithi162 bash[17902]: cluster 2024-01-24T03:22:21.032690+0000 mgr.smithi159.sbyejd (mgr.14180) 742 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:22:24.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:24 smithi162 bash[17902]: cluster 2024-01-24T03:22:23.033515+0000 mgr.smithi159.sbyejd (mgr.14180) 743 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:24.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:24 smithi159 bash[14083]: cluster 2024-01-24T03:22:23.033515+0000 mgr.smithi159.sbyejd (mgr.14180) 743 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:25.187 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:25.188 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:25.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:26.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:26 smithi162 bash[17902]: cluster 2024-01-24T03:22:25.034669+0000 mgr.smithi159.sbyejd (mgr.14180) 744 : 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-24T03:22:26.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:26 smithi162 bash[17902]: audit 2024-01-24T03:22:25.176693+0000 mgr.smithi159.sbyejd (mgr.14180) 745 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:26.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:26 smithi159 bash[14083]: cluster 2024-01-24T03:22:25.034669+0000 mgr.smithi159.sbyejd (mgr.14180) 744 : 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-24T03:22:26.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:26 smithi159 bash[14083]: audit 2024-01-24T03:22:25.176693+0000 mgr.smithi159.sbyejd (mgr.14180) 745 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:26.986 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:27 smithi162 bash[17902]: cluster 2024-01-24T03:22:27.035941+0000 mgr.smithi159.sbyejd (mgr.14180) 746 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:28.159 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:27 smithi159 bash[14083]: cluster 2024-01-24T03:22:27.035941+0000 mgr.smithi159.sbyejd (mgr.14180) 746 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:30.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:30 smithi159 bash[14083]: cluster 2024-01-24T03:22:29.036956+0000 mgr.smithi159.sbyejd (mgr.14180) 747 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:30.303 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:30.303 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:30.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:30 smithi162 bash[17902]: cluster 2024-01-24T03:22:29.036956+0000 mgr.smithi159.sbyejd (mgr.14180) 747 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:31.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:31.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:31 smithi162 bash[17902]: audit 2024-01-24T03:22:30.292030+0000 mgr.smithi159.sbyejd (mgr.14180) 748 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:31.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:31 smithi159 bash[14083]: audit 2024-01-24T03:22:30.292030+0000 mgr.smithi159.sbyejd (mgr.14180) 748 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:32.158 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:32.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:32 smithi162 bash[17902]: cluster 2024-01-24T03:22:31.038293+0000 mgr.smithi159.sbyejd (mgr.14180) 749 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:22:32.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:32 smithi159 bash[14083]: cluster 2024-01-24T03:22:31.038293+0000 mgr.smithi159.sbyejd (mgr.14180) 749 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:22:34.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:34 smithi162 bash[17902]: cluster 2024-01-24T03:22:33.039294+0000 mgr.smithi159.sbyejd (mgr.14180) 750 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:34.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:34 smithi159 bash[14083]: cluster 2024-01-24T03:22:33.039294+0000 mgr.smithi159.sbyejd (mgr.14180) 750 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:35.627 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:35.627 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:36.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:36 smithi159 bash[14083]: cluster 2024-01-24T03:22:35.040344+0000 mgr.smithi159.sbyejd (mgr.14180) 751 : 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-24T03:22:36.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:36 smithi159 bash[14083]: audit 2024-01-24T03:22:35.610859+0000 mgr.smithi159.sbyejd (mgr.14180) 752 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:36.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:36 smithi162 bash[17902]: cluster 2024-01-24T03:22:35.040344+0000 mgr.smithi159.sbyejd (mgr.14180) 751 : 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-24T03:22:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:36 smithi162 bash[17902]: audit 2024-01-24T03:22:35.610859+0000 mgr.smithi159.sbyejd (mgr.14180) 752 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:37.613 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:37.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:37 smithi159 bash[14083]: cluster 2024-01-24T03:22:37.041611+0000 mgr.smithi159.sbyejd (mgr.14180) 753 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:38.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:37 smithi162 bash[17902]: cluster 2024-01-24T03:22:37.041611+0000 mgr.smithi159.sbyejd (mgr.14180) 753 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:40 smithi162 bash[17902]: cluster 2024-01-24T03:22:39.042379+0000 mgr.smithi159.sbyejd (mgr.14180) 754 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:40.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:40 smithi159 bash[14083]: cluster 2024-01-24T03:22:39.042379+0000 mgr.smithi159.sbyejd (mgr.14180) 754 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:41.068 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:41.069 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:41.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:42.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:42 smithi159 bash[14083]: cluster 2024-01-24T03:22:41.043674+0000 mgr.smithi159.sbyejd (mgr.14180) 755 : cluster [DBG] pgmap v531: 97 pgs: 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-24T03:22:42.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:42 smithi159 bash[14083]: audit 2024-01-24T03:22:41.061893+0000 mgr.smithi159.sbyejd (mgr.14180) 756 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:42.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:42 smithi162 bash[17902]: cluster 2024-01-24T03:22:41.043674+0000 mgr.smithi159.sbyejd (mgr.14180) 755 : cluster [DBG] pgmap v531: 97 pgs: 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-24T03:22:42.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:42 smithi162 bash[17902]: audit 2024-01-24T03:22:41.061893+0000 mgr.smithi159.sbyejd (mgr.14180) 756 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:43.074 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:44.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:44 smithi162 bash[17902]: cluster 2024-01-24T03:22:43.044827+0000 mgr.smithi159.sbyejd (mgr.14180) 757 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:44.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:44 smithi159 bash[14083]: cluster 2024-01-24T03:22:43.044827+0000 mgr.smithi159.sbyejd (mgr.14180) 757 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:46.161 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:46.161 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:46.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:46 smithi162 bash[17902]: cluster 2024-01-24T03:22:45.045636+0000 mgr.smithi159.sbyejd (mgr.14180) 758 : 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-24T03:22:46.426 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:46 smithi159 bash[14083]: cluster 2024-01-24T03:22:45.045636+0000 mgr.smithi159.sbyejd (mgr.14180) 758 : 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-24T03:22:46.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:47.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:47 smithi162 bash[17902]: audit 2024-01-24T03:22:46.149555+0000 mgr.smithi159.sbyejd (mgr.14180) 759 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:47.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:47 smithi159 bash[14083]: audit 2024-01-24T03:22:46.149555+0000 mgr.smithi159.sbyejd (mgr.14180) 759 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:47.958 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:48.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:48 smithi159 bash[14083]: cluster 2024-01-24T03:22:47.047024+0000 mgr.smithi159.sbyejd (mgr.14180) 760 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:48.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:48 smithi162 bash[17902]: cluster 2024-01-24T03:22:47.047024+0000 mgr.smithi159.sbyejd (mgr.14180) 760 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:50.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:50 smithi159 bash[14083]: cluster 2024-01-24T03:22:49.048258+0000 mgr.smithi159.sbyejd (mgr.14180) 761 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:50 smithi162 bash[17902]: cluster 2024-01-24T03:22:49.048258+0000 mgr.smithi159.sbyejd (mgr.14180) 761 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:51.227 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:51.227 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:51.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:52.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:52 smithi159 bash[14083]: cluster 2024-01-24T03:22:51.049573+0000 mgr.smithi159.sbyejd (mgr.14180) 762 : cluster [DBG] pgmap v536: 97 pgs: 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-24T03:22:52.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:52 smithi159 bash[14083]: audit 2024-01-24T03:22:51.215764+0000 mgr.smithi159.sbyejd (mgr.14180) 763 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:52 smithi162 bash[17902]: cluster 2024-01-24T03:22:51.049573+0000 mgr.smithi159.sbyejd (mgr.14180) 762 : cluster [DBG] pgmap v536: 97 pgs: 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-24T03:22:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:52 smithi162 bash[17902]: audit 2024-01-24T03:22:51.215764+0000 mgr.smithi159.sbyejd (mgr.14180) 763 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:52.988 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:54.358 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:54 smithi159 bash[14083]: cluster 2024-01-24T03:22:53.050642+0000 mgr.smithi159.sbyejd (mgr.14180) 764 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:54.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:54 smithi162 bash[17902]: cluster 2024-01-24T03:22:53.050642+0000 mgr.smithi159.sbyejd (mgr.14180) 764 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:55.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:55 smithi159 bash[14083]: audit 2024-01-24T03:22:55.021563+0000 mon.smithi159 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:22:55.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:55 smithi162 bash[17902]: audit 2024-01-24T03:22:55.021563+0000 mon.smithi159 (mon.0) 864 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:22:56.262 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:22:56.262 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:20:46.707289Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnzxte on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:22:56.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: cluster 2024-01-24T03:22:55.051466+0000 mgr.smithi159.sbyejd (mgr.14180) 765 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:56.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: audit 2024-01-24T03:22:55.328713+0000 mon.smithi159 (mon.0) 865 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:22:56.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: audit 2024-01-24T03:22:55.330231+0000 mon.smithi159 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:22:56.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: audit 2024-01-24T03:22:55.338166+0000 mon.smithi159 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:56.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: cluster 2024-01-24T03:22:55.338839+0000 mgr.smithi159.sbyejd (mgr.14180) 766 : 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-24T03:22:56.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: audit 2024-01-24T03:22:55.345118+0000 mon.smithi159 (mon.0) 868 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:22:56.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: audit 2024-01-24T03:22:55.358358+0000 mon.smithi159 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:56.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:56 smithi159 bash[14083]: cephadm 2024-01-24T03:22:55.362140+0000 mgr.smithi159.sbyejd (mgr.14180) 767 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.apoxid on smithi162 2024-01-24T03:22:56.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: cluster 2024-01-24T03:22:55.051466+0000 mgr.smithi159.sbyejd (mgr.14180) 765 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:22:56.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: audit 2024-01-24T03:22:55.328713+0000 mon.smithi159 (mon.0) 865 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:22:56.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: audit 2024-01-24T03:22:55.330231+0000 mon.smithi159 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:22:56.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: audit 2024-01-24T03:22:55.338166+0000 mon.smithi159 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:56.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: cluster 2024-01-24T03:22:55.338839+0000 mgr.smithi159.sbyejd (mgr.14180) 766 : 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-24T03:22:56.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: audit 2024-01-24T03:22:55.345118+0000 mon.smithi159 (mon.0) 868 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:22:56.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: audit 2024-01-24T03:22:55.358358+0000 mon.smithi159 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:22:56.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:56 smithi162 bash[17902]: cephadm 2024-01-24T03:22:55.362140+0000 mgr.smithi159.sbyejd (mgr.14180) 767 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.apoxid on smithi162 2024-01-24T03:22:57.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:22:57.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:57 smithi159 bash[14083]: audit 2024-01-24T03:22:56.250484+0000 mgr.smithi159.sbyejd (mgr.14180) 768 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:57.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:57 smithi159 bash[14083]: cluster 2024-01-24T03:22:56.336167+0000 mon.smithi159 (mon.0) 870 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:22:57.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:57 smithi159 bash[14083]: cluster 2024-01-24T03:22:56.336239+0000 mon.smithi159 (mon.0) 871 : cluster [INF] Cluster is now healthy 2024-01-24T03:22:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:57 smithi162 bash[17902]: audit 2024-01-24T03:22:56.250484+0000 mgr.smithi159.sbyejd (mgr.14180) 768 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:22:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:57 smithi162 bash[17902]: cluster 2024-01-24T03:22:56.336167+0000 mon.smithi159 (mon.0) 870 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:22:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:57 smithi162 bash[17902]: cluster 2024-01-24T03:22:56.336239+0000 mon.smithi159 (mon.0) 871 : cluster [INF] Cluster is now healthy 2024-01-24T03:22:58.185 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:22:58.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:58 smithi159 bash[14083]: cluster 2024-01-24T03:22:57.339845+0000 mgr.smithi159.sbyejd (mgr.14180) 769 : 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-24T03:22:58.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:58 smithi162 bash[17902]: cluster 2024-01-24T03:22:57.339845+0000 mgr.smithi159.sbyejd (mgr.14180) 769 : 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-24T03:22:59.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:22:59 smithi162 bash[17902]: audit 2024-01-24T03:22:59.125181+0000 mon.smithi159 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.apoxid"}]: dispatch 2024-01-24T03:22:59.397 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:22:59 smithi159 bash[14083]: audit 2024-01-24T03:22:59.125181+0000 mon.smithi159 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.apoxid"}]: dispatch 2024-01-24T03:23:00.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: cephadm 2024-01-24T03:22:59.123896+0000 mgr.smithi159.sbyejd (mgr.14180) 770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.apoxid ... 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.apoxid ... 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: cephadm 2024-01-24T03:22:59.124488+0000 mgr.smithi159.sbyejd (mgr.14180) 771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: cephadm 2024-01-24T03:22:59.126641+0000 mgr.smithi159.sbyejd (mgr.14180) 772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.apoxid ... 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: cephadm 2024-01-24T03:22:59.131005+0000 mgr.smithi159.sbyejd (mgr.14180) 773 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.zptqbd on smithi159 2024-01-24T03:23:00.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:00 smithi159 bash[14083]: cluster 2024-01-24T03:22:59.340624+0000 mgr.smithi159.sbyejd (mgr.14180) 774 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: cephadm 2024-01-24T03:22:59.123896+0000 mgr.smithi159.sbyejd (mgr.14180) 770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.apoxid ... 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.apoxid ... 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: cephadm 2024-01-24T03:22:59.124488+0000 mgr.smithi159.sbyejd (mgr.14180) 771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: cephadm 2024-01-24T03:22:59.126641+0000 mgr.smithi159.sbyejd (mgr.14180) 772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:00.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.apoxid ... 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: cephadm 2024-01-24T03:22:59.131005+0000 mgr.smithi159.sbyejd (mgr.14180) 773 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.zptqbd on smithi159 2024-01-24T03:23:00.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:00 smithi162 bash[17902]: cluster 2024-01-24T03:22:59.340624+0000 mgr.smithi159.sbyejd (mgr.14180) 774 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:23:01.681 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:01.681 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:51.063253Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xwpitg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xwpitg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xwpitg\nDeploy daemon haproxy.nfs.foo.smithi162.xwpitg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.011260Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rbxnly on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rbxnly\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rbxnly\nDeploy daemon haproxy.nfs.foo.smithi159.rbxnly ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:21:55.015700Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fymaqy on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:02.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:02.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:02 smithi159 bash[14083]: cluster 2024-01-24T03:23:01.341341+0000 mgr.smithi159.sbyejd (mgr.14180) 775 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:23:02.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:02 smithi159 bash[14083]: audit 2024-01-24T03:23:01.669157+0000 mgr.smithi159.sbyejd (mgr.14180) 776 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:02 smithi162 bash[17902]: cluster 2024-01-24T03:23:01.341341+0000 mgr.smithi159.sbyejd (mgr.14180) 775 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:23:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:02 smithi162 bash[17902]: audit 2024-01-24T03:23:01.669157+0000 mgr.smithi159.sbyejd (mgr.14180) 776 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:03.488 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:03.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:03 smithi159 bash[14083]: audit 2024-01-24T03:23:02.870872+0000 mon.smithi159 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.zptqbd"}]: dispatch 2024-01-24T03:23:03.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:03 smithi159 bash[14083]: audit 2024-01-24T03:23:03.289387+0000 mon.smithi159 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:23:03.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:03 smithi162 bash[17902]: audit 2024-01-24T03:23:02.870872+0000 mon.smithi159 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.zptqbd"}]: dispatch 2024-01-24T03:23:03.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:03 smithi162 bash[17902]: audit 2024-01-24T03:23:03.289387+0000 mon.smithi159 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cephadm 2024-01-24T03:23:02.870043+0000 mgr.smithi159.sbyejd (mgr.14180) 777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.zptqbd ... 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.zptqbd ... 2024-01-24T03:23:04.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cephadm 2024-01-24T03:23:02.870265+0000 mgr.smithi159.sbyejd (mgr.14180) 778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cephadm 2024-01-24T03:23:02.872301+0000 mgr.smithi159.sbyejd (mgr.14180) 779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.zptqbd ... 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cephadm 2024-01-24T03:23:02.874316+0000 mgr.smithi159.sbyejd (mgr.14180) 780 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cephadm 2024-01-24T03:23:02.875870+0000 mgr.smithi159.sbyejd (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cluster 2024-01-24T03:23:02.876863+0000 mgr.smithi159.sbyejd (mgr.14180) 782 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2024-01-24T03:23:04.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:04 smithi159 bash[14083]: cluster 2024-01-24T03:23:03.397845+0000 mon.smithi159 (mon.0) 875 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cephadm 2024-01-24T03:23:02.870043+0000 mgr.smithi159.sbyejd (mgr.14180) 777 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.zptqbd ... 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.zptqbd ... 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cephadm 2024-01-24T03:23:02.870265+0000 mgr.smithi159.sbyejd (mgr.14180) 778 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cephadm 2024-01-24T03:23:02.872301+0000 mgr.smithi159.sbyejd (mgr.14180) 779 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd 2024-01-24T03:23:04.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.zptqbd ... 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cephadm 2024-01-24T03:23:02.874316+0000 mgr.smithi159.sbyejd (mgr.14180) 780 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cephadm 2024-01-24T03:23:02.875870+0000 mgr.smithi159.sbyejd (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cluster 2024-01-24T03:23:02.876863+0000 mgr.smithi159.sbyejd (mgr.14180) 782 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2024-01-24T03:23:04.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:04 smithi162 bash[17902]: cluster 2024-01-24T03:23:03.397845+0000 mon.smithi159 (mon.0) 875 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:23:06.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:06 smithi159 bash[14083]: cluster 2024-01-24T03:23:04.878072+0000 mgr.smithi159.sbyejd (mgr.14180) 783 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2024-01-24T03:23:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:06 smithi162 bash[17902]: cluster 2024-01-24T03:23:04.878072+0000 mgr.smithi159.sbyejd (mgr.14180) 783 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2024-01-24T03:23:06.986 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:06.986 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:07.792 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:08.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:07 smithi159 bash[14083]: cluster 2024-01-24T03:23:06.879282+0000 mgr.smithi159.sbyejd (mgr.14180) 784 : cluster [DBG] pgmap v545: 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-24T03:23:08.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:07 smithi159 bash[14083]: audit 2024-01-24T03:23:06.973846+0000 mgr.smithi159.sbyejd (mgr.14180) 785 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:08.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:07 smithi162 bash[17902]: cluster 2024-01-24T03:23:06.879282+0000 mgr.smithi159.sbyejd (mgr.14180) 784 : cluster [DBG] pgmap v545: 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-24T03:23:08.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:07 smithi162 bash[17902]: audit 2024-01-24T03:23:06.973846+0000 mgr.smithi159.sbyejd (mgr.14180) 785 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:08.793 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:10.151 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:09 smithi159 bash[14083]: cluster 2024-01-24T03:23:08.880389+0000 mgr.smithi159.sbyejd (mgr.14180) 786 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-01-24T03:23:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:09 smithi162 bash[17902]: cluster 2024-01-24T03:23:08.880389+0000 mgr.smithi159.sbyejd (mgr.14180) 786 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-01-24T03:23:11.999 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:11.999 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:12.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:11 smithi159 bash[14083]: cluster 2024-01-24T03:23:10.881164+0000 mgr.smithi159.sbyejd (mgr.14180) 787 : cluster [DBG] pgmap v547: 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-24T03:23:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:11 smithi162 bash[17902]: cluster 2024-01-24T03:23:10.881164+0000 mgr.smithi159.sbyejd (mgr.14180) 787 : cluster [DBG] pgmap v547: 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-24T03:23:12.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:13.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:12 smithi159 bash[14083]: audit 2024-01-24T03:23:11.987980+0000 mgr.smithi159.sbyejd (mgr.14180) 788 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:12 smithi162 bash[17902]: audit 2024-01-24T03:23:11.987980+0000 mgr.smithi159.sbyejd (mgr.14180) 788 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:13.758 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:13 smithi162 bash[17902]: cluster 2024-01-24T03:23:12.882203+0000 mgr.smithi159.sbyejd (mgr.14180) 789 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-01-24T03:23:14.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:13 smithi159 bash[14083]: cluster 2024-01-24T03:23:12.882203+0000 mgr.smithi159.sbyejd (mgr.14180) 789 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2024-01-24T03:23:16.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:15 smithi159 bash[14083]: cluster 2024-01-24T03:23:14.883264+0000 mgr.smithi159.sbyejd (mgr.14180) 790 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:16.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:15 smithi162 bash[17902]: cluster 2024-01-24T03:23:14.883264+0000 mgr.smithi159.sbyejd (mgr.14180) 790 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:17.112 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:17.112 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:17.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:17 smithi159 bash[14083]: cluster 2024-01-24T03:23:16.884208+0000 mgr.smithi159.sbyejd (mgr.14180) 791 : 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-24T03:23:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:17 smithi159 bash[14083]: audit 2024-01-24T03:23:17.100712+0000 mgr.smithi159.sbyejd (mgr.14180) 792 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:17 smithi162 bash[17902]: cluster 2024-01-24T03:23:16.884208+0000 mgr.smithi159.sbyejd (mgr.14180) 791 : 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-24T03:23:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:17 smithi162 bash[17902]: audit 2024-01-24T03:23:17.100712+0000 mgr.smithi159.sbyejd (mgr.14180) 792 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:18.884 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:20.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:19 smithi159 bash[14083]: cluster 2024-01-24T03:23:18.885271+0000 mgr.smithi159.sbyejd (mgr.14180) 793 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:20.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:19 smithi162 bash[17902]: cluster 2024-01-24T03:23:18.885271+0000 mgr.smithi159.sbyejd (mgr.14180) 793 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:22.082 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:22.082 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:22.116 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:21 smithi159 bash[14083]: cluster 2024-01-24T03:23:20.886027+0000 mgr.smithi159.sbyejd (mgr.14180) 794 : cluster [DBG] pgmap v552: 97 pgs: 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-24T03:23:22.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:21 smithi162 bash[17902]: cluster 2024-01-24T03:23:20.886027+0000 mgr.smithi159.sbyejd (mgr.14180) 794 : cluster [DBG] pgmap v552: 97 pgs: 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-24T03:23:22.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:22 smithi159 bash[14083]: audit 2024-01-24T03:23:22.069102+0000 mgr.smithi159.sbyejd (mgr.14180) 795 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:22 smithi162 bash[17902]: audit 2024-01-24T03:23:22.069102+0000 mgr.smithi159.sbyejd (mgr.14180) 795 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:23.805 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:23 smithi162 bash[17902]: cluster 2024-01-24T03:23:22.887092+0000 mgr.smithi159.sbyejd (mgr.14180) 796 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:23 smithi159 bash[14083]: cluster 2024-01-24T03:23:22.887092+0000 mgr.smithi159.sbyejd (mgr.14180) 796 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:26.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:25 smithi159 bash[14083]: cluster 2024-01-24T03:23:24.888000+0000 mgr.smithi159.sbyejd (mgr.14180) 797 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:26.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:25 smithi162 bash[17902]: cluster 2024-01-24T03:23:24.888000+0000 mgr.smithi159.sbyejd (mgr.14180) 797 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:27.006 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:27.006 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:27.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:27 smithi159 bash[14083]: cluster 2024-01-24T03:23:26.888754+0000 mgr.smithi159.sbyejd (mgr.14180) 798 : 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-24T03:23:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:27 smithi159 bash[14083]: audit 2024-01-24T03:23:26.999816+0000 mgr.smithi159.sbyejd (mgr.14180) 799 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:28.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:27 smithi162 bash[17902]: cluster 2024-01-24T03:23:26.888754+0000 mgr.smithi159.sbyejd (mgr.14180) 798 : 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-24T03:23:28.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:27 smithi162 bash[17902]: audit 2024-01-24T03:23:26.999816+0000 mgr.smithi159.sbyejd (mgr.14180) 799 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:28.765 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:30.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:29 smithi159 bash[14083]: cluster 2024-01-24T03:23:28.889833+0000 mgr.smithi159.sbyejd (mgr.14180) 800 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:30.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:29 smithi162 bash[17902]: cluster 2024-01-24T03:23:28.889833+0000 mgr.smithi159.sbyejd (mgr.14180) 800 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:32.028 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:32.028 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:32.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:31 smithi159 bash[14083]: cluster 2024-01-24T03:23:30.891199+0000 mgr.smithi159.sbyejd (mgr.14180) 801 : cluster [DBG] pgmap v557: 97 pgs: 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-24T03:23:32.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:31 smithi162 bash[17902]: cluster 2024-01-24T03:23:30.891199+0000 mgr.smithi159.sbyejd (mgr.14180) 801 : cluster [DBG] pgmap v557: 97 pgs: 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-24T03:23:32.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:32 smithi159 bash[14083]: audit 2024-01-24T03:23:32.014549+0000 mgr.smithi159.sbyejd (mgr.14180) 802 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:32 smithi162 bash[17902]: audit 2024-01-24T03:23:32.014549+0000 mgr.smithi159.sbyejd (mgr.14180) 802 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:33.805 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:34.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:33 smithi162 bash[17902]: cluster 2024-01-24T03:23:32.892392+0000 mgr.smithi159.sbyejd (mgr.14180) 803 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:34.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:33 smithi159 bash[14083]: cluster 2024-01-24T03:23:32.892392+0000 mgr.smithi159.sbyejd (mgr.14180) 803 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:36.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:35 smithi159 bash[14083]: cluster 2024-01-24T03:23:34.893462+0000 mgr.smithi159.sbyejd (mgr.14180) 804 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:36.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:35 smithi162 bash[17902]: cluster 2024-01-24T03:23:34.893462+0000 mgr.smithi159.sbyejd (mgr.14180) 804 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:37.046 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:37.046 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:37.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:38.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:37 smithi159 bash[14083]: cluster 2024-01-24T03:23:36.894460+0000 mgr.smithi159.sbyejd (mgr.14180) 805 : 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-24T03:23:38.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:37 smithi159 bash[14083]: audit 2024-01-24T03:23:37.039380+0000 mgr.smithi159.sbyejd (mgr.14180) 806 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:38.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:37 smithi162 bash[17902]: cluster 2024-01-24T03:23:36.894460+0000 mgr.smithi159.sbyejd (mgr.14180) 805 : 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-24T03:23:38.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:37 smithi162 bash[17902]: audit 2024-01-24T03:23:37.039380+0000 mgr.smithi159.sbyejd (mgr.14180) 806 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:38.811 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:40.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:39 smithi159 bash[14083]: cluster 2024-01-24T03:23:38.895551+0000 mgr.smithi159.sbyejd (mgr.14180) 807 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:39 smithi162 bash[17902]: cluster 2024-01-24T03:23:38.895551+0000 mgr.smithi159.sbyejd (mgr.14180) 807 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:42.128 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:42.129 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:42.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:41 smithi159 bash[14083]: cluster 2024-01-24T03:23:40.896930+0000 mgr.smithi159.sbyejd (mgr.14180) 808 : cluster [DBG] pgmap v562: 97 pgs: 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-24T03:23:42.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:41 smithi162 bash[17902]: cluster 2024-01-24T03:23:40.896930+0000 mgr.smithi159.sbyejd (mgr.14180) 808 : cluster [DBG] pgmap v562: 97 pgs: 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-24T03:23:42.962 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:42 smithi159 bash[14083]: audit 2024-01-24T03:23:42.114609+0000 mgr.smithi159.sbyejd (mgr.14180) 809 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:42 smithi162 bash[17902]: audit 2024-01-24T03:23:42.114609+0000 mgr.smithi159.sbyejd (mgr.14180) 809 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:43.963 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:43 smithi162 bash[17902]: cluster 2024-01-24T03:23:42.897991+0000 mgr.smithi159.sbyejd (mgr.14180) 810 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:44.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:43 smithi159 bash[14083]: cluster 2024-01-24T03:23:42.897991+0000 mgr.smithi159.sbyejd (mgr.14180) 810 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:46.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:45 smithi159 bash[14083]: cluster 2024-01-24T03:23:44.899357+0000 mgr.smithi159.sbyejd (mgr.14180) 811 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:46.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:45 smithi162 bash[17902]: cluster 2024-01-24T03:23:44.899357+0000 mgr.smithi159.sbyejd (mgr.14180) 811 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:47.397 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:47.398 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:48.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:47 smithi159 bash[14083]: cluster 2024-01-24T03:23:46.900643+0000 mgr.smithi159.sbyejd (mgr.14180) 812 : 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-24T03:23:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:47 smithi159 bash[14083]: audit 2024-01-24T03:23:47.390373+0000 mgr.smithi159.sbyejd (mgr.14180) 813 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:47 smithi162 bash[17902]: cluster 2024-01-24T03:23:46.900643+0000 mgr.smithi159.sbyejd (mgr.14180) 812 : 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-24T03:23:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:47 smithi162 bash[17902]: audit 2024-01-24T03:23:47.390373+0000 mgr.smithi159.sbyejd (mgr.14180) 813 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:49.149 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:50.243 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:49 smithi159 bash[14083]: cluster 2024-01-24T03:23:48.901755+0000 mgr.smithi159.sbyejd (mgr.14180) 814 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:50.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:49 smithi162 bash[17902]: cluster 2024-01-24T03:23:48.901755+0000 mgr.smithi159.sbyejd (mgr.14180) 814 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:51 smithi159 bash[14083]: cluster 2024-01-24T03:23:50.902706+0000 mgr.smithi159.sbyejd (mgr.14180) 815 : cluster [DBG] pgmap v567: 97 pgs: 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-24T03:23:52.332 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:52.332 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:52.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:51 smithi162 bash[17902]: cluster 2024-01-24T03:23:50.902706+0000 mgr.smithi159.sbyejd (mgr.14180) 815 : cluster [DBG] pgmap v567: 97 pgs: 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-24T03:23:53.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:52 smithi162 bash[17902]: audit 2024-01-24T03:23:52.321056+0000 mgr.smithi159.sbyejd (mgr.14180) 816 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:53.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:52 smithi159 bash[14083]: audit 2024-01-24T03:23:52.321056+0000 mgr.smithi159.sbyejd (mgr.14180) 816 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:54.066 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:23:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:53 smithi162 bash[17902]: cluster 2024-01-24T03:23:52.903659+0000 mgr.smithi159.sbyejd (mgr.14180) 817 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:54.265 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:53 smithi159 bash[14083]: cluster 2024-01-24T03:23:52.903659+0000 mgr.smithi159.sbyejd (mgr.14180) 817 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:23:56.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:55 smithi162 bash[17902]: cluster 2024-01-24T03:23:54.904774+0000 mgr.smithi159.sbyejd (mgr.14180) 818 : 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-24T03:23:56.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:55 smithi159 bash[14083]: cluster 2024-01-24T03:23:54.904774+0000 mgr.smithi159.sbyejd (mgr.14180) 818 : 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-24T03:23:57.425 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:23:57.426 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:23:57.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:57 smithi159 bash[14083]: cluster 2024-01-24T03:23:56.905851+0000 mgr.smithi159.sbyejd (mgr.14180) 819 : 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-24T03:23:57.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:57 smithi159 bash[14083]: audit 2024-01-24T03:23:57.413518+0000 mgr.smithi159.sbyejd (mgr.14180) 820 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:58.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:23:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:57 smithi162 bash[17902]: cluster 2024-01-24T03:23:56.905851+0000 mgr.smithi159.sbyejd (mgr.14180) 819 : 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-24T03:23:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:57 smithi162 bash[17902]: audit 2024-01-24T03:23:57.413518+0000 mgr.smithi159.sbyejd (mgr.14180) 820 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:23:59.185 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:00.241 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:23:59 smithi159 bash[14083]: cluster 2024-01-24T03:23:58.906972+0000 mgr.smithi159.sbyejd (mgr.14180) 821 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:00.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:23:59 smithi162 bash[17902]: cluster 2024-01-24T03:23:58.906972+0000 mgr.smithi159.sbyejd (mgr.14180) 821 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:02.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:01 smithi159 bash[14083]: cluster 2024-01-24T03:24:00.908200+0000 mgr.smithi159.sbyejd (mgr.14180) 822 : cluster [DBG] pgmap v572: 97 pgs: 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-24T03:24:02.326 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:02.326 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:21:55.017564Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hdlcql on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:02.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:01 smithi162 bash[17902]: cluster 2024-01-24T03:24:00.908200+0000 mgr.smithi159.sbyejd (mgr.14180) 822 : cluster [DBG] pgmap v572: 97 pgs: 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-24T03:24:03.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:03.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:02 smithi162 bash[17902]: audit 2024-01-24T03:24:02.315400+0000 mgr.smithi159.sbyejd (mgr.14180) 823 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:03.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:02 smithi162 bash[17902]: audit 2024-01-24T03:24:02.879449+0000 mon.smithi159 (mon.0) 876 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:24:03.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:02 smithi159 bash[14083]: audit 2024-01-24T03:24:02.315400+0000 mgr.smithi159.sbyejd (mgr.14180) 823 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:03.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:02 smithi159 bash[14083]: audit 2024-01-24T03:24:02.879449+0000 mon.smithi159 (mon.0) 876 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:24:04.074 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: cluster 2024-01-24T03:24:02.909147+0000 mgr.smithi159.sbyejd (mgr.14180) 824 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: audit 2024-01-24T03:24:03.185363+0000 mon.smithi159 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:24:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: audit 2024-01-24T03:24:03.187006+0000 mon.smithi159 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:24:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: audit 2024-01-24T03:24:03.194383+0000 mon.smithi159 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:04.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: cluster 2024-01-24T03:24:03.195172+0000 mgr.smithi159.sbyejd (mgr.14180) 825 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:24:04.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: audit 2024-01-24T03:24:03.201636+0000 mon.smithi159 (mon.0) 880 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:24:04.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: audit 2024-01-24T03:24:03.218791+0000 mon.smithi159 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:04.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:03 smithi162 bash[17902]: cephadm 2024-01-24T03:24:03.224667+0000 mgr.smithi159.sbyejd (mgr.14180) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.wymyut on smithi162 2024-01-24T03:24:04.274 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: cluster 2024-01-24T03:24:02.909147+0000 mgr.smithi159.sbyejd (mgr.14180) 824 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:04.274 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: audit 2024-01-24T03:24:03.185363+0000 mon.smithi159 (mon.0) 877 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:24:04.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: audit 2024-01-24T03:24:03.187006+0000 mon.smithi159 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:24:04.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: audit 2024-01-24T03:24:03.194383+0000 mon.smithi159 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:04.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: cluster 2024-01-24T03:24:03.195172+0000 mgr.smithi159.sbyejd (mgr.14180) 825 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:24:04.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: audit 2024-01-24T03:24:03.201636+0000 mon.smithi159 (mon.0) 880 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:24:04.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: audit 2024-01-24T03:24:03.218791+0000 mon.smithi159 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:04.275 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:03 smithi159 bash[14083]: cephadm 2024-01-24T03:24:03.224667+0000 mgr.smithi159.sbyejd (mgr.14180) 826 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.wymyut on smithi162 2024-01-24T03:24:05.338 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:04 smithi159 bash[14083]: cluster 2024-01-24T03:24:04.192017+0000 mon.smithi159 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:24:05.339 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:04 smithi159 bash[14083]: cluster 2024-01-24T03:24:04.192071+0000 mon.smithi159 (mon.0) 883 : cluster [INF] Cluster is now healthy 2024-01-24T03:24:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:04 smithi162 bash[17902]: cluster 2024-01-24T03:24:04.192017+0000 mon.smithi159 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:24:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:04 smithi162 bash[17902]: cluster 2024-01-24T03:24:04.192071+0000 mon.smithi159 (mon.0) 883 : cluster [INF] Cluster is now healthy 2024-01-24T03:24:06.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:05 smithi162 bash[17902]: cluster 2024-01-24T03:24:05.195823+0000 mgr.smithi159.sbyejd (mgr.14180) 827 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:24:06.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:05 smithi159 bash[14083]: cluster 2024-01-24T03:24:05.195823+0000 mgr.smithi159.sbyejd (mgr.14180) 827 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:24:07.310 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:07.310 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:22:59.126396Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.apoxid on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-apoxid\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.apoxid\nDeploy daemon haproxy.nfs.foo.smithi162.apoxid ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.872096Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zptqbd on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zptqbd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zptqbd\nDeploy daemon haproxy.nfs.foo.smithi159.zptqbd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:23:02.874221Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.xbvdqp on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:08.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: cephadm 2024-01-24T03:24:07.082792+0000 mgr.smithi159.sbyejd (mgr.14180) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.wymyut ... 2024-01-24T03:24:08.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.wymyut ... 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: cephadm 2024-01-24T03:24:07.083089+0000 mgr.smithi159.sbyejd (mgr.14180) 829 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: audit 2024-01-24T03:24:07.083552+0000 mon.smithi159 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.wymyut"}]: dispatch 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: cephadm 2024-01-24T03:24:07.084914+0000 mgr.smithi159.sbyejd (mgr.14180) 830 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.wymyut ... 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: cephadm 2024-01-24T03:24:07.088638+0000 mgr.smithi159.sbyejd (mgr.14180) 831 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.autdfq on smithi159 2024-01-24T03:24:08.187 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: cluster 2024-01-24T03:24:07.196688+0000 mgr.smithi159.sbyejd (mgr.14180) 832 : 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-24T03:24:08.187 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:07 smithi159 bash[14083]: audit 2024-01-24T03:24:07.303159+0000 mgr.smithi159.sbyejd (mgr.14180) 833 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:08.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: cephadm 2024-01-24T03:24:07.082792+0000 mgr.smithi159.sbyejd (mgr.14180) 828 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:08.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:08.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.wymyut ... 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:08.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.wymyut ... 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: cephadm 2024-01-24T03:24:07.083089+0000 mgr.smithi159.sbyejd (mgr.14180) 829 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: audit 2024-01-24T03:24:07.083552+0000 mon.smithi159 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.wymyut"}]: dispatch 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: cephadm 2024-01-24T03:24:07.084914+0000 mgr.smithi159.sbyejd (mgr.14180) 830 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.wymyut ... 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: cephadm 2024-01-24T03:24:07.088638+0000 mgr.smithi159.sbyejd (mgr.14180) 831 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.autdfq on smithi159 2024-01-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: cluster 2024-01-24T03:24:07.196688+0000 mgr.smithi159.sbyejd (mgr.14180) 832 : 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-24T03:24:08.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:07 smithi162 bash[17902]: audit 2024-01-24T03:24:07.303159+0000 mgr.smithi159.sbyejd (mgr.14180) 833 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:09.088 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:09 smithi159 bash[14083]: audit 2024-01-24T03:24:08.493476+0000 mon.smithi159 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:09 smithi162 bash[17902]: audit 2024-01-24T03:24:08.493476+0000 mon.smithi159 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:10 smithi162 bash[17902]: cluster 2024-01-24T03:24:09.197471+0000 mgr.smithi159.sbyejd (mgr.14180) 834 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:24:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:10 smithi159 bash[14083]: cluster 2024-01-24T03:24:09.197471+0000 mgr.smithi159.sbyejd (mgr.14180) 834 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:24:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:11 smithi162 bash[17902]: audit 2024-01-24T03:24:11.240252+0000 mon.smithi159 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.autdfq"}]: dispatch 2024-01-24T03:24:11.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:11 smithi159 bash[14083]: audit 2024-01-24T03:24:11.240252+0000 mon.smithi159 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.autdfq"}]: dispatch 2024-01-24T03:24:12.676 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:12.676 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cluster 2024-01-24T03:24:11.198132+0000 mgr.smithi159.sbyejd (mgr.14180) 835 : cluster [DBG] pgmap v578: 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-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cephadm 2024-01-24T03:24:11.239592+0000 mgr.smithi159.sbyejd (mgr.14180) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.autdfq ... 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.autdfq ... 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cephadm 2024-01-24T03:24:11.239850+0000 mgr.smithi159.sbyejd (mgr.14180) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cephadm 2024-01-24T03:24:11.241094+0000 mgr.smithi159.sbyejd (mgr.14180) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.autdfq ... 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cephadm 2024-01-24T03:24:11.242850+0000 mgr.smithi159.sbyejd (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cephadm 2024-01-24T03:24:11.244536+0000 mgr.smithi159.sbyejd (mgr.14180) 840 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cluster 2024-01-24T03:24:11.245340+0000 mgr.smithi159.sbyejd (mgr.14180) 841 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-01-24T03:24:12.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:12 smithi162 bash[17902]: cluster 2024-01-24T03:24:11.500311+0000 mon.smithi159 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cluster 2024-01-24T03:24:11.198132+0000 mgr.smithi159.sbyejd (mgr.14180) 835 : cluster [DBG] pgmap v578: 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-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cephadm 2024-01-24T03:24:11.239592+0000 mgr.smithi159.sbyejd (mgr.14180) 836 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.autdfq ... 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.898 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.899 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.autdfq ... 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cephadm 2024-01-24T03:24:11.239850+0000 mgr.smithi159.sbyejd (mgr.14180) 837 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cephadm 2024-01-24T03:24:11.241094+0000 mgr.smithi159.sbyejd (mgr.14180) 838 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.autdfq ... 2024-01-24T03:24:12.900 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cephadm 2024-01-24T03:24:11.242850+0000 mgr.smithi159.sbyejd (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cephadm 2024-01-24T03:24:11.244536+0000 mgr.smithi159.sbyejd (mgr.14180) 840 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cluster 2024-01-24T03:24:11.245340+0000 mgr.smithi159.sbyejd (mgr.14180) 841 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2024-01-24T03:24:12.901 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:12 smithi159 bash[14083]: cluster 2024-01-24T03:24:11.500311+0000 mon.smithi159 (mon.0) 887 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:24:13.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:13.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:13 smithi162 bash[17902]: audit 2024-01-24T03:24:12.664961+0000 mgr.smithi159.sbyejd (mgr.14180) 842 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:13.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:13 smithi162 bash[17902]: audit 2024-01-24T03:24:13.345764+0000 mon.smithi159 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:13.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:13 smithi159 bash[14083]: audit 2024-01-24T03:24:12.664961+0000 mgr.smithi159.sbyejd (mgr.14180) 842 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:13.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:13 smithi159 bash[14083]: audit 2024-01-24T03:24:13.345764+0000 mon.smithi159 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:14.462 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:14.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:14 smithi162 bash[17902]: cluster 2024-01-24T03:24:13.246433+0000 mgr.smithi159.sbyejd (mgr.14180) 843 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-24T03:24:14.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:14 smithi159 bash[14083]: cluster 2024-01-24T03:24:13.246433+0000 mgr.smithi159.sbyejd (mgr.14180) 843 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-24T03:24:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:16 smithi162 bash[17902]: cluster 2024-01-24T03:24:15.247711+0000 mgr.smithi159.sbyejd (mgr.14180) 844 : cluster [DBG] pgmap v581: 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-24T03:24:16.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:16 smithi159 bash[14083]: cluster 2024-01-24T03:24:15.247711+0000 mgr.smithi159.sbyejd (mgr.14180) 844 : cluster [DBG] pgmap v581: 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-24T03:24:17.727 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:17.728 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:17 smithi159 bash[14083]: cluster 2024-01-24T03:24:17.248491+0000 mgr.smithi159.sbyejd (mgr.14180) 845 : cluster [DBG] pgmap v582: 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-24T03:24:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:17 smithi159 bash[14083]: audit 2024-01-24T03:24:17.716673+0000 mgr.smithi159.sbyejd (mgr.14180) 846 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:17 smithi162 bash[17902]: cluster 2024-01-24T03:24:17.248491+0000 mgr.smithi159.sbyejd (mgr.14180) 845 : cluster [DBG] pgmap v582: 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-24T03:24:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:17 smithi162 bash[17902]: audit 2024-01-24T03:24:17.716673+0000 mgr.smithi159.sbyejd (mgr.14180) 846 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:18.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:19.475 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:20.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:20 smithi162 bash[17902]: cluster 2024-01-24T03:24:19.249665+0000 mgr.smithi159.sbyejd (mgr.14180) 847 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-24T03:24:20.651 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:20 smithi159 bash[14083]: cluster 2024-01-24T03:24:19.249665+0000 mgr.smithi159.sbyejd (mgr.14180) 847 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-24T03:24:22.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:22 smithi162 bash[17902]: cluster 2024-01-24T03:24:21.250502+0000 mgr.smithi159.sbyejd (mgr.14180) 848 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-24T03:24:22.675 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:22.675 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:22.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:22 smithi159 bash[14083]: cluster 2024-01-24T03:24:21.250502+0000 mgr.smithi159.sbyejd (mgr.14180) 848 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-24T03:24:23.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:23.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:23 smithi162 bash[17902]: audit 2024-01-24T03:24:22.668489+0000 mgr.smithi159.sbyejd (mgr.14180) 849 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:23.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:23 smithi159 bash[14083]: audit 2024-01-24T03:24:22.668489+0000 mgr.smithi159.sbyejd (mgr.14180) 849 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:24.461 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:24 smithi162 bash[17902]: cluster 2024-01-24T03:24:23.251485+0000 mgr.smithi159.sbyejd (mgr.14180) 850 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:24 smithi162 bash[17902]: audit 2024-01-24T03:24:23.493596+0000 mon.smithi159 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:24.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:24 smithi159 bash[14083]: cluster 2024-01-24T03:24:23.251485+0000 mgr.smithi159.sbyejd (mgr.14180) 850 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:24.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:24 smithi159 bash[14083]: audit 2024-01-24T03:24:23.493596+0000 mon.smithi159 (mon.0) 889 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:24:26.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:26 smithi159 bash[14083]: cluster 2024-01-24T03:24:25.252721+0000 mgr.smithi159.sbyejd (mgr.14180) 851 : 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-24T03:24:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:26 smithi162 bash[17902]: cluster 2024-01-24T03:24:25.252721+0000 mgr.smithi159.sbyejd (mgr.14180) 851 : 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-24T03:24:27.633 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:27.633 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:27 smithi159 bash[14083]: cluster 2024-01-24T03:24:27.253669+0000 mgr.smithi159.sbyejd (mgr.14180) 852 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:28.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:27 smithi159 bash[14083]: audit 2024-01-24T03:24:27.625860+0000 mgr.smithi159.sbyejd (mgr.14180) 853 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:28.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:27 smithi162 bash[17902]: cluster 2024-01-24T03:24:27.253669+0000 mgr.smithi159.sbyejd (mgr.14180) 852 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:28.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:27 smithi162 bash[17902]: audit 2024-01-24T03:24:27.625860+0000 mgr.smithi159.sbyejd (mgr.14180) 853 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:28.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:29.430 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:30.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:30 smithi162 bash[17902]: cluster 2024-01-24T03:24:29.254859+0000 mgr.smithi159.sbyejd (mgr.14180) 854 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:30.661 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:30 smithi159 bash[14083]: cluster 2024-01-24T03:24:29.254859+0000 mgr.smithi159.sbyejd (mgr.14180) 854 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:32.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:32 smithi162 bash[17902]: cluster 2024-01-24T03:24:31.256146+0000 mgr.smithi159.sbyejd (mgr.14180) 855 : cluster [DBG] pgmap v589: 97 pgs: 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-24T03:24:32.649 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:32.649 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:32.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:32 smithi159 bash[14083]: cluster 2024-01-24T03:24:31.256146+0000 mgr.smithi159.sbyejd (mgr.14180) 855 : cluster [DBG] pgmap v589: 97 pgs: 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-24T03:24:33.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:33.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:33 smithi162 bash[17902]: audit 2024-01-24T03:24:32.637661+0000 mgr.smithi159.sbyejd (mgr.14180) 856 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:33.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:33 smithi159 bash[14083]: audit 2024-01-24T03:24:32.637661+0000 mgr.smithi159.sbyejd (mgr.14180) 856 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:34.463 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:34.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:34 smithi162 bash[17902]: cluster 2024-01-24T03:24:33.257181+0000 mgr.smithi159.sbyejd (mgr.14180) 857 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:34.658 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:34 smithi159 bash[14083]: cluster 2024-01-24T03:24:33.257181+0000 mgr.smithi159.sbyejd (mgr.14180) 857 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:36 smithi162 bash[17902]: cluster 2024-01-24T03:24:35.258369+0000 mgr.smithi159.sbyejd (mgr.14180) 858 : 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-24T03:24:36.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:36 smithi159 bash[14083]: cluster 2024-01-24T03:24:35.258369+0000 mgr.smithi159.sbyejd (mgr.14180) 858 : 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-24T03:24:37.850 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:37.851 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:38.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:37 smithi159 bash[14083]: cluster 2024-01-24T03:24:37.259635+0000 mgr.smithi159.sbyejd (mgr.14180) 859 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:38.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:37 smithi162 bash[17902]: cluster 2024-01-24T03:24:37.259635+0000 mgr.smithi159.sbyejd (mgr.14180) 859 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:38.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:39.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:38 smithi159 bash[14083]: audit 2024-01-24T03:24:37.839664+0000 mgr.smithi159.sbyejd (mgr.14180) 860 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:39.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:38 smithi162 bash[17902]: audit 2024-01-24T03:24:37.839664+0000 mgr.smithi159.sbyejd (mgr.14180) 860 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:39.628 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:40.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:39 smithi159 bash[14083]: cluster 2024-01-24T03:24:39.260772+0000 mgr.smithi159.sbyejd (mgr.14180) 861 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:39 smithi162 bash[17902]: cluster 2024-01-24T03:24:39.260772+0000 mgr.smithi159.sbyejd (mgr.14180) 861 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:42.615 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:42 smithi159 bash[14083]: cluster 2024-01-24T03:24:41.262136+0000 mgr.smithi159.sbyejd (mgr.14180) 862 : cluster [DBG] pgmap v594: 97 pgs: 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-24T03:24:42.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:42 smithi162 bash[17902]: cluster 2024-01-24T03:24:41.262136+0000 mgr.smithi159.sbyejd (mgr.14180) 862 : cluster [DBG] pgmap v594: 97 pgs: 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-24T03:24:43.044 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:43.044 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:43.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:44 smithi162 bash[17902]: audit 2024-01-24T03:24:43.031575+0000 mgr.smithi159.sbyejd (mgr.14180) 863 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:44.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:44 smithi162 bash[17902]: cluster 2024-01-24T03:24:43.263244+0000 mgr.smithi159.sbyejd (mgr.14180) 864 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:44.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:44 smithi159 bash[14083]: audit 2024-01-24T03:24:43.031575+0000 mgr.smithi159.sbyejd (mgr.14180) 863 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:44.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:44 smithi159 bash[14083]: cluster 2024-01-24T03:24:43.263244+0000 mgr.smithi159.sbyejd (mgr.14180) 864 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:44.856 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:46.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:46 smithi162 bash[17902]: cluster 2024-01-24T03:24:45.264427+0000 mgr.smithi159.sbyejd (mgr.14180) 865 : 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-24T03:24:46.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:46 smithi159 bash[14083]: cluster 2024-01-24T03:24:45.264427+0000 mgr.smithi159.sbyejd (mgr.14180) 865 : 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-24T03:24:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:47 smithi159 bash[14083]: cluster 2024-01-24T03:24:47.265236+0000 mgr.smithi159.sbyejd (mgr.14180) 866 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:48.250 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:48.250 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:47 smithi162 bash[17902]: cluster 2024-01-24T03:24:47.265236+0000 mgr.smithi159.sbyejd (mgr.14180) 866 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:49.055 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:48 smithi162 bash[17902]: audit 2024-01-24T03:24:48.237230+0000 mgr.smithi159.sbyejd (mgr.14180) 867 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:49.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:48 smithi159 bash[14083]: audit 2024-01-24T03:24:48.237230+0000 mgr.smithi159.sbyejd (mgr.14180) 867 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:50.056 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:50.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:49 smithi162 bash[17902]: cluster 2024-01-24T03:24:49.266320+0000 mgr.smithi159.sbyejd (mgr.14180) 868 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:50.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:49 smithi159 bash[14083]: cluster 2024-01-24T03:24:49.266320+0000 mgr.smithi159.sbyejd (mgr.14180) 868 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:52 smithi162 bash[17902]: cluster 2024-01-24T03:24:51.267702+0000 mgr.smithi159.sbyejd (mgr.14180) 869 : cluster [DBG] pgmap v599: 97 pgs: 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-24T03:24:52.677 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:52 smithi159 bash[14083]: cluster 2024-01-24T03:24:51.267702+0000 mgr.smithi159.sbyejd (mgr.14180) 869 : cluster [DBG] pgmap v599: 97 pgs: 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-24T03:24:53.072 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:53.072 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:53.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:54.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:54 smithi162 bash[17902]: audit 2024-01-24T03:24:53.059681+0000 mgr.smithi159.sbyejd (mgr.14180) 870 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:54.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:54 smithi162 bash[17902]: cluster 2024-01-24T03:24:53.268757+0000 mgr.smithi159.sbyejd (mgr.14180) 871 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:54 smithi159 bash[14083]: audit 2024-01-24T03:24:53.059681+0000 mgr.smithi159.sbyejd (mgr.14180) 870 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:54 smithi159 bash[14083]: cluster 2024-01-24T03:24:53.268757+0000 mgr.smithi159.sbyejd (mgr.14180) 871 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:54.836 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:24:56.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:56 smithi162 bash[17902]: cluster 2024-01-24T03:24:55.269406+0000 mgr.smithi159.sbyejd (mgr.14180) 872 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:56.691 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:56 smithi159 bash[14083]: cluster 2024-01-24T03:24:55.269406+0000 mgr.smithi159.sbyejd (mgr.14180) 872 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:58.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:57 smithi159 bash[14083]: cluster 2024-01-24T03:24:57.270659+0000 mgr.smithi159.sbyejd (mgr.14180) 873 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:58.287 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:24:58.287 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:24:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:57 smithi162 bash[17902]: cluster 2024-01-24T03:24:57.270659+0000 mgr.smithi159.sbyejd (mgr.14180) 873 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:24:59.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:24:59.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:58 smithi162 bash[17902]: audit 2024-01-24T03:24:58.280061+0000 mgr.smithi159.sbyejd (mgr.14180) 874 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:24:59.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:58 smithi159 bash[14083]: audit 2024-01-24T03:24:58.280061+0000 mgr.smithi159.sbyejd (mgr.14180) 874 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:00.074 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:00.258 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:24:59 smithi159 bash[14083]: cluster 2024-01-24T03:24:59.271886+0000 mgr.smithi159.sbyejd (mgr.14180) 875 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:00.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:24:59 smithi162 bash[17902]: cluster 2024-01-24T03:24:59.271886+0000 mgr.smithi159.sbyejd (mgr.14180) 875 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:02.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:02 smithi162 bash[17902]: cluster 2024-01-24T03:25:01.272814+0000 mgr.smithi159.sbyejd (mgr.14180) 876 : cluster [DBG] pgmap v604: 97 pgs: 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-24T03:25:02.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:02 smithi159 bash[14083]: cluster 2024-01-24T03:25:01.272814+0000 mgr.smithi159.sbyejd (mgr.14180) 876 : cluster [DBG] pgmap v604: 97 pgs: 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-24T03:25:03.530 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:03.530 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:04.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:04 smithi162 bash[17902]: cluster 2024-01-24T03:25:03.273538+0000 mgr.smithi159.sbyejd (mgr.14180) 877 : 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-24T03:25:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:04 smithi162 bash[17902]: audit 2024-01-24T03:25:03.518975+0000 mgr.smithi159.sbyejd (mgr.14180) 878 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:04 smithi159 bash[14083]: cluster 2024-01-24T03:25:03.273538+0000 mgr.smithi159.sbyejd (mgr.14180) 877 : 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-24T03:25:04.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:04 smithi159 bash[14083]: audit 2024-01-24T03:25:03.518975+0000 mgr.smithi159.sbyejd (mgr.14180) 878 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:05.354 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:06.605 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:06 smithi159 bash[14083]: cluster 2024-01-24T03:25:05.274878+0000 mgr.smithi159.sbyejd (mgr.14180) 879 : 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-24T03:25:06.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:06 smithi162 bash[17902]: cluster 2024-01-24T03:25:05.274878+0000 mgr.smithi159.sbyejd (mgr.14180) 879 : 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-24T03:25:08.212 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:07 smithi159 bash[14083]: cluster 2024-01-24T03:25:07.276138+0000 mgr.smithi159.sbyejd (mgr.14180) 880 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:08.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:07 smithi162 bash[17902]: cluster 2024-01-24T03:25:07.276138+0000 mgr.smithi159.sbyejd (mgr.14180) 880 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:08.581 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:08.582 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:09.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:08 smithi159 bash[14083]: audit 2024-01-24T03:25:08.574870+0000 mgr.smithi159.sbyejd (mgr.14180) 881 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:09.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:08 smithi162 bash[17902]: audit 2024-01-24T03:25:08.574870+0000 mgr.smithi159.sbyejd (mgr.14180) 881 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:10.339 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:10.352 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:09 smithi159 bash[14083]: cluster 2024-01-24T03:25:09.277288+0000 mgr.smithi159.sbyejd (mgr.14180) 882 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:09 smithi162 bash[17902]: cluster 2024-01-24T03:25:09.277288+0000 mgr.smithi159.sbyejd (mgr.14180) 882 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:11.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:11 smithi162 bash[17902]: audit 2024-01-24T03:25:11.248653+0000 mon.smithi159 (mon.0) 890 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:25:11.637 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:11 smithi159 bash[14083]: audit 2024-01-24T03:25:11.248653+0000 mon.smithi159 (mon.0) 890 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:25:12.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: cluster 2024-01-24T03:25:11.278703+0000 mgr.smithi159.sbyejd (mgr.14180) 883 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: audit 2024-01-24T03:25:11.552814+0000 mon.smithi159 (mon.0) 891 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: audit 2024-01-24T03:25:11.554004+0000 mon.smithi159 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: audit 2024-01-24T03:25:11.559841+0000 mon.smithi159 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: cluster 2024-01-24T03:25:11.560646+0000 mgr.smithi159.sbyejd (mgr.14180) 884 : 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-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: audit 2024-01-24T03:25:11.565847+0000 mon.smithi159 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: audit 2024-01-24T03:25:11.577864+0000 mon.smithi159 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:25:12.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:12 smithi162 bash[17902]: cephadm 2024-01-24T03:25:11.581439+0000 mgr.smithi159.sbyejd (mgr.14180) 885 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ffiiml on smithi162 2024-01-24T03:25:12.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: cluster 2024-01-24T03:25:11.278703+0000 mgr.smithi159.sbyejd (mgr.14180) 883 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: audit 2024-01-24T03:25:11.552814+0000 mon.smithi159 (mon.0) 891 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: audit 2024-01-24T03:25:11.554004+0000 mon.smithi159 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: audit 2024-01-24T03:25:11.559841+0000 mon.smithi159 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: cluster 2024-01-24T03:25:11.560646+0000 mgr.smithi159.sbyejd (mgr.14180) 884 : 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-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: audit 2024-01-24T03:25:11.565847+0000 mon.smithi159 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: audit 2024-01-24T03:25:11.577864+0000 mon.smithi159 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:25:12.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:12 smithi159 bash[14083]: cephadm 2024-01-24T03:25:11.581439+0000 mgr.smithi159.sbyejd (mgr.14180) 885 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ffiiml on smithi162 2024-01-24T03:25:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:13 smithi162 bash[17902]: cluster 2024-01-24T03:25:12.557663+0000 mon.smithi159 (mon.0) 896 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:25:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:13 smithi162 bash[17902]: cluster 2024-01-24T03:25:12.557727+0000 mon.smithi159 (mon.0) 897 : cluster [INF] Cluster is now healthy 2024-01-24T03:25:13.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:13 smithi159 bash[14083]: cluster 2024-01-24T03:25:12.557663+0000 mon.smithi159 (mon.0) 896 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:25:13.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:13 smithi159 bash[14083]: cluster 2024-01-24T03:25:12.557727+0000 mon.smithi159 (mon.0) 897 : cluster [INF] Cluster is now healthy 2024-01-24T03:25:13.715 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:13.715 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:23:02.875775Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.wawcvv on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:14.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:14.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:14 smithi162 bash[17902]: cluster 2024-01-24T03:25:13.561500+0000 mgr.smithi159.sbyejd (mgr.14180) 886 : 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-24T03:25:14.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:14 smithi162 bash[17902]: audit 2024-01-24T03:25:13.703903+0000 mgr.smithi159.sbyejd (mgr.14180) 887 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:14 smithi159 bash[14083]: cluster 2024-01-24T03:25:13.561500+0000 mgr.smithi159.sbyejd (mgr.14180) 886 : 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-24T03:25:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:14 smithi159 bash[14083]: audit 2024-01-24T03:25:13.703903+0000 mgr.smithi159.sbyejd (mgr.14180) 887 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:15.545 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:15 smithi162 bash[17902]: audit 2024-01-24T03:25:15.588858+0000 mon.smithi159 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ffiiml"}]: dispatch 2024-01-24T03:25:15.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:15 smithi159 bash[14083]: audit 2024-01-24T03:25:15.588858+0000 mon.smithi159 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ffiiml"}]: dispatch 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: cluster 2024-01-24T03:25:15.562494+0000 mgr.smithi159.sbyejd (mgr.14180) 888 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: cephadm 2024-01-24T03:25:15.587510+0000 mgr.smithi159.sbyejd (mgr.14180) 889 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ffiiml ... 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:16.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:16.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ffiiml ... 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: cephadm 2024-01-24T03:25:15.588073+0000 mgr.smithi159.sbyejd (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: cephadm 2024-01-24T03:25:15.590556+0000 mgr.smithi159.sbyejd (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ffiiml ... 2024-01-24T03:25:16.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:16.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:16.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:16.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:16.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:16.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:16 smithi159 bash[14083]: cephadm 2024-01-24T03:25:15.594503+0000 mgr.smithi159.sbyejd (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.jsnstu on smithi159 2024-01-24T03:25:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: cluster 2024-01-24T03:25:15.562494+0000 mgr.smithi159.sbyejd (mgr.14180) 888 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:25:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: cephadm 2024-01-24T03:25:15.587510+0000 mgr.smithi159.sbyejd (mgr.14180) 889 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:17.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ffiiml ... 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:25:17.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ffiiml ... 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: cephadm 2024-01-24T03:25:15.588073+0000 mgr.smithi159.sbyejd (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: cephadm 2024-01-24T03:25:15.590556+0000 mgr.smithi159.sbyejd (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ffiiml ... 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:17.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:16 smithi162 bash[17902]: cephadm 2024-01-24T03:25:15.594503+0000 mgr.smithi159.sbyejd (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.jsnstu on smithi159 2024-01-24T03:25:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:17 smithi159 bash[14083]: cluster 2024-01-24T03:25:17.563087+0000 mgr.smithi159.sbyejd (mgr.14180) 893 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:25:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:17 smithi162 bash[17902]: cluster 2024-01-24T03:25:17.563087+0000 mgr.smithi159.sbyejd (mgr.14180) 893 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:25:19.045 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:19.045 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:07.084737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.wymyut on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-wymyut\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.wymyut\nDeploy daemon haproxy.nfs.foo.smithi162.wymyut ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.240983Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.autdfq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-autdfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.autdfq\nDeploy daemon haproxy.nfs.foo.smithi159.autdfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:24:11.242759Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.mzljxa on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:20.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:20.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:20 smithi159 bash[14083]: audit 2024-01-24T03:25:19.033961+0000 mgr.smithi159.sbyejd (mgr.14180) 894 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:20.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:20 smithi159 bash[14083]: cluster 2024-01-24T03:25:19.563595+0000 mgr.smithi159.sbyejd (mgr.14180) 895 : cluster [DBG] pgmap v614: 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-24T03:25:20.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:20 smithi159 bash[14083]: audit 2024-01-24T03:25:20.047035+0000 mon.smithi159 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.jsnstu"}]: dispatch 2024-01-24T03:25:21.025 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:20 smithi162 bash[17902]: audit 2024-01-24T03:25:19.033961+0000 mgr.smithi159.sbyejd (mgr.14180) 894 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:20 smithi162 bash[17902]: cluster 2024-01-24T03:25:19.563595+0000 mgr.smithi159.sbyejd (mgr.14180) 895 : cluster [DBG] pgmap v614: 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-24T03:25:21.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:20 smithi162 bash[17902]: audit 2024-01-24T03:25:20.047035+0000 mon.smithi159 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.jsnstu"}]: dispatch 2024-01-24T03:25:21.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cephadm 2024-01-24T03:25:20.046281+0000 mgr.smithi159.sbyejd (mgr.14180) 896 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.jsnstu ... 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:21.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.jsnstu ... 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:21.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cephadm 2024-01-24T03:25:20.046531+0000 mgr.smithi159.sbyejd (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cephadm 2024-01-24T03:25:20.048540+0000 mgr.smithi159.sbyejd (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.jsnstu ... 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:21.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:21.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cephadm 2024-01-24T03:25:20.053373+0000 mgr.smithi159.sbyejd (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:25:21.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cephadm 2024-01-24T03:25:20.055856+0000 mgr.smithi159.sbyejd (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:25:21.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cluster 2024-01-24T03:25:20.056835+0000 mgr.smithi159.sbyejd (mgr.14180) 901 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:25:21.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:21 smithi159 bash[14083]: cluster 2024-01-24T03:25:20.617306+0000 mon.smithi159 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cephadm 2024-01-24T03:25:20.046281+0000 mgr.smithi159.sbyejd (mgr.14180) 896 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.jsnstu ... 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.jsnstu ... 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cephadm 2024-01-24T03:25:20.046531+0000 mgr.smithi159.sbyejd (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cephadm 2024-01-24T03:25:20.048540+0000 mgr.smithi159.sbyejd (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu 2024-01-24T03:25:22.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.jsnstu ... 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cephadm 2024-01-24T03:25:20.053373+0000 mgr.smithi159.sbyejd (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cephadm 2024-01-24T03:25:20.055856+0000 mgr.smithi159.sbyejd (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cluster 2024-01-24T03:25:20.056835+0000 mgr.smithi159.sbyejd (mgr.14180) 901 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:25:22.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:21 smithi162 bash[17902]: cluster 2024-01-24T03:25:20.617306+0000 mon.smithi159 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:25:23.279 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:22 smithi159 bash[14083]: cluster 2024-01-24T03:25:22.058100+0000 mgr.smithi159.sbyejd (mgr.14180) 902 : cluster [DBG] pgmap v616: 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-24T03:25:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:22 smithi162 bash[17902]: cluster 2024-01-24T03:25:22.058100+0000 mgr.smithi159.sbyejd (mgr.14180) 902 : cluster [DBG] pgmap v616: 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-24T03:25:24.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:24 smithi159 bash[14083]: audit 2024-01-24T03:25:23.388617+0000 mon.smithi159 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:25:24.706 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:24.707 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:24.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:24 smithi162 bash[17902]: audit 2024-01-24T03:25:23.388617+0000 mon.smithi159 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:25:25.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:25.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:25 smithi159 bash[14083]: cluster 2024-01-24T03:25:24.058936+0000 mgr.smithi159.sbyejd (mgr.14180) 903 : cluster [DBG] pgmap v617: 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-24T03:25:25.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:25 smithi159 bash[14083]: audit 2024-01-24T03:25:24.695128+0000 mgr.smithi159.sbyejd (mgr.14180) 904 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:25 smithi162 bash[17902]: cluster 2024-01-24T03:25:24.058936+0000 mgr.smithi159.sbyejd (mgr.14180) 903 : cluster [DBG] pgmap v617: 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-24T03:25:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:25 smithi162 bash[17902]: audit 2024-01-24T03:25:24.695128+0000 mgr.smithi159.sbyejd (mgr.14180) 904 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:26.507 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:27.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:27 smithi159 bash[14083]: cluster 2024-01-24T03:25:26.060147+0000 mgr.smithi159.sbyejd (mgr.14180) 905 : cluster [DBG] pgmap v618: 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-24T03:25:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:27 smithi162 bash[17902]: cluster 2024-01-24T03:25:26.060147+0000 mgr.smithi159.sbyejd (mgr.14180) 905 : cluster [DBG] pgmap v618: 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-24T03:25:29.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:29 smithi159 bash[14083]: cluster 2024-01-24T03:25:28.061266+0000 mgr.smithi159.sbyejd (mgr.14180) 906 : cluster [DBG] pgmap v619: 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-24T03:25:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:29 smithi162 bash[17902]: cluster 2024-01-24T03:25:28.061266+0000 mgr.smithi159.sbyejd (mgr.14180) 906 : cluster [DBG] pgmap v619: 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-24T03:25:29.969 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:29.970 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:30.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:31.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:31 smithi159 bash[14083]: audit 2024-01-24T03:25:29.956970+0000 mgr.smithi159.sbyejd (mgr.14180) 907 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:31.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:31 smithi159 bash[14083]: cluster 2024-01-24T03:25:30.062324+0000 mgr.smithi159.sbyejd (mgr.14180) 908 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-01-24T03:25:31.802 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:31.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:31 smithi162 bash[17902]: audit 2024-01-24T03:25:29.956970+0000 mgr.smithi159.sbyejd (mgr.14180) 907 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:31.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:31 smithi162 bash[17902]: cluster 2024-01-24T03:25:30.062324+0000 mgr.smithi159.sbyejd (mgr.14180) 908 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-01-24T03:25:33.368 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:32 smithi159 bash[14083]: cluster 2024-01-24T03:25:32.063452+0000 mgr.smithi159.sbyejd (mgr.14180) 909 : cluster [DBG] pgmap v621: 97 pgs: 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-24T03:25:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:32 smithi162 bash[17902]: cluster 2024-01-24T03:25:32.063452+0000 mgr.smithi159.sbyejd (mgr.14180) 909 : cluster [DBG] pgmap v621: 97 pgs: 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-24T03:25:35.240 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:35.240 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:35 smithi159 bash[14083]: cluster 2024-01-24T03:25:34.064586+0000 mgr.smithi159.sbyejd (mgr.14180) 910 : 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-24T03:25:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:35 smithi162 bash[17902]: cluster 2024-01-24T03:25:34.064586+0000 mgr.smithi159.sbyejd (mgr.14180) 910 : 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-24T03:25:36.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:36.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:36 smithi159 bash[14083]: audit 2024-01-24T03:25:35.228580+0000 mgr.smithi159.sbyejd (mgr.14180) 911 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:36 smithi162 bash[17902]: audit 2024-01-24T03:25:35.228580+0000 mgr.smithi159.sbyejd (mgr.14180) 911 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:37.030 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:37.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:37 smithi159 bash[14083]: cluster 2024-01-24T03:25:36.066017+0000 mgr.smithi159.sbyejd (mgr.14180) 912 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:37 smithi162 bash[17902]: cluster 2024-01-24T03:25:36.066017+0000 mgr.smithi159.sbyejd (mgr.14180) 912 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:39.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:39 smithi159 bash[14083]: cluster 2024-01-24T03:25:38.067086+0000 mgr.smithi159.sbyejd (mgr.14180) 913 : 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-24T03:25:39.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:39 smithi162 bash[17902]: cluster 2024-01-24T03:25:38.067086+0000 mgr.smithi159.sbyejd (mgr.14180) 913 : 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-24T03:25:40.356 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:40.356 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:41.116 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:41.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:41 smithi159 bash[14083]: cluster 2024-01-24T03:25:40.067871+0000 mgr.smithi159.sbyejd (mgr.14180) 914 : 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-24T03:25:41.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:41 smithi159 bash[14083]: audit 2024-01-24T03:25:40.341740+0000 mgr.smithi159.sbyejd (mgr.14180) 915 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:41.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:41 smithi162 bash[17902]: cluster 2024-01-24T03:25:40.067871+0000 mgr.smithi159.sbyejd (mgr.14180) 914 : 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-24T03:25:41.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:41 smithi162 bash[17902]: audit 2024-01-24T03:25:40.341740+0000 mgr.smithi159.sbyejd (mgr.14180) 915 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:42.117 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:43.244 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:42 smithi159 bash[14083]: cluster 2024-01-24T03:25:42.069106+0000 mgr.smithi159.sbyejd (mgr.14180) 916 : cluster [DBG] pgmap v626: 97 pgs: 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-24T03:25:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:42 smithi162 bash[17902]: cluster 2024-01-24T03:25:42.069106+0000 mgr.smithi159.sbyejd (mgr.14180) 916 : cluster [DBG] pgmap v626: 97 pgs: 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-24T03:25:45.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:45 smithi159 bash[14083]: cluster 2024-01-24T03:25:44.070177+0000 mgr.smithi159.sbyejd (mgr.14180) 917 : 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-24T03:25:45.510 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:45.510 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:45.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:45 smithi162 bash[17902]: cluster 2024-01-24T03:25:44.070177+0000 mgr.smithi159.sbyejd (mgr.14180) 917 : 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-24T03:25:46.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:46.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:46 smithi159 bash[14083]: audit 2024-01-24T03:25:45.497772+0000 mgr.smithi159.sbyejd (mgr.14180) 918 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:46.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:46 smithi162 bash[17902]: audit 2024-01-24T03:25:45.497772+0000 mgr.smithi159.sbyejd (mgr.14180) 918 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:47.279 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:47.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:47 smithi159 bash[14083]: cluster 2024-01-24T03:25:46.071599+0000 mgr.smithi159.sbyejd (mgr.14180) 919 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:47 smithi162 bash[17902]: cluster 2024-01-24T03:25:46.071599+0000 mgr.smithi159.sbyejd (mgr.14180) 919 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:49.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:49 smithi159 bash[14083]: cluster 2024-01-24T03:25:48.072649+0000 mgr.smithi159.sbyejd (mgr.14180) 920 : 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-24T03:25:49.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:49 smithi162 bash[17902]: cluster 2024-01-24T03:25:48.072649+0000 mgr.smithi159.sbyejd (mgr.14180) 920 : 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-24T03:25:50.577 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:50.577 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:51.388 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:51.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:51 smithi159 bash[14083]: cluster 2024-01-24T03:25:50.073852+0000 mgr.smithi159.sbyejd (mgr.14180) 921 : 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-24T03:25:51.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:51 smithi159 bash[14083]: audit 2024-01-24T03:25:50.564002+0000 mgr.smithi159.sbyejd (mgr.14180) 922 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:51 smithi162 bash[17902]: cluster 2024-01-24T03:25:50.073852+0000 mgr.smithi159.sbyejd (mgr.14180) 921 : 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-24T03:25:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:51 smithi162 bash[17902]: audit 2024-01-24T03:25:50.564002+0000 mgr.smithi159.sbyejd (mgr.14180) 922 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:52.389 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:52 smithi162 bash[17902]: cluster 2024-01-24T03:25:52.075141+0000 mgr.smithi159.sbyejd (mgr.14180) 923 : cluster [DBG] pgmap v631: 97 pgs: 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-24T03:25:53.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:52 smithi159 bash[14083]: cluster 2024-01-24T03:25:52.075141+0000 mgr.smithi159.sbyejd (mgr.14180) 923 : cluster [DBG] pgmap v631: 97 pgs: 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-24T03:25:55.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:55 smithi159 bash[14083]: cluster 2024-01-24T03:25:54.076250+0000 mgr.smithi159.sbyejd (mgr.14180) 924 : 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-24T03:25:55.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:55 smithi162 bash[17902]: cluster 2024-01-24T03:25:54.076250+0000 mgr.smithi159.sbyejd (mgr.14180) 924 : 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-24T03:25:56.018 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:25:56.019 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:25:56.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:25:57.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:57 smithi159 bash[14083]: audit 2024-01-24T03:25:56.011687+0000 mgr.smithi159.sbyejd (mgr.14180) 925 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:57.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:57 smithi159 bash[14083]: cluster 2024-01-24T03:25:56.077614+0000 mgr.smithi159.sbyejd (mgr.14180) 926 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:57 smithi162 bash[17902]: audit 2024-01-24T03:25:56.011687+0000 mgr.smithi159.sbyejd (mgr.14180) 925 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:25:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:57 smithi162 bash[17902]: cluster 2024-01-24T03:25:56.077614+0000 mgr.smithi159.sbyejd (mgr.14180) 926 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:25:57.845 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:25:59.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:25:59 smithi159 bash[14083]: cluster 2024-01-24T03:25:58.078867+0000 mgr.smithi159.sbyejd (mgr.14180) 927 : 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-24T03:25:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:25:59 smithi162 bash[17902]: cluster 2024-01-24T03:25:58.078867+0000 mgr.smithi159.sbyejd (mgr.14180) 927 : 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-24T03:26:01.087 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:01.087 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:01 smithi159 bash[14083]: cluster 2024-01-24T03:26:00.079675+0000 mgr.smithi159.sbyejd (mgr.14180) 928 : 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-24T03:26:01.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:01 smithi162 bash[17902]: cluster 2024-01-24T03:26:00.079675+0000 mgr.smithi159.sbyejd (mgr.14180) 928 : 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-24T03:26:01.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:02.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:02 smithi159 bash[14083]: audit 2024-01-24T03:26:01.080327+0000 mgr.smithi159.sbyejd (mgr.14180) 929 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:02.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:02 smithi162 bash[17902]: audit 2024-01-24T03:26:01.080327+0000 mgr.smithi159.sbyejd (mgr.14180) 929 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:02.835 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:03.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:03 smithi159 bash[14083]: cluster 2024-01-24T03:26:02.080891+0000 mgr.smithi159.sbyejd (mgr.14180) 930 : cluster [DBG] pgmap v636: 97 pgs: 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-24T03:26:03.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:03 smithi162 bash[17902]: cluster 2024-01-24T03:26:02.080891+0000 mgr.smithi159.sbyejd (mgr.14180) 930 : cluster [DBG] pgmap v636: 97 pgs: 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-24T03:26:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:05 smithi159 bash[14083]: cluster 2024-01-24T03:26:04.081761+0000 mgr.smithi159.sbyejd (mgr.14180) 931 : 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-24T03:26:05.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:05 smithi162 bash[17902]: cluster 2024-01-24T03:26:04.081761+0000 mgr.smithi159.sbyejd (mgr.14180) 931 : 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-24T03:26:06.207 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:06.207 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:07.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:07.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:07 smithi159 bash[14083]: cluster 2024-01-24T03:26:06.083034+0000 mgr.smithi159.sbyejd (mgr.14180) 932 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:07.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:07 smithi159 bash[14083]: audit 2024-01-24T03:26:06.194386+0000 mgr.smithi159.sbyejd (mgr.14180) 933 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:07.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:07 smithi162 bash[17902]: cluster 2024-01-24T03:26:06.083034+0000 mgr.smithi159.sbyejd (mgr.14180) 932 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:07.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:07 smithi162 bash[17902]: audit 2024-01-24T03:26:06.194386+0000 mgr.smithi159.sbyejd (mgr.14180) 933 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:08.074 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:09.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:09 smithi159 bash[14083]: cluster 2024-01-24T03:26:08.084065+0000 mgr.smithi159.sbyejd (mgr.14180) 934 : 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-24T03:26:09.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:09 smithi162 bash[17902]: cluster 2024-01-24T03:26:08.084065+0000 mgr.smithi159.sbyejd (mgr.14180) 934 : 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-24T03:26:11.304 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:11.304 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:11.334 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:11 smithi159 bash[14083]: cluster 2024-01-24T03:26:10.084868+0000 mgr.smithi159.sbyejd (mgr.14180) 935 : 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-24T03:26:11.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:11 smithi162 bash[17902]: cluster 2024-01-24T03:26:10.084868+0000 mgr.smithi159.sbyejd (mgr.14180) 935 : 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-24T03:26:12.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:12.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:12 smithi159 bash[14083]: audit 2024-01-24T03:26:11.293150+0000 mgr.smithi159.sbyejd (mgr.14180) 936 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:12.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:12 smithi162 bash[17902]: audit 2024-01-24T03:26:11.293150+0000 mgr.smithi159.sbyejd (mgr.14180) 936 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:13.079 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:13.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:13 smithi159 bash[14083]: cluster 2024-01-24T03:26:12.085944+0000 mgr.smithi159.sbyejd (mgr.14180) 937 : cluster [DBG] pgmap v641: 97 pgs: 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-24T03:26:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:13 smithi162 bash[17902]: cluster 2024-01-24T03:26:12.085944+0000 mgr.smithi159.sbyejd (mgr.14180) 937 : cluster [DBG] pgmap v641: 97 pgs: 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-24T03:26:15.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:15 smithi159 bash[14083]: cluster 2024-01-24T03:26:14.087083+0000 mgr.smithi159.sbyejd (mgr.14180) 938 : 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-24T03:26:15.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:15 smithi162 bash[17902]: cluster 2024-01-24T03:26:14.087083+0000 mgr.smithi159.sbyejd (mgr.14180) 938 : 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-24T03:26:16.607 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:16.607 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:17.400 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:17 smithi162 bash[17902]: cluster 2024-01-24T03:26:16.088422+0000 mgr.smithi159.sbyejd (mgr.14180) 939 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:17 smithi162 bash[17902]: audit 2024-01-24T03:26:16.599952+0000 mgr.smithi159.sbyejd (mgr.14180) 940 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:17.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:17 smithi159 bash[14083]: cluster 2024-01-24T03:26:16.088422+0000 mgr.smithi159.sbyejd (mgr.14180) 939 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:17.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:17 smithi159 bash[14083]: audit 2024-01-24T03:26:16.599952+0000 mgr.smithi159.sbyejd (mgr.14180) 940 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:18.401 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:19.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:19 smithi162 bash[17902]: cluster 2024-01-24T03:26:18.089435+0000 mgr.smithi159.sbyejd (mgr.14180) 941 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:19.662 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:19 smithi159 bash[14083]: cluster 2024-01-24T03:26:18.089435+0000 mgr.smithi159.sbyejd (mgr.14180) 941 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:20.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:20 smithi159 bash[14083]: audit 2024-01-24T03:26:20.060582+0000 mon.smithi159 (mon.0) 902 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:26:20.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:20 smithi162 bash[17902]: audit 2024-01-24T03:26:20.060582+0000 mon.smithi159 (mon.0) 902 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:26:21.595 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: cluster 2024-01-24T03:26:20.090550+0000 mgr.smithi159.sbyejd (mgr.14180) 942 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: audit 2024-01-24T03:26:20.306143+0000 mon.smithi159 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: audit 2024-01-24T03:26:20.573593+0000 mon.smithi159 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: audit 2024-01-24T03:26:20.574642+0000 mon.smithi159 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: audit 2024-01-24T03:26:20.580560+0000 mon.smithi159 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: cluster 2024-01-24T03:26:20.581483+0000 mgr.smithi159.sbyejd (mgr.14180) 943 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 390 B/s rd, 0 op/s 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: audit 2024-01-24T03:26:20.588007+0000 mon.smithi159 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: audit 2024-01-24T03:26:20.603442+0000 mon.smithi159 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:21.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:21 smithi159 bash[14083]: cephadm 2024-01-24T03:26:20.607234+0000 mgr.smithi159.sbyejd (mgr.14180) 944 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.aclqvw on smithi162 2024-01-24T03:26:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: cluster 2024-01-24T03:26:20.090550+0000 mgr.smithi159.sbyejd (mgr.14180) 942 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: audit 2024-01-24T03:26:20.306143+0000 mon.smithi159 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: audit 2024-01-24T03:26:20.573593+0000 mon.smithi159 (mon.0) 904 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: audit 2024-01-24T03:26:20.574642+0000 mon.smithi159 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: audit 2024-01-24T03:26:20.580560+0000 mon.smithi159 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: cluster 2024-01-24T03:26:20.581483+0000 mgr.smithi159.sbyejd (mgr.14180) 943 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 390 B/s rd, 0 op/s 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: audit 2024-01-24T03:26:20.588007+0000 mon.smithi159 (mon.0) 907 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: audit 2024-01-24T03:26:20.603442+0000 mon.smithi159 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:21.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:21 smithi162 bash[17902]: cephadm 2024-01-24T03:26:20.607234+0000 mgr.smithi159.sbyejd (mgr.14180) 944 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.aclqvw on smithi162 2024-01-24T03:26:21.964 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:21.964 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:24:11.244444Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.mtsrpf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:22.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:22 smithi162 bash[17902]: cluster 2024-01-24T03:26:21.578457+0000 mon.smithi159 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:26:22.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:22 smithi162 bash[17902]: cluster 2024-01-24T03:26:21.578546+0000 mon.smithi159 (mon.0) 910 : cluster [INF] Cluster is now healthy 2024-01-24T03:26:22.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:22 smithi159 bash[14083]: cluster 2024-01-24T03:26:21.578457+0000 mon.smithi159 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:26:22.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:22 smithi159 bash[14083]: cluster 2024-01-24T03:26:21.578546+0000 mon.smithi159 (mon.0) 910 : cluster [INF] Cluster is now healthy 2024-01-24T03:26:22.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:23.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:23 smithi162 bash[17902]: audit 2024-01-24T03:26:21.956720+0000 mgr.smithi159.sbyejd (mgr.14180) 945 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:23.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:23 smithi162 bash[17902]: cluster 2024-01-24T03:26:22.581970+0000 mgr.smithi159.sbyejd (mgr.14180) 946 : cluster [DBG] pgmap v647: 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-24T03:26:23.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:23 smithi159 bash[14083]: audit 2024-01-24T03:26:21.956720+0000 mgr.smithi159.sbyejd (mgr.14180) 945 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:23.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:23 smithi159 bash[14083]: cluster 2024-01-24T03:26:22.581970+0000 mgr.smithi159.sbyejd (mgr.14180) 946 : cluster [DBG] pgmap v647: 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-24T03:26:23.749 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:24.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:24 smithi162 bash[17902]: audit 2024-01-24T03:26:23.495877+0000 mon.smithi159 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:24.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:24 smithi162 bash[17902]: audit 2024-01-24T03:26:24.434207+0000 mon.smithi159 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.aclqvw"}]: dispatch 2024-01-24T03:26:24.836 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:24 smithi159 bash[14083]: audit 2024-01-24T03:26:23.495877+0000 mon.smithi159 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:24.836 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:24 smithi159 bash[14083]: audit 2024-01-24T03:26:24.434207+0000 mon.smithi159 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.aclqvw"}]: dispatch 2024-01-24T03:26:25.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: cephadm 2024-01-24T03:26:24.432980+0000 mgr.smithi159.sbyejd (mgr.14180) 947 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:25.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.aclqvw ... 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:25.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.aclqvw ... 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: cephadm 2024-01-24T03:26:24.433501+0000 mgr.smithi159.sbyejd (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: cephadm 2024-01-24T03:26:24.435849+0000 mgr.smithi159.sbyejd (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.aclqvw ... 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: cephadm 2024-01-24T03:26:24.438177+0000 mgr.smithi159.sbyejd (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.zhqeno on smithi159 2024-01-24T03:26:25.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:25 smithi162 bash[17902]: cluster 2024-01-24T03:26:24.582880+0000 mgr.smithi159.sbyejd (mgr.14180) 951 : cluster [DBG] pgmap v648: 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-24T03:26:25.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: cephadm 2024-01-24T03:26:24.432980+0000 mgr.smithi159.sbyejd (mgr.14180) 947 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.aclqvw ... 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.aclqvw ... 2024-01-24T03:26:25.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: cephadm 2024-01-24T03:26:24.433501+0000 mgr.smithi159.sbyejd (mgr.14180) 948 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: cephadm 2024-01-24T03:26:24.435849+0000 mgr.smithi159.sbyejd (mgr.14180) 949 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw 2024-01-24T03:26:25.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.aclqvw ... 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: cephadm 2024-01-24T03:26:24.438177+0000 mgr.smithi159.sbyejd (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.zhqeno on smithi159 2024-01-24T03:26:25.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:25 smithi159 bash[14083]: cluster 2024-01-24T03:26:24.582880+0000 mgr.smithi159.sbyejd (mgr.14180) 951 : cluster [DBG] pgmap v648: 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-24T03:26:27.103 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:27.104 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:15.590307Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ffiiml on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ffiiml\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ffiiml\nDeploy daemon haproxy.nfs.foo.smithi162.ffiiml ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.048233Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.jsnstu on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-jsnstu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.jsnstu\nDeploy daemon haproxy.nfs.foo.smithi159.jsnstu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:25:20.053180Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fguxtq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:27.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:27.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:27 smithi159 bash[14083]: cluster 2024-01-24T03:26:26.583901+0000 mgr.smithi159.sbyejd (mgr.14180) 952 : cluster [DBG] pgmap v649: 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-24T03:26:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:27 smithi162 bash[17902]: cluster 2024-01-24T03:26:26.583901+0000 mgr.smithi159.sbyejd (mgr.14180) 952 : cluster [DBG] pgmap v649: 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-24T03:26:28.895 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:28.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:28 smithi159 bash[14083]: audit 2024-01-24T03:26:27.096941+0000 mgr.smithi159.sbyejd (mgr.14180) 953 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:28.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:28 smithi159 bash[14083]: audit 2024-01-24T03:26:28.205063+0000 mon.smithi159 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.zhqeno"}]: dispatch 2024-01-24T03:26:28.908 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:28 smithi159 bash[14083]: audit 2024-01-24T03:26:28.435757+0000 mon.smithi159 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:29.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:28 smithi162 bash[17902]: audit 2024-01-24T03:26:27.096941+0000 mgr.smithi159.sbyejd (mgr.14180) 953 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:29.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:28 smithi162 bash[17902]: audit 2024-01-24T03:26:28.205063+0000 mon.smithi159 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.zhqeno"}]: dispatch 2024-01-24T03:26:29.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:28 smithi162 bash[17902]: audit 2024-01-24T03:26:28.435757+0000 mon.smithi159 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:29.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cephadm 2024-01-24T03:26:28.203905+0000 mgr.smithi159.sbyejd (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-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.zhqeno ... 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:26:29.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.zhqeno ... 2024-01-24T03:26:29.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cephadm 2024-01-24T03:26:28.204384+0000 mgr.smithi159.sbyejd (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cephadm 2024-01-24T03:26:28.206769+0000 mgr.smithi159.sbyejd (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.zhqeno ... 2024-01-24T03:26:29.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cephadm 2024-01-24T03:26:28.210728+0000 mgr.smithi159.sbyejd (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cephadm 2024-01-24T03:26:28.212940+0000 mgr.smithi159.sbyejd (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cluster 2024-01-24T03:26:28.214100+0000 mgr.smithi159.sbyejd (mgr.14180) 959 : cluster [DBG] pgmap v650: 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-24T03:26:29.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:29 smithi159 bash[14083]: cluster 2024-01-24T03:26:28.641670+0000 mon.smithi159 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cephadm 2024-01-24T03:26:28.203905+0000 mgr.smithi159.sbyejd (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-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.zhqeno ... 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.zhqeno ... 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cephadm 2024-01-24T03:26:28.204384+0000 mgr.smithi159.sbyejd (mgr.14180) 955 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cephadm 2024-01-24T03:26:28.206769+0000 mgr.smithi159.sbyejd (mgr.14180) 956 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:30.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.zhqeno ... 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cephadm 2024-01-24T03:26:28.210728+0000 mgr.smithi159.sbyejd (mgr.14180) 957 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cephadm 2024-01-24T03:26:28.212940+0000 mgr.smithi159.sbyejd (mgr.14180) 958 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:26:30.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cluster 2024-01-24T03:26:28.214100+0000 mgr.smithi159.sbyejd (mgr.14180) 959 : cluster [DBG] pgmap v650: 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-24T03:26:30.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:29 smithi162 bash[17902]: cluster 2024-01-24T03:26:28.641670+0000 mon.smithi159 (mon.0) 915 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:26:31.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:31 smithi159 bash[14083]: cluster 2024-01-24T03:26:30.214986+0000 mgr.smithi159.sbyejd (mgr.14180) 960 : cluster [DBG] pgmap v651: 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-24T03:26:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:31 smithi162 bash[17902]: cluster 2024-01-24T03:26:30.214986+0000 mgr.smithi159.sbyejd (mgr.14180) 960 : cluster [DBG] pgmap v651: 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-24T03:26:32.414 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:32.414 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:33.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:32 smithi162 bash[17902]: cluster 2024-01-24T03:26:32.216226+0000 mgr.smithi159.sbyejd (mgr.14180) 961 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:33.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:32 smithi162 bash[17902]: audit 2024-01-24T03:26:32.406814+0000 mgr.smithi159.sbyejd (mgr.14180) 962 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:33.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:32 smithi159 bash[14083]: cluster 2024-01-24T03:26:32.216226+0000 mgr.smithi159.sbyejd (mgr.14180) 961 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:33.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:32 smithi159 bash[14083]: audit 2024-01-24T03:26:32.406814+0000 mgr.smithi159.sbyejd (mgr.14180) 962 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:34.203 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:35.386 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:35 smithi159 bash[14083]: cluster 2024-01-24T03:26:34.217689+0000 mgr.smithi159.sbyejd (mgr.14180) 963 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:35 smithi162 bash[17902]: cluster 2024-01-24T03:26:34.217689+0000 mgr.smithi159.sbyejd (mgr.14180) 963 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:37.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:37 smithi159 bash[14083]: cluster 2024-01-24T03:26:36.219088+0000 mgr.smithi159.sbyejd (mgr.14180) 964 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:37.588 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:37.588 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:37 smithi162 bash[17902]: cluster 2024-01-24T03:26:36.219088+0000 mgr.smithi159.sbyejd (mgr.14180) 964 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:38.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:38 smithi162 bash[17902]: audit 2024-01-24T03:26:37.575940+0000 mgr.smithi159.sbyejd (mgr.14180) 965 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:38 smithi159 bash[14083]: audit 2024-01-24T03:26:37.575940+0000 mgr.smithi159.sbyejd (mgr.14180) 965 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:39.317 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:39 smithi159 bash[14083]: cluster 2024-01-24T03:26:38.220141+0000 mgr.smithi159.sbyejd (mgr.14180) 966 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:39 smithi159 bash[14083]: audit 2024-01-24T03:26:38.496398+0000 mon.smithi159 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:39 smithi162 bash[17902]: cluster 2024-01-24T03:26:38.220141+0000 mgr.smithi159.sbyejd (mgr.14180) 966 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-01-24T03:26:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:39 smithi162 bash[17902]: audit 2024-01-24T03:26:38.496398+0000 mon.smithi159 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:26:41.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:41 smithi162 bash[17902]: cluster 2024-01-24T03:26:40.221289+0000 mgr.smithi159.sbyejd (mgr.14180) 967 : 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-24T03:26:41.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:41 smithi159 bash[14083]: cluster 2024-01-24T03:26:40.221289+0000 mgr.smithi159.sbyejd (mgr.14180) 967 : 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-24T03:26:42.460 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:42.460 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:43.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:42 smithi162 bash[17902]: cluster 2024-01-24T03:26:42.222474+0000 mgr.smithi159.sbyejd (mgr.14180) 968 : cluster [DBG] pgmap v657: 97 pgs: 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-24T03:26:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:42 smithi162 bash[17902]: audit 2024-01-24T03:26:42.448268+0000 mgr.smithi159.sbyejd (mgr.14180) 969 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:43.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:42 smithi159 bash[14083]: cluster 2024-01-24T03:26:42.222474+0000 mgr.smithi159.sbyejd (mgr.14180) 968 : cluster [DBG] pgmap v657: 97 pgs: 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-24T03:26:43.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:42 smithi159 bash[14083]: audit 2024-01-24T03:26:42.448268+0000 mgr.smithi159.sbyejd (mgr.14180) 969 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:44.215 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:45.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:45 smithi159 bash[14083]: cluster 2024-01-24T03:26:44.223632+0000 mgr.smithi159.sbyejd (mgr.14180) 970 : 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-24T03:26:45.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:45 smithi162 bash[17902]: cluster 2024-01-24T03:26:44.223632+0000 mgr.smithi159.sbyejd (mgr.14180) 970 : 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-24T03:26:47.436 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:47.436 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:47 smithi162 bash[17902]: cluster 2024-01-24T03:26:46.224789+0000 mgr.smithi159.sbyejd (mgr.14180) 971 : 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-24T03:26:47.665 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:47 smithi159 bash[14083]: cluster 2024-01-24T03:26:46.224789+0000 mgr.smithi159.sbyejd (mgr.14180) 971 : 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-24T03:26:48.264 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:48.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:48 smithi162 bash[17902]: audit 2024-01-24T03:26:47.420473+0000 mgr.smithi159.sbyejd (mgr.14180) 972 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:48.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:48 smithi159 bash[14083]: audit 2024-01-24T03:26:47.420473+0000 mgr.smithi159.sbyejd (mgr.14180) 972 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:49.265 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:49.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:49 smithi162 bash[17902]: cluster 2024-01-24T03:26:48.225811+0000 mgr.smithi159.sbyejd (mgr.14180) 973 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:49.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:49 smithi159 bash[14083]: cluster 2024-01-24T03:26:48.225811+0000 mgr.smithi159.sbyejd (mgr.14180) 973 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:51 smithi162 bash[17902]: cluster 2024-01-24T03:26:50.226496+0000 mgr.smithi159.sbyejd (mgr.14180) 974 : 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-24T03:26:51.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:51 smithi159 bash[14083]: cluster 2024-01-24T03:26:50.226496+0000 mgr.smithi159.sbyejd (mgr.14180) 974 : 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-24T03:26:52.604 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:52.604 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:52 smithi159 bash[14083]: cluster 2024-01-24T03:26:52.227215+0000 mgr.smithi159.sbyejd (mgr.14180) 975 : cluster [DBG] pgmap v662: 97 pgs: 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-24T03:26:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:52 smithi159 bash[14083]: audit 2024-01-24T03:26:52.593387+0000 mgr.smithi159.sbyejd (mgr.14180) 976 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:52 smithi162 bash[17902]: cluster 2024-01-24T03:26:52.227215+0000 mgr.smithi159.sbyejd (mgr.14180) 975 : cluster [DBG] pgmap v662: 97 pgs: 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-24T03:26:53.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:52 smithi162 bash[17902]: audit 2024-01-24T03:26:52.593387+0000 mgr.smithi159.sbyejd (mgr.14180) 976 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:53.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:54.422 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:55.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:55 smithi159 bash[14083]: cluster 2024-01-24T03:26:54.228292+0000 mgr.smithi159.sbyejd (mgr.14180) 977 : 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-24T03:26:55.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:55 smithi162 bash[17902]: cluster 2024-01-24T03:26:54.228292+0000 mgr.smithi159.sbyejd (mgr.14180) 977 : 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-24T03:26:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:57 smithi162 bash[17902]: cluster 2024-01-24T03:26:56.229071+0000 mgr.smithi159.sbyejd (mgr.14180) 978 : 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-24T03:26:57.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:57 smithi159 bash[14083]: cluster 2024-01-24T03:26:56.229071+0000 mgr.smithi159.sbyejd (mgr.14180) 978 : 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-24T03:26:57.826 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:26:57.826 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:26:58.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:26:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:59 smithi162 bash[17902]: audit 2024-01-24T03:26:57.814837+0000 mgr.smithi159.sbyejd (mgr.14180) 979 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:26:59 smithi162 bash[17902]: cluster 2024-01-24T03:26:58.230086+0000 mgr.smithi159.sbyejd (mgr.14180) 980 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:26:59.671 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:26:59.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:59 smithi159 bash[14083]: audit 2024-01-24T03:26:57.814837+0000 mgr.smithi159.sbyejd (mgr.14180) 979 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:26:59.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:26:59 smithi159 bash[14083]: cluster 2024-01-24T03:26:58.230086+0000 mgr.smithi159.sbyejd (mgr.14180) 980 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:01 smithi159 bash[14083]: cluster 2024-01-24T03:27:00.231272+0000 mgr.smithi159.sbyejd (mgr.14180) 981 : 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-24T03:27:01.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:01 smithi162 bash[17902]: cluster 2024-01-24T03:27:00.231272+0000 mgr.smithi159.sbyejd (mgr.14180) 981 : 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-24T03:27:02.981 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:02.981 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:03.262 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:02 smithi159 bash[14083]: cluster 2024-01-24T03:27:02.232581+0000 mgr.smithi159.sbyejd (mgr.14180) 982 : cluster [DBG] pgmap v667: 97 pgs: 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-24T03:27:03.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:02 smithi162 bash[17902]: cluster 2024-01-24T03:27:02.232581+0000 mgr.smithi159.sbyejd (mgr.14180) 982 : cluster [DBG] pgmap v667: 97 pgs: 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-24T03:27:03.794 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:03 smithi162 bash[17902]: audit 2024-01-24T03:27:02.970227+0000 mgr.smithi159.sbyejd (mgr.14180) 983 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:04.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:03 smithi159 bash[14083]: audit 2024-01-24T03:27:02.970227+0000 mgr.smithi159.sbyejd (mgr.14180) 983 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:04.796 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:05.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:04 smithi159 bash[14083]: cluster 2024-01-24T03:27:04.233667+0000 mgr.smithi159.sbyejd (mgr.14180) 984 : 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-24T03:27:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:04 smithi162 bash[17902]: cluster 2024-01-24T03:27:04.233667+0000 mgr.smithi159.sbyejd (mgr.14180) 984 : 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-24T03:27:07.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:07 smithi162 bash[17902]: cluster 2024-01-24T03:27:06.235234+0000 mgr.smithi159.sbyejd (mgr.14180) 985 : 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-24T03:27:07.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:07 smithi159 bash[14083]: cluster 2024-01-24T03:27:06.235234+0000 mgr.smithi159.sbyejd (mgr.14180) 985 : 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-24T03:27:08.620 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:08.620 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:09.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:09.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:09 smithi162 bash[17902]: cluster 2024-01-24T03:27:08.236454+0000 mgr.smithi159.sbyejd (mgr.14180) 986 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:09.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:09 smithi162 bash[17902]: audit 2024-01-24T03:27:08.608665+0000 mgr.smithi159.sbyejd (mgr.14180) 987 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:09 smithi159 bash[14083]: cluster 2024-01-24T03:27:08.236454+0000 mgr.smithi159.sbyejd (mgr.14180) 986 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:09 smithi159 bash[14083]: audit 2024-01-24T03:27:08.608665+0000 mgr.smithi159.sbyejd (mgr.14180) 987 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:10.418 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:11.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:11 smithi162 bash[17902]: cluster 2024-01-24T03:27:10.237651+0000 mgr.smithi159.sbyejd (mgr.14180) 988 : 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-24T03:27:11.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:11 smithi159 bash[14083]: cluster 2024-01-24T03:27:10.237651+0000 mgr.smithi159.sbyejd (mgr.14180) 988 : 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-24T03:27:13.297 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:12 smithi159 bash[14083]: cluster 2024-01-24T03:27:12.238819+0000 mgr.smithi159.sbyejd (mgr.14180) 989 : cluster [DBG] pgmap v672: 97 pgs: 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-24T03:27:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:12 smithi162 bash[17902]: cluster 2024-01-24T03:27:12.238819+0000 mgr.smithi159.sbyejd (mgr.14180) 989 : cluster [DBG] pgmap v672: 97 pgs: 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-24T03:27:13.667 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:13.667 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:13 smithi162 bash[17902]: audit 2024-01-24T03:27:13.656964+0000 mgr.smithi159.sbyejd (mgr.14180) 990 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:14.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:13 smithi159 bash[14083]: audit 2024-01-24T03:27:13.656964+0000 mgr.smithi159.sbyejd (mgr.14180) 990 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:14.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:15.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:14 smithi162 bash[17902]: cluster 2024-01-24T03:27:14.239443+0000 mgr.smithi159.sbyejd (mgr.14180) 991 : 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-24T03:27:15.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:14 smithi159 bash[14083]: cluster 2024-01-24T03:27:14.239443+0000 mgr.smithi159.sbyejd (mgr.14180) 991 : 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-24T03:27:15.497 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:17.585 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:17 smithi159 bash[14083]: cluster 2024-01-24T03:27:16.240810+0000 mgr.smithi159.sbyejd (mgr.14180) 992 : 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-24T03:27:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:17 smithi162 bash[17902]: cluster 2024-01-24T03:27:16.240810+0000 mgr.smithi159.sbyejd (mgr.14180) 992 : 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-24T03:27:18.925 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:18.926 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:19.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:19 smithi159 bash[14083]: cluster 2024-01-24T03:27:18.241882+0000 mgr.smithi159.sbyejd (mgr.14180) 993 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:19.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:19 smithi162 bash[17902]: cluster 2024-01-24T03:27:18.241882+0000 mgr.smithi159.sbyejd (mgr.14180) 993 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:19.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:20.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:20 smithi162 bash[17902]: audit 2024-01-24T03:27:18.914080+0000 mgr.smithi159.sbyejd (mgr.14180) 994 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:20.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:20 smithi159 bash[14083]: audit 2024-01-24T03:27:18.914080+0000 mgr.smithi159.sbyejd (mgr.14180) 994 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:20.746 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:21 smithi162 bash[17902]: cluster 2024-01-24T03:27:20.243108+0000 mgr.smithi159.sbyejd (mgr.14180) 995 : 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-24T03:27:21.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:21 smithi159 bash[14083]: cluster 2024-01-24T03:27:20.243108+0000 mgr.smithi159.sbyejd (mgr.14180) 995 : 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-24T03:27:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:22 smithi159 bash[14083]: cluster 2024-01-24T03:27:22.244352+0000 mgr.smithi159.sbyejd (mgr.14180) 996 : cluster [DBG] pgmap v677: 97 pgs: 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-24T03:27:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:22 smithi162 bash[17902]: cluster 2024-01-24T03:27:22.244352+0000 mgr.smithi159.sbyejd (mgr.14180) 996 : cluster [DBG] pgmap v677: 97 pgs: 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-24T03:27:24.052 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:24.052 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:24.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:25.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:25 smithi162 bash[17902]: audit 2024-01-24T03:27:24.041810+0000 mgr.smithi159.sbyejd (mgr.14180) 997 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:25.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:25 smithi162 bash[17902]: cluster 2024-01-24T03:27:24.245544+0000 mgr.smithi159.sbyejd (mgr.14180) 998 : 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-24T03:27:25.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:25 smithi159 bash[14083]: audit 2024-01-24T03:27:24.041810+0000 mgr.smithi159.sbyejd (mgr.14180) 997 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:25.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:25 smithi159 bash[14083]: cluster 2024-01-24T03:27:24.245544+0000 mgr.smithi159.sbyejd (mgr.14180) 998 : 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-24T03:27:25.916 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:27.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:27 smithi162 bash[17902]: cluster 2024-01-24T03:27:26.247061+0000 mgr.smithi159.sbyejd (mgr.14180) 999 : 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-24T03:27:27.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:27 smithi159 bash[14083]: cluster 2024-01-24T03:27:26.247061+0000 mgr.smithi159.sbyejd (mgr.14180) 999 : 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-24T03:27:28.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:28 smithi162 bash[17902]: audit 2024-01-24T03:27:28.216881+0000 mon.smithi159 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:27:28.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:28 smithi159 bash[14083]: audit 2024-01-24T03:27:28.216881+0000 mon.smithi159 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:27:29.293 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:29.293 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:12.670571Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:12.672804Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:12.670915Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:12.671146Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:12.673017Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:12.671364Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:12.671578Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:29.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:29 smithi159 bash[14083]: cluster 2024-01-24T03:27:28.248061+0000 mgr.smithi159.sbyejd (mgr.14180) 1000 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:29.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:29 smithi159 bash[14083]: audit 2024-01-24T03:27:28.496384+0000 mon.smithi159 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:29 smithi162 bash[17902]: cluster 2024-01-24T03:27:28.248061+0000 mgr.smithi159.sbyejd (mgr.14180) 1000 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:29.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:29 smithi162 bash[17902]: audit 2024-01-24T03:27:28.496384+0000 mon.smithi159 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:30.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:30.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:30 smithi162 bash[17902]: audit 2024-01-24T03:27:29.280771+0000 mgr.smithi159.sbyejd (mgr.14180) 1001 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:30.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:30 smithi159 bash[14083]: audit 2024-01-24T03:27:29.280771+0000 mgr.smithi159.sbyejd (mgr.14180) 1001 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:31.128 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:31.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:31 smithi159 bash[14083]: cluster 2024-01-24T03:27:30.249264+0000 mgr.smithi159.sbyejd (mgr.14180) 1002 : 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-24T03:27:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:31 smithi162 bash[17902]: cluster 2024-01-24T03:27:30.249264+0000 mgr.smithi159.sbyejd (mgr.14180) 1002 : 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-24T03:27:33.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:32 smithi159 bash[14083]: cluster 2024-01-24T03:27:32.250607+0000 mgr.smithi159.sbyejd (mgr.14180) 1003 : cluster [DBG] pgmap v682: 97 pgs: 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-24T03:27:33.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:32 smithi162 bash[17902]: cluster 2024-01-24T03:27:32.250607+0000 mgr.smithi159.sbyejd (mgr.14180) 1003 : cluster [DBG] pgmap v682: 97 pgs: 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-24T03:27:34.653 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:34.654 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:17:13.265524Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:17:13.265675Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:17:13.265822Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:25:20.055737Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.rkjsgr on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:17:13.266895Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:17:13.265365Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:17:13.265114Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:17:13.267043Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:17:13.265968Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:17:13.266259Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:17:13.266113Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:35.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:35 smithi159 bash[14083]: audit 2024-01-24T03:27:34.118305+0000 mon.smithi159 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:35.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:35 smithi159 bash[14083]: cluster 2024-01-24T03:27:34.251672+0000 mgr.smithi159.sbyejd (mgr.14180) 1004 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:35.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:35 smithi159 bash[14083]: audit 2024-01-24T03:27:34.643427+0000 mgr.smithi159.sbyejd (mgr.14180) 1005 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:35.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:35 smithi159 bash[14083]: audit 2024-01-24T03:27:34.936126+0000 mon.smithi159 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:35.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:35 smithi162 bash[17902]: audit 2024-01-24T03:27:34.118305+0000 mon.smithi159 (mon.0) 919 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:35 smithi162 bash[17902]: cluster 2024-01-24T03:27:34.251672+0000 mgr.smithi159.sbyejd (mgr.14180) 1004 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:27:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:35 smithi162 bash[17902]: audit 2024-01-24T03:27:34.643427+0000 mgr.smithi159.sbyejd (mgr.14180) 1005 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:35 smithi162 bash[17902]: audit 2024-01-24T03:27:34.936126+0000 mon.smithi159 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:36.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: audit 2024-01-24T03:27:35.197557+0000 mon.smithi159 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:27:36.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: audit 2024-01-24T03:27:35.199071+0000 mon.smithi159 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:27:36.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: audit 2024-01-24T03:27:35.206810+0000 mon.smithi159 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:36.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: cluster 2024-01-24T03:27:35.207520+0000 mgr.smithi159.sbyejd (mgr.14180) 1006 : cluster [DBG] pgmap v684: 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-24T03:27:36.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: audit 2024-01-24T03:27:35.213790+0000 mon.smithi159 (mon.0) 924 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:27:36.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: audit 2024-01-24T03:27:35.229014+0000 mon.smithi159 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:36.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:36 smithi159 bash[14083]: cephadm 2024-01-24T03:27:35.234426+0000 mgr.smithi159.sbyejd (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ibkerr on smithi162 2024-01-24T03:27:36.452 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: audit 2024-01-24T03:27:35.197557+0000 mon.smithi159 (mon.0) 921 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:27:36.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: audit 2024-01-24T03:27:35.199071+0000 mon.smithi159 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:27:36.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: audit 2024-01-24T03:27:35.206810+0000 mon.smithi159 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:36.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: cluster 2024-01-24T03:27:35.207520+0000 mgr.smithi159.sbyejd (mgr.14180) 1006 : cluster [DBG] pgmap v684: 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-24T03:27:36.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: audit 2024-01-24T03:27:35.213790+0000 mon.smithi159 (mon.0) 924 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:27:36.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: audit 2024-01-24T03:27:35.229014+0000 mon.smithi159 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:36.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:36 smithi162 bash[17902]: cephadm 2024-01-24T03:27:35.234426+0000 mgr.smithi159.sbyejd (mgr.14180) 1007 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ibkerr on smithi162 2024-01-24T03:27:37.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:37 smithi159 bash[14083]: cluster 2024-01-24T03:27:36.203940+0000 mon.smithi159 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:27:37.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:37 smithi159 bash[14083]: cluster 2024-01-24T03:27:36.204024+0000 mon.smithi159 (mon.0) 927 : cluster [INF] Cluster is now healthy 2024-01-24T03:27:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:37 smithi162 bash[17902]: cluster 2024-01-24T03:27:36.203940+0000 mon.smithi159 (mon.0) 926 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:27:37.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:37 smithi162 bash[17902]: cluster 2024-01-24T03:27:36.204024+0000 mon.smithi159 (mon.0) 927 : cluster [INF] Cluster is now healthy 2024-01-24T03:27:38.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:38 smithi159 bash[14083]: cluster 2024-01-24T03:27:37.208471+0000 mgr.smithi159.sbyejd (mgr.14180) 1008 : cluster [DBG] pgmap v685: 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-24T03:27:38.590 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:38 smithi162 bash[17902]: cluster 2024-01-24T03:27:37.208471+0000 mgr.smithi159.sbyejd (mgr.14180) 1008 : cluster [DBG] pgmap v685: 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-24T03:27:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:39 smithi162 bash[17902]: audit 2024-01-24T03:27:38.497184+0000 mon.smithi159 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:39.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:39 smithi162 bash[17902]: audit 2024-01-24T03:27:39.041857+0000 mon.smithi159 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ibkerr"}]: dispatch 2024-01-24T03:27:39.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:39 smithi159 bash[14083]: audit 2024-01-24T03:27:38.497184+0000 mon.smithi159 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:39.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:39 smithi159 bash[14083]: audit 2024-01-24T03:27:39.041857+0000 mon.smithi159 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ibkerr"}]: dispatch 2024-01-24T03:27:40.055 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:40.055 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:24.435698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.aclqvw on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-aclqvw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.aclqvw\nDeploy daemon haproxy.nfs.foo.smithi162.aclqvw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.206471Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.zhqeno on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-zhqeno\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.zhqeno\nDeploy daemon haproxy.nfs.foo.smithi159.zhqeno ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:26:28.210555Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.oauupg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:40.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: cephadm 2024-01-24T03:27:39.041084+0000 mgr.smithi159.sbyejd (mgr.14180) 1009 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ibkerr ... 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:27:40.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ibkerr ... 2024-01-24T03:27:40.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: cephadm 2024-01-24T03:27:39.041352+0000 mgr.smithi159.sbyejd (mgr.14180) 1010 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: cephadm 2024-01-24T03:27:39.043010+0000 mgr.smithi159.sbyejd (mgr.14180) 1011 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ibkerr ... 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:40.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:40.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:40.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: cephadm 2024-01-24T03:27:39.047984+0000 mgr.smithi159.sbyejd (mgr.14180) 1012 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.ixmunp on smithi159 2024-01-24T03:27:40.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:40 smithi159 bash[14083]: cluster 2024-01-24T03:27:39.209367+0000 mgr.smithi159.sbyejd (mgr.14180) 1013 : cluster [DBG] pgmap v686: 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-24T03:27:40.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: cephadm 2024-01-24T03:27:39.041084+0000 mgr.smithi159.sbyejd (mgr.14180) 1009 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:40.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ibkerr ... 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ibkerr ... 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: cephadm 2024-01-24T03:27:39.041352+0000 mgr.smithi159.sbyejd (mgr.14180) 1010 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: cephadm 2024-01-24T03:27:39.043010+0000 mgr.smithi159.sbyejd (mgr.14180) 1011 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ibkerr ... 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:40.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:40.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:40.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:40.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: cephadm 2024-01-24T03:27:39.047984+0000 mgr.smithi159.sbyejd (mgr.14180) 1012 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.ixmunp on smithi159 2024-01-24T03:27:40.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:40 smithi162 bash[17902]: cluster 2024-01-24T03:27:39.209367+0000 mgr.smithi159.sbyejd (mgr.14180) 1013 : cluster [DBG] pgmap v686: 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-24T03:27:40.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:41 smithi162 bash[17902]: audit 2024-01-24T03:27:40.044932+0000 mgr.smithi159.sbyejd (mgr.14180) 1014 : audit [DBG] from='client.24977 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:41.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:41 smithi159 bash[14083]: audit 2024-01-24T03:27:40.044932+0000 mgr.smithi159.sbyejd (mgr.14180) 1014 : audit [DBG] from='client.24977 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:41.956 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:42.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:42 smithi162 bash[17902]: cluster 2024-01-24T03:27:41.210448+0000 mgr.smithi159.sbyejd (mgr.14180) 1015 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 373 B/s rd, 0 op/s 2024-01-24T03:27:42.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:42 smithi159 bash[14083]: cluster 2024-01-24T03:27:41.210448+0000 mgr.smithi159.sbyejd (mgr.14180) 1015 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 373 B/s rd, 0 op/s 2024-01-24T03:27:43.647 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:43 smithi159 bash[14083]: audit 2024-01-24T03:27:43.127246+0000 mon.smithi159 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.ixmunp"}]: dispatch 2024-01-24T03:27:43.647 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:43 smithi159 bash[14083]: audit 2024-01-24T03:27:43.485341+0000 mon.smithi159 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:43.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:43 smithi162 bash[17902]: audit 2024-01-24T03:27:43.127246+0000 mon.smithi159 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.ixmunp"}]: dispatch 2024-01-24T03:27:43.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:43 smithi162 bash[17902]: audit 2024-01-24T03:27:43.485341+0000 mon.smithi159 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cephadm 2024-01-24T03:27:43.126156+0000 mgr.smithi159.sbyejd (mgr.14180) 1016 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ixmunp ... 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:27:44.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ixmunp ... 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cephadm 2024-01-24T03:27:43.126682+0000 mgr.smithi159.sbyejd (mgr.14180) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cephadm 2024-01-24T03:27:43.128337+0000 mgr.smithi159.sbyejd (mgr.14180) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.ixmunp ... 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:44.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cephadm 2024-01-24T03:27:43.131460+0000 mgr.smithi159.sbyejd (mgr.14180) 1019 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:44.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cephadm 2024-01-24T03:27:43.134331+0000 mgr.smithi159.sbyejd (mgr.14180) 1020 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:44.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cluster 2024-01-24T03:27:43.135389+0000 mgr.smithi159.sbyejd (mgr.14180) 1021 : cluster [DBG] pgmap v688: 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-24T03:27:44.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:44 smithi162 bash[17902]: cluster 2024-01-24T03:27:43.517839+0000 mon.smithi159 (mon.0) 932 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:27:44.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cephadm 2024-01-24T03:27:43.126156+0000 mgr.smithi159.sbyejd (mgr.14180) 1016 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ixmunp ... 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:27:44.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ixmunp ... 2024-01-24T03:27:44.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cephadm 2024-01-24T03:27:43.126682+0000 mgr.smithi159.sbyejd (mgr.14180) 1017 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cephadm 2024-01-24T03:27:43.128337+0000 mgr.smithi159.sbyejd (mgr.14180) 1018 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp 2024-01-24T03:27:44.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.ixmunp ... 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cephadm 2024-01-24T03:27:43.131460+0000 mgr.smithi159.sbyejd (mgr.14180) 1019 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cephadm 2024-01-24T03:27:43.134331+0000 mgr.smithi159.sbyejd (mgr.14180) 1020 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cluster 2024-01-24T03:27:43.135389+0000 mgr.smithi159.sbyejd (mgr.14180) 1021 : cluster [DBG] pgmap v688: 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-24T03:27:44.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:44 smithi159 bash[14083]: cluster 2024-01-24T03:27:43.517839+0000 mon.smithi159 (mon.0) 932 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:27:45.483 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:45.484 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:46.297 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:46.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:46 smithi159 bash[14083]: cluster 2024-01-24T03:27:45.136581+0000 mgr.smithi159.sbyejd (mgr.14180) 1022 : cluster [DBG] pgmap v689: 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-24T03:27:46.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:46 smithi159 bash[14083]: audit 2024-01-24T03:27:45.470879+0000 mgr.smithi159.sbyejd (mgr.14180) 1023 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:46.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:46 smithi162 bash[17902]: cluster 2024-01-24T03:27:45.136581+0000 mgr.smithi159.sbyejd (mgr.14180) 1022 : cluster [DBG] pgmap v689: 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-24T03:27:46.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:46 smithi162 bash[17902]: audit 2024-01-24T03:27:45.470879+0000 mgr.smithi159.sbyejd (mgr.14180) 1023 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:47.298 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:47 smithi162 bash[17902]: cluster 2024-01-24T03:27:47.137964+0000 mgr.smithi159.sbyejd (mgr.14180) 1024 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-24T03:27:48.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:47 smithi159 bash[14083]: cluster 2024-01-24T03:27:47.137964+0000 mgr.smithi159.sbyejd (mgr.14180) 1024 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-24T03:27:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:50 smithi162 bash[17902]: cluster 2024-01-24T03:27:49.138825+0000 mgr.smithi159.sbyejd (mgr.14180) 1025 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-24T03:27:50.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:50 smithi159 bash[14083]: cluster 2024-01-24T03:27:49.138825+0000 mgr.smithi159.sbyejd (mgr.14180) 1025 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-24T03:27:50.733 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:50.734 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:51.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:51 smithi159 bash[14083]: audit 2024-01-24T03:27:50.722450+0000 mgr.smithi159.sbyejd (mgr.14180) 1026 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:51.538 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:51 smithi162 bash[17902]: audit 2024-01-24T03:27:50.722450+0000 mgr.smithi159.sbyejd (mgr.14180) 1026 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:52.539 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:52.550 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:52 smithi159 bash[14083]: cluster 2024-01-24T03:27:51.139531+0000 mgr.smithi159.sbyejd (mgr.14180) 1027 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-01-24T03:27:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:52 smithi162 bash[17902]: cluster 2024-01-24T03:27:51.139531+0000 mgr.smithi159.sbyejd (mgr.14180) 1027 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-01-24T03:27:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:54 smithi162 bash[17902]: cluster 2024-01-24T03:27:53.140569+0000 mgr.smithi159.sbyejd (mgr.14180) 1028 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-24T03:27:54.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:54 smithi162 bash[17902]: audit 2024-01-24T03:27:53.498885+0000 mon.smithi159 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:54.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:54 smithi159 bash[14083]: cluster 2024-01-24T03:27:53.140569+0000 mgr.smithi159.sbyejd (mgr.14180) 1028 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-24T03:27:54.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:54 smithi159 bash[14083]: audit 2024-01-24T03:27:53.498885+0000 mon.smithi159 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:27:56.048 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:27:56.048 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:27:56.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:56 smithi159 bash[14083]: cluster 2024-01-24T03:27:55.141404+0000 mgr.smithi159.sbyejd (mgr.14180) 1029 : 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-24T03:27:56.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:27:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:56 smithi162 bash[17902]: cluster 2024-01-24T03:27:55.141404+0000 mgr.smithi159.sbyejd (mgr.14180) 1029 : 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-24T03:27:57.820 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:27:57.833 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:57 smithi159 bash[14083]: audit 2024-01-24T03:27:56.035013+0000 mgr.smithi159.sbyejd (mgr.14180) 1030 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:57.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:57 smithi162 bash[17902]: audit 2024-01-24T03:27:56.035013+0000 mgr.smithi159.sbyejd (mgr.14180) 1030 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:27:58.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:27:58 smithi162 bash[17902]: cluster 2024-01-24T03:27:57.142674+0000 mgr.smithi159.sbyejd (mgr.14180) 1031 : 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-24T03:27:58.905 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:27:58 smithi159 bash[14083]: cluster 2024-01-24T03:27:57.142674+0000 mgr.smithi159.sbyejd (mgr.14180) 1031 : 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-24T03:28:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:00 smithi162 bash[17902]: cluster 2024-01-24T03:27:59.143749+0000 mgr.smithi159.sbyejd (mgr.14180) 1032 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:00 smithi159 bash[14083]: cluster 2024-01-24T03:27:59.143749+0000 mgr.smithi159.sbyejd (mgr.14180) 1032 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:01.083 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:01.084 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:01.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:02.869 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:02 smithi162 bash[17902]: audit 2024-01-24T03:28:01.071900+0000 mgr.smithi159.sbyejd (mgr.14180) 1033 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:02 smithi162 bash[17902]: cluster 2024-01-24T03:28:01.144958+0000 mgr.smithi159.sbyejd (mgr.14180) 1034 : cluster [DBG] pgmap v697: 97 pgs: 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-24T03:28:02.880 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:02 smithi159 bash[14083]: audit 2024-01-24T03:28:01.071900+0000 mgr.smithi159.sbyejd (mgr.14180) 1033 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:02.880 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:02 smithi159 bash[14083]: cluster 2024-01-24T03:28:01.144958+0000 mgr.smithi159.sbyejd (mgr.14180) 1034 : cluster [DBG] pgmap v697: 97 pgs: 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-24T03:28:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:04 smithi159 bash[14083]: cluster 2024-01-24T03:28:03.146010+0000 mgr.smithi159.sbyejd (mgr.14180) 1035 : 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-24T03:28:04.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:04 smithi162 bash[17902]: cluster 2024-01-24T03:28:03.146010+0000 mgr.smithi159.sbyejd (mgr.14180) 1035 : 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-24T03:28:06.092 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:06.092 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:06.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:06 smithi159 bash[14083]: cluster 2024-01-24T03:28:05.146759+0000 mgr.smithi159.sbyejd (mgr.14180) 1036 : 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-24T03:28:06.871 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:06 smithi162 bash[17902]: cluster 2024-01-24T03:28:05.146759+0000 mgr.smithi159.sbyejd (mgr.14180) 1036 : 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-24T03:28:07.872 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:07 smithi162 bash[17902]: audit 2024-01-24T03:28:06.078764+0000 mgr.smithi159.sbyejd (mgr.14180) 1037 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:07.886 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:07 smithi159 bash[14083]: audit 2024-01-24T03:28:06.078764+0000 mgr.smithi159.sbyejd (mgr.14180) 1037 : audit [DBG] from='client.24997 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:08.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:08 smithi162 bash[17902]: cluster 2024-01-24T03:28:07.148156+0000 mgr.smithi159.sbyejd (mgr.14180) 1038 : 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-24T03:28:08.928 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:08 smithi159 bash[14083]: cluster 2024-01-24T03:28:07.148156+0000 mgr.smithi159.sbyejd (mgr.14180) 1038 : 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-24T03:28:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:10 smithi162 bash[17902]: cluster 2024-01-24T03:28:09.149307+0000 mgr.smithi159.sbyejd (mgr.14180) 1039 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:10 smithi159 bash[14083]: cluster 2024-01-24T03:28:09.149307+0000 mgr.smithi159.sbyejd (mgr.14180) 1039 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:11.041 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:11.041 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:11.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:12.756 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:12 smithi162 bash[17902]: audit 2024-01-24T03:28:11.034192+0000 mgr.smithi159.sbyejd (mgr.14180) 1040 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:12.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:12 smithi162 bash[17902]: cluster 2024-01-24T03:28:11.150675+0000 mgr.smithi159.sbyejd (mgr.14180) 1041 : cluster [DBG] pgmap v702: 97 pgs: 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-24T03:28:12.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:12 smithi159 bash[14083]: audit 2024-01-24T03:28:11.034192+0000 mgr.smithi159.sbyejd (mgr.14180) 1040 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:12.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:12 smithi159 bash[14083]: cluster 2024-01-24T03:28:11.150675+0000 mgr.smithi159.sbyejd (mgr.14180) 1041 : cluster [DBG] pgmap v702: 97 pgs: 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-24T03:28:14.810 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:14 smithi159 bash[14083]: cluster 2024-01-24T03:28:13.151819+0000 mgr.smithi159.sbyejd (mgr.14180) 1042 : 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-24T03:28:14.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:14 smithi162 bash[17902]: cluster 2024-01-24T03:28:13.151819+0000 mgr.smithi159.sbyejd (mgr.14180) 1042 : 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-24T03:28:16.093 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:16.093 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:16.829 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:16 smithi159 bash[14083]: cluster 2024-01-24T03:28:15.152669+0000 mgr.smithi159.sbyejd (mgr.14180) 1043 : 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-24T03:28:16.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:16 smithi162 bash[17902]: cluster 2024-01-24T03:28:15.152669+0000 mgr.smithi159.sbyejd (mgr.14180) 1043 : 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-24T03:28:17.831 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:17.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:17 smithi159 bash[14083]: audit 2024-01-24T03:28:16.086398+0000 mgr.smithi159.sbyejd (mgr.14180) 1044 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:17 smithi162 bash[17902]: audit 2024-01-24T03:28:16.086398+0000 mgr.smithi159.sbyejd (mgr.14180) 1044 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:18.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:18 smithi162 bash[17902]: cluster 2024-01-24T03:28:17.153941+0000 mgr.smithi159.sbyejd (mgr.14180) 1045 : 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-24T03:28:18.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:18 smithi159 bash[14083]: cluster 2024-01-24T03:28:17.153941+0000 mgr.smithi159.sbyejd (mgr.14180) 1045 : 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-24T03:28:20.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:20 smithi162 bash[17902]: cluster 2024-01-24T03:28:19.155181+0000 mgr.smithi159.sbyejd (mgr.14180) 1046 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:20.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:20 smithi159 bash[14083]: cluster 2024-01-24T03:28:19.155181+0000 mgr.smithi159.sbyejd (mgr.14180) 1046 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:20.981 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:20.981 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:21.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:22.749 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:22 smithi162 bash[17902]: audit 2024-01-24T03:28:20.970843+0000 mgr.smithi159.sbyejd (mgr.14180) 1047 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:22 smithi162 bash[17902]: cluster 2024-01-24T03:28:21.156603+0000 mgr.smithi159.sbyejd (mgr.14180) 1048 : cluster [DBG] pgmap v707: 97 pgs: 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-24T03:28:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:22 smithi159 bash[14083]: audit 2024-01-24T03:28:20.970843+0000 mgr.smithi159.sbyejd (mgr.14180) 1047 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:22.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:22 smithi159 bash[14083]: cluster 2024-01-24T03:28:21.156603+0000 mgr.smithi159.sbyejd (mgr.14180) 1048 : cluster [DBG] pgmap v707: 97 pgs: 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-24T03:28:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:24 smithi162 bash[17902]: cluster 2024-01-24T03:28:23.157692+0000 mgr.smithi159.sbyejd (mgr.14180) 1049 : 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-24T03:28:24.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:24 smithi159 bash[14083]: cluster 2024-01-24T03:28:23.157692+0000 mgr.smithi159.sbyejd (mgr.14180) 1049 : 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-24T03:28:26.189 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:26.190 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:26 smithi162 bash[17902]: cluster 2024-01-24T03:28:25.158961+0000 mgr.smithi159.sbyejd (mgr.14180) 1050 : 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-24T03:28:26.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:26 smithi159 bash[14083]: cluster 2024-01-24T03:28:25.158961+0000 mgr.smithi159.sbyejd (mgr.14180) 1050 : 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-24T03:28:26.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:27 smithi162 bash[17902]: audit 2024-01-24T03:28:26.177826+0000 mgr.smithi159.sbyejd (mgr.14180) 1051 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:27.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:27 smithi159 bash[14083]: audit 2024-01-24T03:28:26.177826+0000 mgr.smithi159.sbyejd (mgr.14180) 1051 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:27.989 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:28 smithi162 bash[17902]: cluster 2024-01-24T03:28:27.160330+0000 mgr.smithi159.sbyejd (mgr.14180) 1052 : 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-24T03:28:28.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:28 smithi159 bash[14083]: cluster 2024-01-24T03:28:27.160330+0000 mgr.smithi159.sbyejd (mgr.14180) 1052 : 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-24T03:28:30.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:30 smithi162 bash[17902]: cluster 2024-01-24T03:28:29.161759+0000 mgr.smithi159.sbyejd (mgr.14180) 1053 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:30.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:30 smithi159 bash[14083]: cluster 2024-01-24T03:28:29.161759+0000 mgr.smithi159.sbyejd (mgr.14180) 1053 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:31.440 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:31.441 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:32.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:32.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:32 smithi162 bash[17902]: cluster 2024-01-24T03:28:31.162518+0000 mgr.smithi159.sbyejd (mgr.14180) 1054 : cluster [DBG] pgmap v712: 97 pgs: 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-24T03:28:32.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:32 smithi162 bash[17902]: audit 2024-01-24T03:28:31.434110+0000 mgr.smithi159.sbyejd (mgr.14180) 1055 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:32.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:32 smithi159 bash[14083]: cluster 2024-01-24T03:28:31.162518+0000 mgr.smithi159.sbyejd (mgr.14180) 1054 : cluster [DBG] pgmap v712: 97 pgs: 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-24T03:28:32.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:32 smithi159 bash[14083]: audit 2024-01-24T03:28:31.434110+0000 mgr.smithi159.sbyejd (mgr.14180) 1055 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:33.254 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:34.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:34 smithi162 bash[17902]: cluster 2024-01-24T03:28:33.163570+0000 mgr.smithi159.sbyejd (mgr.14180) 1056 : 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-24T03:28:34.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:34 smithi159 bash[14083]: cluster 2024-01-24T03:28:33.163570+0000 mgr.smithi159.sbyejd (mgr.14180) 1056 : 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-24T03:28:36.562 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:36.562 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:36.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:36 smithi162 bash[17902]: cluster 2024-01-24T03:28:35.164685+0000 mgr.smithi159.sbyejd (mgr.14180) 1057 : 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-24T03:28:36.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:36 smithi159 bash[14083]: cluster 2024-01-24T03:28:35.164685+0000 mgr.smithi159.sbyejd (mgr.14180) 1057 : 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-24T03:28:37.372 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:37.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:37 smithi159 bash[14083]: audit 2024-01-24T03:28:36.551857+0000 mgr.smithi159.sbyejd (mgr.14180) 1058 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:38.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:37 smithi162 bash[17902]: audit 2024-01-24T03:28:36.551857+0000 mgr.smithi159.sbyejd (mgr.14180) 1058 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:38.372 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:38 smithi159 bash[14083]: cluster 2024-01-24T03:28:37.165403+0000 mgr.smithi159.sbyejd (mgr.14180) 1059 : 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-24T03:28:39.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:38 smithi162 bash[17902]: cluster 2024-01-24T03:28:37.165403+0000 mgr.smithi159.sbyejd (mgr.14180) 1059 : 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-24T03:28:40.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:40 smithi159 bash[14083]: cluster 2024-01-24T03:28:39.166164+0000 mgr.smithi159.sbyejd (mgr.14180) 1060 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:40 smithi162 bash[17902]: cluster 2024-01-24T03:28:39.166164+0000 mgr.smithi159.sbyejd (mgr.14180) 1060 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:41.826 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:41.827 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:42.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:42.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:42 smithi159 bash[14083]: cluster 2024-01-24T03:28:41.167387+0000 mgr.smithi159.sbyejd (mgr.14180) 1061 : cluster [DBG] pgmap v717: 97 pgs: 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-24T03:28:42.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:42 smithi159 bash[14083]: audit 2024-01-24T03:28:41.814418+0000 mgr.smithi159.sbyejd (mgr.14180) 1062 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:42 smithi162 bash[17902]: cluster 2024-01-24T03:28:41.167387+0000 mgr.smithi159.sbyejd (mgr.14180) 1061 : cluster [DBG] pgmap v717: 97 pgs: 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-24T03:28:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:42 smithi162 bash[17902]: audit 2024-01-24T03:28:41.814418+0000 mgr.smithi159.sbyejd (mgr.14180) 1062 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:43.623 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:44.041 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:43 smithi159 bash[14083]: audit 2024-01-24T03:28:43.138710+0000 mon.smithi159 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:28:44.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:43 smithi159 bash[14083]: audit 2024-01-24T03:28:43.444753+0000 mon.smithi159 (mon.0) 935 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:28:44.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:43 smithi159 bash[14083]: audit 2024-01-24T03:28:43.446044+0000 mon.smithi159 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:28:44.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:43 smithi159 bash[14083]: audit 2024-01-24T03:28:43.453820+0000 mon.smithi159 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:28:44.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:43 smithi159 bash[14083]: audit 2024-01-24T03:28:43.462051+0000 mon.smithi159 (mon.0) 938 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:28:44.042 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:43 smithi159 bash[14083]: audit 2024-01-24T03:28:43.477859+0000 mon.smithi159 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:28:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:43 smithi162 bash[17902]: audit 2024-01-24T03:28:43.138710+0000 mon.smithi159 (mon.0) 934 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:28:44.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:43 smithi162 bash[17902]: audit 2024-01-24T03:28:43.444753+0000 mon.smithi159 (mon.0) 935 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:28:44.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:43 smithi162 bash[17902]: audit 2024-01-24T03:28:43.446044+0000 mon.smithi159 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:28:44.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:43 smithi162 bash[17902]: audit 2024-01-24T03:28:43.453820+0000 mon.smithi159 (mon.0) 937 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:28:44.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:43 smithi162 bash[17902]: audit 2024-01-24T03:28:43.462051+0000 mon.smithi159 (mon.0) 938 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:28:44.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:43 smithi162 bash[17902]: audit 2024-01-24T03:28:43.477859+0000 mon.smithi159 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:28:44.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:44 smithi159 bash[14083]: cluster 2024-01-24T03:28:43.168355+0000 mgr.smithi159.sbyejd (mgr.14180) 1063 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:44.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:44 smithi159 bash[14083]: cluster 2024-01-24T03:28:43.454696+0000 mgr.smithi159.sbyejd (mgr.14180) 1064 : 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-24T03:28:44.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:44 smithi159 bash[14083]: cephadm 2024-01-24T03:28:43.483571+0000 mgr.smithi159.sbyejd (mgr.14180) 1065 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.jmfyha on smithi162 2024-01-24T03:28:44.918 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:44 smithi159 bash[14083]: cluster 2024-01-24T03:28:43.636527+0000 mon.smithi159 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:28:44.919 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:44 smithi159 bash[14083]: cluster 2024-01-24T03:28:43.636568+0000 mon.smithi159 (mon.0) 941 : cluster [INF] Cluster is now healthy 2024-01-24T03:28:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:44 smithi162 bash[17902]: cluster 2024-01-24T03:28:43.168355+0000 mgr.smithi159.sbyejd (mgr.14180) 1063 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:28:45.160 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:44 smithi162 bash[17902]: cluster 2024-01-24T03:28:43.454696+0000 mgr.smithi159.sbyejd (mgr.14180) 1064 : 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-24T03:28:45.160 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:44 smithi162 bash[17902]: cephadm 2024-01-24T03:28:43.483571+0000 mgr.smithi159.sbyejd (mgr.14180) 1065 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.jmfyha on smithi162 2024-01-24T03:28:45.160 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:44 smithi162 bash[17902]: cluster 2024-01-24T03:28:43.636527+0000 mon.smithi159 (mon.0) 940 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:28:45.160 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:44 smithi162 bash[17902]: cluster 2024-01-24T03:28:43.636568+0000 mon.smithi159 (mon.0) 941 : cluster [INF] Cluster is now healthy 2024-01-24T03:28:46.910 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:46 smithi162 bash[17902]: cluster 2024-01-24T03:28:45.455248+0000 mgr.smithi159.sbyejd (mgr.14180) 1066 : cluster [DBG] pgmap v720: 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-24T03:28:46.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:46 smithi159 bash[14083]: cluster 2024-01-24T03:28:45.455248+0000 mgr.smithi159.sbyejd (mgr.14180) 1066 : cluster [DBG] pgmap v720: 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-24T03:28:46.981 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:46.982 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:26:28.212826Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.kgnnsz on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:39.042886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ibkerr on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ibkerr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ibkerr\nDeploy daemon haproxy.nfs.foo.smithi162.ibkerr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.128164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.ixmunp on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-ixmunp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.ixmunp\nDeploy daemon haproxy.nfs.foo.smithi159.ixmunp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:27:43.131300Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zxpocx on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:47.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:48.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: audit 2024-01-24T03:28:46.969519+0000 mgr.smithi159.sbyejd (mgr.14180) 1067 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: cephadm 2024-01-24T03:28:47.390984+0000 mgr.smithi159.sbyejd (mgr.14180) 1068 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.jmfyha ... 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.jmfyha ... 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: cephadm 2024-01-24T03:28:47.391339+0000 mgr.smithi159.sbyejd (mgr.14180) 1069 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: audit 2024-01-24T03:28:47.391790+0000 mon.smithi159 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.jmfyha"}]: dispatch 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: cephadm 2024-01-24T03:28:47.392891+0000 mgr.smithi159.sbyejd (mgr.14180) 1070 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:48.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.jmfyha ... 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: cephadm 2024-01-24T03:28:47.395132+0000 mgr.smithi159.sbyejd (mgr.14180) 1071 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.xgnnnx on smithi159 2024-01-24T03:28:48.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:48 smithi159 bash[14083]: cluster 2024-01-24T03:28:47.455777+0000 mgr.smithi159.sbyejd (mgr.14180) 1072 : cluster [DBG] pgmap v721: 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-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: audit 2024-01-24T03:28:46.969519+0000 mgr.smithi159.sbyejd (mgr.14180) 1067 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: cephadm 2024-01-24T03:28:47.390984+0000 mgr.smithi159.sbyejd (mgr.14180) 1068 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.jmfyha ... 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:48.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.jmfyha ... 2024-01-24T03:28:48.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: cephadm 2024-01-24T03:28:47.391339+0000 mgr.smithi159.sbyejd (mgr.14180) 1069 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: audit 2024-01-24T03:28:47.391790+0000 mon.smithi159 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.jmfyha"}]: dispatch 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: cephadm 2024-01-24T03:28:47.392891+0000 mgr.smithi159.sbyejd (mgr.14180) 1070 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.jmfyha ... 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:48.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:48.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:48.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:48.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: cephadm 2024-01-24T03:28:47.395132+0000 mgr.smithi159.sbyejd (mgr.14180) 1071 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.xgnnnx on smithi159 2024-01-24T03:28:48.378 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:48 smithi162 bash[17902]: cluster 2024-01-24T03:28:47.455777+0000 mgr.smithi159.sbyejd (mgr.14180) 1072 : cluster [DBG] pgmap v721: 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-24T03:28:48.820 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:50.787 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:50 smithi159 bash[14083]: cluster 2024-01-24T03:28:49.456607+0000 mgr.smithi159.sbyejd (mgr.14180) 1073 : cluster [DBG] pgmap v722: 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-24T03:28:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:50 smithi162 bash[17902]: cluster 2024-01-24T03:28:49.456607+0000 mgr.smithi159.sbyejd (mgr.14180) 1073 : cluster [DBG] pgmap v722: 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-24T03:28:52.356 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:52.356 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:52.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cluster 2024-01-24T03:28:51.457661+0000 mgr.smithi159.sbyejd (mgr.14180) 1074 : cluster [DBG] pgmap v723: 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-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cephadm 2024-01-24T03:28:51.699361+0000 mgr.smithi159.sbyejd (mgr.14180) 1075 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.xgnnnx ... 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:52.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.xgnnnx ... 2024-01-24T03:28:52.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:52.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:52.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:52.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cephadm 2024-01-24T03:28:51.699589+0000 mgr.smithi159.sbyejd (mgr.14180) 1076 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: audit 2024-01-24T03:28:51.700088+0000 mon.smithi159 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.xgnnnx"}]: dispatch 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cephadm 2024-01-24T03:28:51.700997+0000 mgr.smithi159.sbyejd (mgr.14180) 1077 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.xgnnnx ... 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cephadm 2024-01-24T03:28:51.702880+0000 mgr.smithi159.sbyejd (mgr.14180) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:28:52.687 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cephadm 2024-01-24T03:28:51.704439+0000 mgr.smithi159.sbyejd (mgr.14180) 1079 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:28:52.687 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:52 smithi159 bash[14083]: cluster 2024-01-24T03:28:51.705148+0000 mgr.smithi159.sbyejd (mgr.14180) 1080 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cluster 2024-01-24T03:28:51.457661+0000 mgr.smithi159.sbyejd (mgr.14180) 1074 : cluster [DBG] pgmap v723: 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-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cephadm 2024-01-24T03:28:51.699361+0000 mgr.smithi159.sbyejd (mgr.14180) 1075 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.xgnnnx ... 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.xgnnnx ... 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cephadm 2024-01-24T03:28:51.699589+0000 mgr.smithi159.sbyejd (mgr.14180) 1076 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: audit 2024-01-24T03:28:51.700088+0000 mon.smithi159 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.xgnnnx"}]: dispatch 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cephadm 2024-01-24T03:28:51.700997+0000 mgr.smithi159.sbyejd (mgr.14180) 1077 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.xgnnnx ... 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cephadm 2024-01-24T03:28:51.702880+0000 mgr.smithi159.sbyejd (mgr.14180) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:28:52.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cephadm 2024-01-24T03:28:51.704439+0000 mgr.smithi159.sbyejd (mgr.14180) 1079 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:28:52.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:52 smithi162 bash[17902]: cluster 2024-01-24T03:28:51.705148+0000 mgr.smithi159.sbyejd (mgr.14180) 1080 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-01-24T03:28:53.194 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:53.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:53 smithi162 bash[17902]: audit 2024-01-24T03:28:52.342782+0000 mgr.smithi159.sbyejd (mgr.14180) 1081 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:53.824 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:53 smithi162 bash[17902]: cluster 2024-01-24T03:28:52.516078+0000 mon.smithi159 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:28:53.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:53 smithi159 bash[14083]: audit 2024-01-24T03:28:52.342782+0000 mgr.smithi159.sbyejd (mgr.14180) 1081 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:53.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:53 smithi159 bash[14083]: cluster 2024-01-24T03:28:52.516078+0000 mon.smithi159 (mon.0) 944 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:28:54.195 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:28:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:54 smithi159 bash[14083]: audit 2024-01-24T03:28:53.546893+0000 mon.smithi159 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:28:54.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:54 smithi159 bash[14083]: cluster 2024-01-24T03:28:53.706205+0000 mgr.smithi159.sbyejd (mgr.14180) 1082 : cluster [DBG] pgmap v725: 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-24T03:28:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:54 smithi162 bash[17902]: audit 2024-01-24T03:28:53.546893+0000 mon.smithi159 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:28:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:54 smithi162 bash[17902]: cluster 2024-01-24T03:28:53.706205+0000 mgr.smithi159.sbyejd (mgr.14180) 1082 : cluster [DBG] pgmap v725: 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-24T03:28:57.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:56 smithi162 bash[17902]: cluster 2024-01-24T03:28:55.707596+0000 mgr.smithi159.sbyejd (mgr.14180) 1083 : cluster [DBG] pgmap v726: 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-24T03:28:57.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:56 smithi159 bash[14083]: cluster 2024-01-24T03:28:55.707596+0000 mgr.smithi159.sbyejd (mgr.14180) 1083 : cluster [DBG] pgmap v726: 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-24T03:28:57.590 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:28:57.590 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:28:58.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:58 smithi159 bash[14083]: audit 2024-01-24T03:28:57.584072+0000 mgr.smithi159.sbyejd (mgr.14180) 1084 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:58.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:28:58 smithi159 bash[14083]: cluster 2024-01-24T03:28:57.708249+0000 mgr.smithi159.sbyejd (mgr.14180) 1085 : cluster [DBG] pgmap v727: 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-24T03:28:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:58 smithi162 bash[17902]: audit 2024-01-24T03:28:57.584072+0000 mgr.smithi159.sbyejd (mgr.14180) 1084 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:28:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:28:58 smithi162 bash[17902]: cluster 2024-01-24T03:28:57.708249+0000 mgr.smithi159.sbyejd (mgr.14180) 1085 : cluster [DBG] pgmap v727: 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-24T03:28:58.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:28:59.394 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:00.869 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:00 smithi159 bash[14083]: cluster 2024-01-24T03:28:59.709316+0000 mgr.smithi159.sbyejd (mgr.14180) 1086 : cluster [DBG] pgmap v728: 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-24T03:29:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:00 smithi162 bash[17902]: cluster 2024-01-24T03:28:59.709316+0000 mgr.smithi159.sbyejd (mgr.14180) 1086 : cluster [DBG] pgmap v728: 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-24T03:29:02.737 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:02.737 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:02 smithi162 bash[17902]: cluster 2024-01-24T03:29:01.710564+0000 mgr.smithi159.sbyejd (mgr.14180) 1087 : cluster [DBG] pgmap v729: 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-24T03:29:03.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:02 smithi159 bash[14083]: cluster 2024-01-24T03:29:01.710564+0000 mgr.smithi159.sbyejd (mgr.14180) 1087 : cluster [DBG] pgmap v729: 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-24T03:29:03.533 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:04.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:03 smithi162 bash[17902]: audit 2024-01-24T03:29:02.723516+0000 mgr.smithi159.sbyejd (mgr.14180) 1088 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:04.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:03 smithi159 bash[14083]: audit 2024-01-24T03:29:02.723516+0000 mgr.smithi159.sbyejd (mgr.14180) 1088 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:04.533 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:04.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:04 smithi159 bash[14083]: cluster 2024-01-24T03:29:03.711639+0000 mgr.smithi159.sbyejd (mgr.14180) 1089 : 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-24T03:29:05.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:04 smithi162 bash[17902]: cluster 2024-01-24T03:29:03.711639+0000 mgr.smithi159.sbyejd (mgr.14180) 1089 : 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-24T03:29:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:06 smithi162 bash[17902]: cluster 2024-01-24T03:29:05.712345+0000 mgr.smithi159.sbyejd (mgr.14180) 1090 : 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-24T03:29:07.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:06 smithi159 bash[14083]: cluster 2024-01-24T03:29:05.712345+0000 mgr.smithi159.sbyejd (mgr.14180) 1090 : 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-24T03:29:07.952 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:07.952 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:08.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:08 smithi162 bash[17902]: cluster 2024-01-24T03:29:07.713344+0000 mgr.smithi159.sbyejd (mgr.14180) 1091 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:08.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:08 smithi159 bash[14083]: cluster 2024-01-24T03:29:07.713344+0000 mgr.smithi159.sbyejd (mgr.14180) 1091 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:08.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:09 smithi162 bash[17902]: audit 2024-01-24T03:29:07.939858+0000 mgr.smithi159.sbyejd (mgr.14180) 1092 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:09.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:09 smithi159 bash[14083]: audit 2024-01-24T03:29:07.939858+0000 mgr.smithi159.sbyejd (mgr.14180) 1092 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:09.726 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:10.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:10 smithi159 bash[14083]: cluster 2024-01-24T03:29:09.714444+0000 mgr.smithi159.sbyejd (mgr.14180) 1093 : 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-24T03:29:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:10 smithi162 bash[17902]: cluster 2024-01-24T03:29:09.714444+0000 mgr.smithi159.sbyejd (mgr.14180) 1093 : 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-24T03:29:12.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:12 smithi159 bash[14083]: cluster 2024-01-24T03:29:11.715304+0000 mgr.smithi159.sbyejd (mgr.14180) 1094 : cluster [DBG] pgmap v734: 97 pgs: 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-24T03:29:13.029 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:13.029 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:13.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:12 smithi162 bash[17902]: cluster 2024-01-24T03:29:11.715304+0000 mgr.smithi159.sbyejd (mgr.14180) 1094 : cluster [DBG] pgmap v734: 97 pgs: 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-24T03:29:13.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:14.812 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:14 smithi162 bash[17902]: audit 2024-01-24T03:29:13.018379+0000 mgr.smithi159.sbyejd (mgr.14180) 1095 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:15.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:14 smithi162 bash[17902]: cluster 2024-01-24T03:29:13.716426+0000 mgr.smithi159.sbyejd (mgr.14180) 1096 : 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-24T03:29:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:14 smithi159 bash[14083]: audit 2024-01-24T03:29:13.018379+0000 mgr.smithi159.sbyejd (mgr.14180) 1095 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:15.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:14 smithi159 bash[14083]: cluster 2024-01-24T03:29:13.716426+0000 mgr.smithi159.sbyejd (mgr.14180) 1096 : 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-24T03:29:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:16 smithi162 bash[17902]: cluster 2024-01-24T03:29:15.717342+0000 mgr.smithi159.sbyejd (mgr.14180) 1097 : 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-24T03:29:17.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:16 smithi159 bash[14083]: cluster 2024-01-24T03:29:15.717342+0000 mgr.smithi159.sbyejd (mgr.14180) 1097 : 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-24T03:29:18.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:18 smithi159 bash[14083]: cluster 2024-01-24T03:29:17.718124+0000 mgr.smithi159.sbyejd (mgr.14180) 1098 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:18.333 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:18.334 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:18.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:18 smithi162 bash[17902]: cluster 2024-01-24T03:29:17.718124+0000 mgr.smithi159.sbyejd (mgr.14180) 1098 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:19.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:19.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:19 smithi162 bash[17902]: audit 2024-01-24T03:29:18.322810+0000 mgr.smithi159.sbyejd (mgr.14180) 1099 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:19.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:19 smithi159 bash[14083]: audit 2024-01-24T03:29:18.322810+0000 mgr.smithi159.sbyejd (mgr.14180) 1099 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:20.145 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:20.353 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:20 smithi159 bash[14083]: cluster 2024-01-24T03:29:19.719232+0000 mgr.smithi159.sbyejd (mgr.14180) 1100 : 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-24T03:29:20.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:20 smithi162 bash[17902]: cluster 2024-01-24T03:29:19.719232+0000 mgr.smithi159.sbyejd (mgr.14180) 1100 : 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-24T03:29:23.052 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:22 smithi159 bash[14083]: cluster 2024-01-24T03:29:21.720524+0000 mgr.smithi159.sbyejd (mgr.14180) 1101 : cluster [DBG] pgmap v739: 97 pgs: 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-24T03:29:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:22 smithi162 bash[17902]: cluster 2024-01-24T03:29:21.720524+0000 mgr.smithi159.sbyejd (mgr.14180) 1101 : cluster [DBG] pgmap v739: 97 pgs: 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-24T03:29:23.471 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:23.471 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:24.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:25.123 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:24 smithi159 bash[14083]: audit 2024-01-24T03:29:23.464733+0000 mgr.smithi159.sbyejd (mgr.14180) 1102 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:25.123 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:24 smithi159 bash[14083]: cluster 2024-01-24T03:29:23.721708+0000 mgr.smithi159.sbyejd (mgr.14180) 1103 : 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-24T03:29:25.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:24 smithi162 bash[17902]: audit 2024-01-24T03:29:23.464733+0000 mgr.smithi159.sbyejd (mgr.14180) 1102 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:25.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:24 smithi162 bash[17902]: cluster 2024-01-24T03:29:23.721708+0000 mgr.smithi159.sbyejd (mgr.14180) 1103 : 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-24T03:29:25.327 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:26 smithi162 bash[17902]: cluster 2024-01-24T03:29:25.722590+0000 mgr.smithi159.sbyejd (mgr.14180) 1104 : 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-24T03:29:27.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:26 smithi159 bash[14083]: cluster 2024-01-24T03:29:25.722590+0000 mgr.smithi159.sbyejd (mgr.14180) 1104 : 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-24T03:29:28.302 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:28 smithi159 bash[14083]: cluster 2024-01-24T03:29:27.723563+0000 mgr.smithi159.sbyejd (mgr.14180) 1105 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:28.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:28 smithi162 bash[17902]: cluster 2024-01-24T03:29:27.723563+0000 mgr.smithi159.sbyejd (mgr.14180) 1105 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:28.717 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:28.717 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:29.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:29 smithi162 bash[17902]: audit 2024-01-24T03:29:28.710259+0000 mgr.smithi159.sbyejd (mgr.14180) 1106 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:29.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:29 smithi159 bash[14083]: audit 2024-01-24T03:29:28.710259+0000 mgr.smithi159.sbyejd (mgr.14180) 1106 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:29.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:30.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:30 smithi162 bash[17902]: cluster 2024-01-24T03:29:29.724639+0000 mgr.smithi159.sbyejd (mgr.14180) 1107 : 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-24T03:29:30.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:30 smithi159 bash[14083]: cluster 2024-01-24T03:29:29.724639+0000 mgr.smithi159.sbyejd (mgr.14180) 1107 : 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-24T03:29:30.569 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:32.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:32 smithi159 bash[14083]: cluster 2024-01-24T03:29:31.725455+0000 mgr.smithi159.sbyejd (mgr.14180) 1108 : cluster [DBG] pgmap v744: 97 pgs: 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-24T03:29:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:32 smithi162 bash[17902]: cluster 2024-01-24T03:29:31.725455+0000 mgr.smithi159.sbyejd (mgr.14180) 1108 : cluster [DBG] pgmap v744: 97 pgs: 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-24T03:29:33.815 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:33.815 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:34.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:34.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:34 smithi159 bash[14083]: cluster 2024-01-24T03:29:33.726475+0000 mgr.smithi159.sbyejd (mgr.14180) 1109 : 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-24T03:29:34.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:34 smithi159 bash[14083]: audit 2024-01-24T03:29:33.808590+0000 mgr.smithi159.sbyejd (mgr.14180) 1110 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:35.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:34 smithi162 bash[17902]: cluster 2024-01-24T03:29:33.726475+0000 mgr.smithi159.sbyejd (mgr.14180) 1109 : 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-24T03:29:35.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:34 smithi162 bash[17902]: audit 2024-01-24T03:29:33.808590+0000 mgr.smithi159.sbyejd (mgr.14180) 1110 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:35.609 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:36.980 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:36 smithi159 bash[14083]: cluster 2024-01-24T03:29:35.727879+0000 mgr.smithi159.sbyejd (mgr.14180) 1111 : 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-24T03:29:37.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:36 smithi162 bash[17902]: cluster 2024-01-24T03:29:35.727879+0000 mgr.smithi159.sbyejd (mgr.14180) 1111 : 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-24T03:29:38.357 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:38 smithi159 bash[14083]: cluster 2024-01-24T03:29:37.728886+0000 mgr.smithi159.sbyejd (mgr.14180) 1112 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:38.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:38 smithi162 bash[17902]: cluster 2024-01-24T03:29:37.728886+0000 mgr.smithi159.sbyejd (mgr.14180) 1112 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:38.785 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:38.785 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:39.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:39 smithi159 bash[14083]: audit 2024-01-24T03:29:38.773495+0000 mgr.smithi159.sbyejd (mgr.14180) 1113 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:39.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:39 smithi162 bash[17902]: audit 2024-01-24T03:29:38.773495+0000 mgr.smithi159.sbyejd (mgr.14180) 1113 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:39.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:40.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:40 smithi162 bash[17902]: cluster 2024-01-24T03:29:39.730022+0000 mgr.smithi159.sbyejd (mgr.14180) 1114 : 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-24T03:29:40.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:40 smithi159 bash[14083]: cluster 2024-01-24T03:29:39.730022+0000 mgr.smithi159.sbyejd (mgr.14180) 1114 : 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-24T03:29:40.627 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:42 smithi162 bash[17902]: cluster 2024-01-24T03:29:41.731221+0000 mgr.smithi159.sbyejd (mgr.14180) 1115 : cluster [DBG] pgmap v749: 97 pgs: 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-24T03:29:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:42 smithi159 bash[14083]: cluster 2024-01-24T03:29:41.731221+0000 mgr.smithi159.sbyejd (mgr.14180) 1115 : cluster [DBG] pgmap v749: 97 pgs: 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-24T03:29:43.714 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:43.714 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:44.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:44 smithi162 bash[17902]: audit 2024-01-24T03:29:43.707269+0000 mgr.smithi159.sbyejd (mgr.14180) 1116 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:44 smithi162 bash[17902]: cluster 2024-01-24T03:29:43.732467+0000 mgr.smithi159.sbyejd (mgr.14180) 1117 : 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-24T03:29:45.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:44 smithi159 bash[14083]: audit 2024-01-24T03:29:43.707269+0000 mgr.smithi159.sbyejd (mgr.14180) 1116 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:45.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:44 smithi159 bash[14083]: cluster 2024-01-24T03:29:43.732467+0000 mgr.smithi159.sbyejd (mgr.14180) 1117 : 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-24T03:29:45.544 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:46.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:46 smithi159 bash[14083]: cluster 2024-01-24T03:29:45.733205+0000 mgr.smithi159.sbyejd (mgr.14180) 1118 : 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-24T03:29:47.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:46 smithi162 bash[17902]: cluster 2024-01-24T03:29:45.733205+0000 mgr.smithi159.sbyejd (mgr.14180) 1118 : 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-24T03:29:48.306 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:48 smithi159 bash[14083]: cluster 2024-01-24T03:29:47.734174+0000 mgr.smithi159.sbyejd (mgr.14180) 1119 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:48.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:48 smithi162 bash[17902]: cluster 2024-01-24T03:29:47.734174+0000 mgr.smithi159.sbyejd (mgr.14180) 1119 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:29:48.725 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:48.725 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:49.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:49 smithi159 bash[14083]: audit 2024-01-24T03:29:48.715146+0000 mgr.smithi159.sbyejd (mgr.14180) 1120 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:49 smithi162 bash[17902]: audit 2024-01-24T03:29:48.715146+0000 mgr.smithi159.sbyejd (mgr.14180) 1120 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:49.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:50.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:50 smithi162 bash[17902]: cluster 2024-01-24T03:29:49.735295+0000 mgr.smithi159.sbyejd (mgr.14180) 1121 : 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-24T03:29:50.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:50 smithi159 bash[14083]: cluster 2024-01-24T03:29:49.735295+0000 mgr.smithi159.sbyejd (mgr.14180) 1121 : 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-24T03:29:50.524 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:52.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:51 smithi162 bash[17902]: audit 2024-01-24T03:29:51.708614+0000 mon.smithi159 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:29:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:51 smithi159 bash[14083]: audit 2024-01-24T03:29:51.708614+0000 mon.smithi159 (mon.0) 946 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:29:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:52 smithi162 bash[17902]: cluster 2024-01-24T03:29:51.736506+0000 mgr.smithi159.sbyejd (mgr.14180) 1122 : cluster [DBG] pgmap v754: 97 pgs: 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-24T03:29:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:52 smithi162 bash[17902]: audit 2024-01-24T03:29:52.012820+0000 mon.smithi159 (mon.0) 947 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:29:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:52 smithi162 bash[17902]: audit 2024-01-24T03:29:52.017101+0000 mon.smithi159 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:29:53.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:52 smithi162 bash[17902]: audit 2024-01-24T03:29:52.022534+0000 mon.smithi159 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:29:53.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:52 smithi162 bash[17902]: audit 2024-01-24T03:29:52.030140+0000 mon.smithi159 (mon.0) 950 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:29:53.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:52 smithi162 bash[17902]: audit 2024-01-24T03:29:52.043291+0000 mon.smithi159 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:29:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:52 smithi159 bash[14083]: cluster 2024-01-24T03:29:51.736506+0000 mgr.smithi159.sbyejd (mgr.14180) 1122 : cluster [DBG] pgmap v754: 97 pgs: 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-24T03:29:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:52 smithi159 bash[14083]: audit 2024-01-24T03:29:52.012820+0000 mon.smithi159 (mon.0) 947 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:29:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:52 smithi159 bash[14083]: audit 2024-01-24T03:29:52.017101+0000 mon.smithi159 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:29:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:52 smithi159 bash[14083]: audit 2024-01-24T03:29:52.022534+0000 mon.smithi159 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:29:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:52 smithi159 bash[14083]: audit 2024-01-24T03:29:52.030140+0000 mon.smithi159 (mon.0) 950 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:29:53.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:52 smithi159 bash[14083]: audit 2024-01-24T03:29:52.043291+0000 mon.smithi159 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:29:53.854 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:53.854 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:27:43.134171Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.aizell on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:29:54.094 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:53 smithi159 bash[14083]: cluster 2024-01-24T03:29:52.023130+0000 mgr.smithi159.sbyejd (mgr.14180) 1123 : 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-24T03:29:54.094 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:53 smithi159 bash[14083]: cephadm 2024-01-24T03:29:52.046938+0000 mgr.smithi159.sbyejd (mgr.14180) 1124 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.nqwbtp on smithi162 2024-01-24T03:29:54.094 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:53 smithi159 bash[14083]: cluster 2024-01-24T03:29:53.021178+0000 mon.smithi159 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:29:54.094 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:53 smithi159 bash[14083]: cluster 2024-01-24T03:29:53.021230+0000 mon.smithi159 (mon.0) 953 : cluster [INF] Cluster is now healthy 2024-01-24T03:29:54.094 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:53 smithi159 bash[14083]: audit 2024-01-24T03:29:53.501385+0000 mon.smithi159 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:29:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:53 smithi162 bash[17902]: cluster 2024-01-24T03:29:52.023130+0000 mgr.smithi159.sbyejd (mgr.14180) 1123 : 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-24T03:29:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:53 smithi162 bash[17902]: cephadm 2024-01-24T03:29:52.046938+0000 mgr.smithi159.sbyejd (mgr.14180) 1124 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.nqwbtp on smithi162 2024-01-24T03:29:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:53 smithi162 bash[17902]: cluster 2024-01-24T03:29:53.021178+0000 mon.smithi159 (mon.0) 952 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:29:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:53 smithi162 bash[17902]: cluster 2024-01-24T03:29:53.021230+0000 mon.smithi159 (mon.0) 953 : cluster [INF] Cluster is now healthy 2024-01-24T03:29:54.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:53 smithi162 bash[17902]: audit 2024-01-24T03:29:53.501385+0000 mon.smithi159 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:29:54.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:29:55.630 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:29:55.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:55 smithi159 bash[14083]: audit 2024-01-24T03:29:53.842754+0000 mgr.smithi159.sbyejd (mgr.14180) 1125 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:55.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:55 smithi159 bash[14083]: cluster 2024-01-24T03:29:54.023916+0000 mgr.smithi159.sbyejd (mgr.14180) 1126 : 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-24T03:29:55.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:55 smithi159 bash[14083]: audit 2024-01-24T03:29:55.786781+0000 mon.smithi159 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.nqwbtp"}]: dispatch 2024-01-24T03:29:56.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:55 smithi162 bash[17902]: audit 2024-01-24T03:29:53.842754+0000 mgr.smithi159.sbyejd (mgr.14180) 1125 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:29:56.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:55 smithi162 bash[17902]: cluster 2024-01-24T03:29:54.023916+0000 mgr.smithi159.sbyejd (mgr.14180) 1126 : 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-24T03:29:56.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:55 smithi162 bash[17902]: audit 2024-01-24T03:29:55.786781+0000 mon.smithi159 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.nqwbtp"}]: dispatch 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: cephadm 2024-01-24T03:29:55.785698+0000 mgr.smithi159.sbyejd (mgr.14180) 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.nqwbtp ... 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.071 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:29:57.072 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.nqwbtp ... 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: cephadm 2024-01-24T03:29:55.786200+0000 mgr.smithi159.sbyejd (mgr.14180) 1128 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: cephadm 2024-01-24T03:29:55.788180+0000 mgr.smithi159.sbyejd (mgr.14180) 1129 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.073 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.nqwbtp ... 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.074 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:56 smithi159 bash[14083]: cephadm 2024-01-24T03:29:55.793043+0000 mgr.smithi159.sbyejd (mgr.14180) 1130 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.bfofzx on smithi159 2024-01-24T03:29:57.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: cephadm 2024-01-24T03:29:55.785698+0000 mgr.smithi159.sbyejd (mgr.14180) 1127 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:29:57.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.nqwbtp ... 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:29:57.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.nqwbtp ... 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: cephadm 2024-01-24T03:29:55.786200+0000 mgr.smithi159.sbyejd (mgr.14180) 1128 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: cephadm 2024-01-24T03:29:55.788180+0000 mgr.smithi159.sbyejd (mgr.14180) 1129 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp 2024-01-24T03:29:57.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.nqwbtp ... 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:29:57.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:56 smithi162 bash[17902]: cephadm 2024-01-24T03:29:55.793043+0000 mgr.smithi159.sbyejd (mgr.14180) 1130 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.bfofzx on smithi159 2024-01-24T03:29:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:57 smithi162 bash[17902]: cluster 2024-01-24T03:29:56.024840+0000 mgr.smithi159.sbyejd (mgr.14180) 1131 : 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-24T03:29:58.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:57 smithi159 bash[14083]: cluster 2024-01-24T03:29:56.024840+0000 mgr.smithi159.sbyejd (mgr.14180) 1131 : 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-24T03:29:59.176 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:29:59.177 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:47.392757Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.jmfyha on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-jmfyha\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.jmfyha\nDeploy daemon haproxy.nfs.foo.smithi162.jmfyha ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.700882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xgnnnx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xgnnnx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xgnnnx\nDeploy daemon haproxy.nfs.foo.smithi159.xgnnnx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:28:51.702781Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.hedfpr on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:00.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:29:59 smithi162 bash[17902]: cluster 2024-01-24T03:29:58.025501+0000 mgr.smithi159.sbyejd (mgr.14180) 1132 : 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-24T03:30:00.163 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:29:59 smithi159 bash[14083]: cluster 2024-01-24T03:29:58.025501+0000 mgr.smithi159.sbyejd (mgr.14180) 1132 : 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-24T03:30:00.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:00 smithi162 bash[17902]: audit 2024-01-24T03:29:59.169362+0000 mgr.smithi159.sbyejd (mgr.14180) 1133 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:00 smithi162 bash[17902]: cluster 2024-01-24T03:30:00.000125+0000 mon.smithi159 (mon.0) 956 : cluster [INF] overall HEALTH_OK 2024-01-24T03:30:01.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:00 smithi162 bash[17902]: audit 2024-01-24T03:30:00.231172+0000 mon.smithi159 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.bfofzx"}]: dispatch 2024-01-24T03:30:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:00 smithi159 bash[14083]: audit 2024-01-24T03:29:59.169362+0000 mgr.smithi159.sbyejd (mgr.14180) 1133 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:00 smithi159 bash[14083]: cluster 2024-01-24T03:30:00.000125+0000 mon.smithi159 (mon.0) 956 : cluster [INF] overall HEALTH_OK 2024-01-24T03:30:01.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:00 smithi159 bash[14083]: audit 2024-01-24T03:30:00.231172+0000 mon.smithi159 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.bfofzx"}]: dispatch 2024-01-24T03:30:01.287 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cluster 2024-01-24T03:30:00.026313+0000 mgr.smithi159.sbyejd (mgr.14180) 1134 : cluster [DBG] pgmap v759: 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-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cephadm 2024-01-24T03:30:00.230388+0000 mgr.smithi159.sbyejd (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.bfofzx ... 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:30:02.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.bfofzx ... 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:30:02.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cephadm 2024-01-24T03:30:00.230646+0000 mgr.smithi159.sbyejd (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cephadm 2024-01-24T03:30:00.232484+0000 mgr.smithi159.sbyejd (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.bfofzx ... 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:30:02.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:30:02.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cephadm 2024-01-24T03:30:00.234490+0000 mgr.smithi159.sbyejd (mgr.14180) 1138 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:30:02.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cephadm 2024-01-24T03:30:00.236096+0000 mgr.smithi159.sbyejd (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:30:02.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cluster 2024-01-24T03:30:00.236878+0000 mgr.smithi159.sbyejd (mgr.14180) 1140 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:30:02.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:01 smithi162 bash[17902]: cluster 2024-01-24T03:30:00.817582+0000 mon.smithi159 (mon.0) 958 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cluster 2024-01-24T03:30:00.026313+0000 mgr.smithi159.sbyejd (mgr.14180) 1134 : cluster [DBG] pgmap v759: 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-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cephadm 2024-01-24T03:30:00.230388+0000 mgr.smithi159.sbyejd (mgr.14180) 1135 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.bfofzx ... 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:30:02.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.bfofzx ... 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cephadm 2024-01-24T03:30:00.230646+0000 mgr.smithi159.sbyejd (mgr.14180) 1136 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cephadm 2024-01-24T03:30:00.232484+0000 mgr.smithi159.sbyejd (mgr.14180) 1137 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx 2024-01-24T03:30:02.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.bfofzx ... 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cephadm 2024-01-24T03:30:00.234490+0000 mgr.smithi159.sbyejd (mgr.14180) 1138 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cephadm 2024-01-24T03:30:00.236096+0000 mgr.smithi159.sbyejd (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cluster 2024-01-24T03:30:00.236878+0000 mgr.smithi159.sbyejd (mgr.14180) 1140 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:30:02.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:01 smithi159 bash[14083]: cluster 2024-01-24T03:30:00.817582+0000 mon.smithi159 (mon.0) 958 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:30:03.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:03 smithi162 bash[17902]: cluster 2024-01-24T03:30:02.238082+0000 mgr.smithi159.sbyejd (mgr.14180) 1141 : cluster [DBG] pgmap v761: 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-24T03:30:03.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:03 smithi159 bash[14083]: cluster 2024-01-24T03:30:02.238082+0000 mgr.smithi159.sbyejd (mgr.14180) 1141 : cluster [DBG] pgmap v761: 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-24T03:30:04.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:04 smithi159 bash[14083]: audit 2024-01-24T03:30:03.597741+0000 mon.smithi159 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:30:04.802 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:04.802 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:04 smithi162 bash[17902]: audit 2024-01-24T03:30:03.597741+0000 mon.smithi159 (mon.0) 959 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:30:05.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:05 smithi162 bash[17902]: cluster 2024-01-24T03:30:04.238954+0000 mgr.smithi159.sbyejd (mgr.14180) 1142 : cluster [DBG] pgmap v762: 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-24T03:30:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:05 smithi162 bash[17902]: audit 2024-01-24T03:30:04.790814+0000 mgr.smithi159.sbyejd (mgr.14180) 1143 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:05.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:05 smithi159 bash[14083]: cluster 2024-01-24T03:30:04.238954+0000 mgr.smithi159.sbyejd (mgr.14180) 1142 : cluster [DBG] pgmap v762: 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-24T03:30:05.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:05 smithi159 bash[14083]: audit 2024-01-24T03:30:04.790814+0000 mgr.smithi159.sbyejd (mgr.14180) 1143 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:06.592 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:07 smithi162 bash[17902]: cluster 2024-01-24T03:30:06.240250+0000 mgr.smithi159.sbyejd (mgr.14180) 1144 : cluster [DBG] pgmap v763: 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-24T03:30:07.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:07 smithi159 bash[14083]: cluster 2024-01-24T03:30:06.240250+0000 mgr.smithi159.sbyejd (mgr.14180) 1144 : cluster [DBG] pgmap v763: 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-24T03:30:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:09 smithi162 bash[17902]: cluster 2024-01-24T03:30:08.240969+0000 mgr.smithi159.sbyejd (mgr.14180) 1145 : cluster [DBG] pgmap v764: 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-24T03:30:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:09 smithi162 bash[17902]: audit 2024-01-24T03:30:08.501685+0000 mon.smithi159 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:30:09.924 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:09.925 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:09.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:09 smithi159 bash[14083]: cluster 2024-01-24T03:30:08.240969+0000 mgr.smithi159.sbyejd (mgr.14180) 1145 : cluster [DBG] pgmap v764: 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-24T03:30:09.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:09 smithi159 bash[14083]: audit 2024-01-24T03:30:08.501685+0000 mon.smithi159 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:30:10.706 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:11.707 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:11 smithi162 bash[17902]: audit 2024-01-24T03:30:09.918252+0000 mgr.smithi159.sbyejd (mgr.14180) 1146 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:11 smithi162 bash[17902]: cluster 2024-01-24T03:30:10.242105+0000 mgr.smithi159.sbyejd (mgr.14180) 1147 : cluster [DBG] pgmap v765: 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-24T03:30:11.905 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:11 smithi159 bash[14083]: audit 2024-01-24T03:30:09.918252+0000 mgr.smithi159.sbyejd (mgr.14180) 1146 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:11.905 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:11 smithi159 bash[14083]: cluster 2024-01-24T03:30:10.242105+0000 mgr.smithi159.sbyejd (mgr.14180) 1147 : cluster [DBG] pgmap v765: 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-24T03:30:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:13 smithi162 bash[17902]: cluster 2024-01-24T03:30:12.243388+0000 mgr.smithi159.sbyejd (mgr.14180) 1148 : cluster [DBG] pgmap v766: 97 pgs: 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-24T03:30:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:13 smithi159 bash[14083]: cluster 2024-01-24T03:30:12.243388+0000 mgr.smithi159.sbyejd (mgr.14180) 1148 : cluster [DBG] pgmap v766: 97 pgs: 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-24T03:30:14.961 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:14.961 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:15.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:15 smithi159 bash[14083]: cluster 2024-01-24T03:30:14.244485+0000 mgr.smithi159.sbyejd (mgr.14180) 1149 : 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-24T03:30:15.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:15 smithi162 bash[17902]: cluster 2024-01-24T03:30:14.244485+0000 mgr.smithi159.sbyejd (mgr.14180) 1149 : 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-24T03:30:15.745 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:16.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:16 smithi162 bash[17902]: audit 2024-01-24T03:30:14.954401+0000 mgr.smithi159.sbyejd (mgr.14180) 1150 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:16.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:16 smithi159 bash[14083]: audit 2024-01-24T03:30:14.954401+0000 mgr.smithi159.sbyejd (mgr.14180) 1150 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:16.746 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:17 smithi162 bash[17902]: cluster 2024-01-24T03:30:16.245808+0000 mgr.smithi159.sbyejd (mgr.14180) 1151 : 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-24T03:30:17.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:17 smithi159 bash[14083]: cluster 2024-01-24T03:30:16.245808+0000 mgr.smithi159.sbyejd (mgr.14180) 1151 : 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-24T03:30:19.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:19 smithi162 bash[17902]: cluster 2024-01-24T03:30:18.246887+0000 mgr.smithi159.sbyejd (mgr.14180) 1152 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:19.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:19 smithi159 bash[14083]: cluster 2024-01-24T03:30:18.246887+0000 mgr.smithi159.sbyejd (mgr.14180) 1152 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:20.132 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:20.133 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:20.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:21 smithi162 bash[17902]: audit 2024-01-24T03:30:20.120464+0000 mgr.smithi159.sbyejd (mgr.14180) 1153 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:21 smithi162 bash[17902]: cluster 2024-01-24T03:30:20.248100+0000 mgr.smithi159.sbyejd (mgr.14180) 1154 : 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-24T03:30:21.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:21 smithi159 bash[14083]: audit 2024-01-24T03:30:20.120464+0000 mgr.smithi159.sbyejd (mgr.14180) 1153 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:21.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:21 smithi159 bash[14083]: cluster 2024-01-24T03:30:20.248100+0000 mgr.smithi159.sbyejd (mgr.14180) 1154 : 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-24T03:30:21.979 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:23.330 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:23 smithi159 bash[14083]: cluster 2024-01-24T03:30:22.249356+0000 mgr.smithi159.sbyejd (mgr.14180) 1155 : cluster [DBG] pgmap v771: 97 pgs: 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-24T03:30:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:23 smithi162 bash[17902]: cluster 2024-01-24T03:30:22.249356+0000 mgr.smithi159.sbyejd (mgr.14180) 1155 : cluster [DBG] pgmap v771: 97 pgs: 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-24T03:30:25.467 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:25.467 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:25.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:25 smithi162 bash[17902]: cluster 2024-01-24T03:30:24.250571+0000 mgr.smithi159.sbyejd (mgr.14180) 1156 : 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-24T03:30:25.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:25 smithi159 bash[14083]: cluster 2024-01-24T03:30:24.250571+0000 mgr.smithi159.sbyejd (mgr.14180) 1156 : 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-24T03:30:26.281 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:26.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:26 smithi162 bash[17902]: audit 2024-01-24T03:30:25.460652+0000 mgr.smithi159.sbyejd (mgr.14180) 1157 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:26.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:26 smithi159 bash[14083]: audit 2024-01-24T03:30:25.460652+0000 mgr.smithi159.sbyejd (mgr.14180) 1157 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:27.282 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:27.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:27 smithi162 bash[17902]: cluster 2024-01-24T03:30:26.251974+0000 mgr.smithi159.sbyejd (mgr.14180) 1158 : 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-24T03:30:27.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:27 smithi159 bash[14083]: cluster 2024-01-24T03:30:26.251974+0000 mgr.smithi159.sbyejd (mgr.14180) 1158 : 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-24T03:30:29.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:29 smithi162 bash[17902]: cluster 2024-01-24T03:30:28.252998+0000 mgr.smithi159.sbyejd (mgr.14180) 1159 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:29.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:29 smithi159 bash[14083]: cluster 2024-01-24T03:30:28.252998+0000 mgr.smithi159.sbyejd (mgr.14180) 1159 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:30.528 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:30.528 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:31.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:31.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:31 smithi162 bash[17902]: cluster 2024-01-24T03:30:30.254120+0000 mgr.smithi159.sbyejd (mgr.14180) 1160 : 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-24T03:30:31.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:31 smithi162 bash[17902]: audit 2024-01-24T03:30:30.518960+0000 mgr.smithi159.sbyejd (mgr.14180) 1161 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:31.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:31 smithi159 bash[14083]: cluster 2024-01-24T03:30:30.254120+0000 mgr.smithi159.sbyejd (mgr.14180) 1160 : 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-24T03:30:31.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:31 smithi159 bash[14083]: audit 2024-01-24T03:30:30.518960+0000 mgr.smithi159.sbyejd (mgr.14180) 1161 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:32.254 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:33 smithi162 bash[17902]: cluster 2024-01-24T03:30:32.255367+0000 mgr.smithi159.sbyejd (mgr.14180) 1162 : cluster [DBG] pgmap v776: 97 pgs: 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-24T03:30:33.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:33 smithi159 bash[14083]: cluster 2024-01-24T03:30:32.255367+0000 mgr.smithi159.sbyejd (mgr.14180) 1162 : cluster [DBG] pgmap v776: 97 pgs: 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-24T03:30:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:35 smithi159 bash[14083]: cluster 2024-01-24T03:30:34.256559+0000 mgr.smithi159.sbyejd (mgr.14180) 1163 : 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-24T03:30:35.593 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:35.593 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:35 smithi162 bash[17902]: cluster 2024-01-24T03:30:34.256559+0000 mgr.smithi159.sbyejd (mgr.14180) 1163 : 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-24T03:30:36.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:36 smithi162 bash[17902]: audit 2024-01-24T03:30:35.586390+0000 mgr.smithi159.sbyejd (mgr.14180) 1164 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:36.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:36 smithi159 bash[14083]: audit 2024-01-24T03:30:35.586390+0000 mgr.smithi159.sbyejd (mgr.14180) 1164 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:37.391 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:37.592 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:37 smithi159 bash[14083]: cluster 2024-01-24T03:30:36.257945+0000 mgr.smithi159.sbyejd (mgr.14180) 1165 : 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-24T03:30:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:37 smithi162 bash[17902]: cluster 2024-01-24T03:30:36.257945+0000 mgr.smithi159.sbyejd (mgr.14180) 1165 : 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-24T03:30:39.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:39 smithi162 bash[17902]: cluster 2024-01-24T03:30:38.258991+0000 mgr.smithi159.sbyejd (mgr.14180) 1166 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:39 smithi159 bash[14083]: cluster 2024-01-24T03:30:38.258991+0000 mgr.smithi159.sbyejd (mgr.14180) 1166 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:40.836 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:40.836 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:41.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:41 smithi159 bash[14083]: cluster 2024-01-24T03:30:40.260132+0000 mgr.smithi159.sbyejd (mgr.14180) 1167 : 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-24T03:30:41.589 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:41 smithi159 bash[14083]: audit 2024-01-24T03:30:40.829728+0000 mgr.smithi159.sbyejd (mgr.14180) 1168 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:41.590 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:41.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:41 smithi162 bash[17902]: cluster 2024-01-24T03:30:40.260132+0000 mgr.smithi159.sbyejd (mgr.14180) 1167 : 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-24T03:30:41.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:41 smithi162 bash[17902]: audit 2024-01-24T03:30:40.829728+0000 mgr.smithi159.sbyejd (mgr.14180) 1168 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:42.591 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:43 smithi159 bash[14083]: cluster 2024-01-24T03:30:42.261408+0000 mgr.smithi159.sbyejd (mgr.14180) 1169 : cluster [DBG] pgmap v781: 97 pgs: 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-24T03:30:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:43 smithi162 bash[17902]: cluster 2024-01-24T03:30:42.261408+0000 mgr.smithi159.sbyejd (mgr.14180) 1169 : cluster [DBG] pgmap v781: 97 pgs: 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-24T03:30:45.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:45 smithi159 bash[14083]: cluster 2024-01-24T03:30:44.262540+0000 mgr.smithi159.sbyejd (mgr.14180) 1170 : 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-24T03:30:45.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:45 smithi162 bash[17902]: cluster 2024-01-24T03:30:44.262540+0000 mgr.smithi159.sbyejd (mgr.14180) 1170 : 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-24T03:30:45.905 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:45.905 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:46.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:47 smithi162 bash[17902]: audit 2024-01-24T03:30:45.899113+0000 mgr.smithi159.sbyejd (mgr.14180) 1171 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:47 smithi162 bash[17902]: cluster 2024-01-24T03:30:46.263491+0000 mgr.smithi159.sbyejd (mgr.14180) 1172 : 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-24T03:30:47.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:47 smithi159 bash[14083]: audit 2024-01-24T03:30:45.899113+0000 mgr.smithi159.sbyejd (mgr.14180) 1171 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:47.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:47 smithi159 bash[14083]: cluster 2024-01-24T03:30:46.263491+0000 mgr.smithi159.sbyejd (mgr.14180) 1172 : 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-24T03:30:47.738 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:49.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:49 smithi162 bash[17902]: cluster 2024-01-24T03:30:48.264286+0000 mgr.smithi159.sbyejd (mgr.14180) 1173 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:49 smithi159 bash[14083]: cluster 2024-01-24T03:30:48.264286+0000 mgr.smithi159.sbyejd (mgr.14180) 1173 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:51.099 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:51.099 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:51.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:51 smithi159 bash[14083]: cluster 2024-01-24T03:30:50.265414+0000 mgr.smithi159.sbyejd (mgr.14180) 1174 : 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-24T03:30:51.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:51 smithi162 bash[17902]: cluster 2024-01-24T03:30:50.265414+0000 mgr.smithi159.sbyejd (mgr.14180) 1174 : 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-24T03:30:51.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:52.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:52 smithi162 bash[17902]: audit 2024-01-24T03:30:51.087465+0000 mgr.smithi159.sbyejd (mgr.14180) 1175 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:52.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:52 smithi159 bash[14083]: audit 2024-01-24T03:30:51.087465+0000 mgr.smithi159.sbyejd (mgr.14180) 1175 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:52.896 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:53.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:53 smithi162 bash[17902]: cluster 2024-01-24T03:30:52.266765+0000 mgr.smithi159.sbyejd (mgr.14180) 1176 : cluster [DBG] pgmap v786: 97 pgs: 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-24T03:30:53.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:53 smithi159 bash[14083]: cluster 2024-01-24T03:30:52.266765+0000 mgr.smithi159.sbyejd (mgr.14180) 1176 : cluster [DBG] pgmap v786: 97 pgs: 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-24T03:30:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:55 smithi159 bash[14083]: cluster 2024-01-24T03:30:54.267931+0000 mgr.smithi159.sbyejd (mgr.14180) 1177 : 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-24T03:30:55.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:55 smithi162 bash[17902]: cluster 2024-01-24T03:30:54.267931+0000 mgr.smithi159.sbyejd (mgr.14180) 1177 : 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-24T03:30:56.094 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:30:56.094 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:30:56.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:30:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:57 smithi162 bash[17902]: audit 2024-01-24T03:30:56.083372+0000 mgr.smithi159.sbyejd (mgr.14180) 1178 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:57.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:57 smithi162 bash[17902]: cluster 2024-01-24T03:30:56.269264+0000 mgr.smithi159.sbyejd (mgr.14180) 1179 : 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-24T03:30:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:57 smithi159 bash[14083]: audit 2024-01-24T03:30:56.083372+0000 mgr.smithi159.sbyejd (mgr.14180) 1178 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:30:57.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:57 smithi159 bash[14083]: cluster 2024-01-24T03:30:56.269264+0000 mgr.smithi159.sbyejd (mgr.14180) 1179 : 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-24T03:30:57.845 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:30:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:30:59 smithi162 bash[17902]: cluster 2024-01-24T03:30:58.270373+0000 mgr.smithi159.sbyejd (mgr.14180) 1180 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:30:59.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:30:59 smithi159 bash[14083]: cluster 2024-01-24T03:30:58.270373+0000 mgr.smithi159.sbyejd (mgr.14180) 1180 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:00 smithi162 bash[17902]: audit 2024-01-24T03:31:00.239664+0000 mon.smithi159 (mon.0) 961 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:31:00.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:00 smithi159 bash[14083]: audit 2024-01-24T03:31:00.239664+0000 mon.smithi159 (mon.0) 961 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:31:01.135 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:01.136 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:28:51.704345Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.bejfmd on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: cluster 2024-01-24T03:31:00.271508+0000 mgr.smithi159.sbyejd (mgr.14180) 1181 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: audit 2024-01-24T03:31:00.545011+0000 mon.smithi159 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: audit 2024-01-24T03:31:00.546472+0000 mon.smithi159 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: audit 2024-01-24T03:31:00.553908+0000 mon.smithi159 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: cluster 2024-01-24T03:31:00.554773+0000 mgr.smithi159.sbyejd (mgr.14180) 1182 : 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-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: audit 2024-01-24T03:31:00.560194+0000 mon.smithi159 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:31:01.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: audit 2024-01-24T03:31:00.571611+0000 mon.smithi159 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:01.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:01 smithi159 bash[14083]: cephadm 2024-01-24T03:31:00.576292+0000 mgr.smithi159.sbyejd (mgr.14180) 1183 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ocilvj on smithi162 2024-01-24T03:31:01.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: cluster 2024-01-24T03:31:00.271508+0000 mgr.smithi159.sbyejd (mgr.14180) 1181 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: audit 2024-01-24T03:31:00.545011+0000 mon.smithi159 (mon.0) 962 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: audit 2024-01-24T03:31:00.546472+0000 mon.smithi159 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: audit 2024-01-24T03:31:00.553908+0000 mon.smithi159 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: cluster 2024-01-24T03:31:00.554773+0000 mgr.smithi159.sbyejd (mgr.14180) 1182 : 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-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: audit 2024-01-24T03:31:00.560194+0000 mon.smithi159 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: audit 2024-01-24T03:31:00.571611+0000 mon.smithi159 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:01.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:01 smithi162 bash[17902]: cephadm 2024-01-24T03:31:00.576292+0000 mgr.smithi159.sbyejd (mgr.14180) 1183 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ocilvj on smithi162 2024-01-24T03:31:01.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:02.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:02 smithi159 bash[14083]: audit 2024-01-24T03:31:01.123258+0000 mgr.smithi159.sbyejd (mgr.14180) 1184 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:02.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:02 smithi159 bash[14083]: cluster 2024-01-24T03:31:01.551089+0000 mon.smithi159 (mon.0) 967 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:31:02.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:02 smithi159 bash[14083]: cluster 2024-01-24T03:31:01.551162+0000 mon.smithi159 (mon.0) 968 : cluster [INF] Cluster is now healthy 2024-01-24T03:31:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:02 smithi162 bash[17902]: audit 2024-01-24T03:31:01.123258+0000 mgr.smithi159.sbyejd (mgr.14180) 1184 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:02 smithi162 bash[17902]: cluster 2024-01-24T03:31:01.551089+0000 mon.smithi159 (mon.0) 967 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:31:02.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:02 smithi162 bash[17902]: cluster 2024-01-24T03:31:01.551162+0000 mon.smithi159 (mon.0) 968 : cluster [INF] Cluster is now healthy 2024-01-24T03:31:02.932 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:03.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:03 smithi159 bash[14083]: cluster 2024-01-24T03:31:02.555534+0000 mgr.smithi159.sbyejd (mgr.14180) 1185 : 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-24T03:31:03.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:03 smithi162 bash[17902]: cluster 2024-01-24T03:31:02.555534+0000 mgr.smithi159.sbyejd (mgr.14180) 1185 : 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-24T03:31:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:04 smithi162 bash[17902]: audit 2024-01-24T03:31:04.453286+0000 mon.smithi159 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ocilvj"}]: dispatch 2024-01-24T03:31:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:04 smithi159 bash[14083]: audit 2024-01-24T03:31:04.453286+0000 mon.smithi159 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ocilvj"}]: dispatch 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: cephadm 2024-01-24T03:31:04.452080+0000 mgr.smithi159.sbyejd (mgr.14180) 1186 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ocilvj ... 2024-01-24T03:31:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ocilvj ... 2024-01-24T03:31:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: cephadm 2024-01-24T03:31:04.452704+0000 mgr.smithi159.sbyejd (mgr.14180) 1187 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: cephadm 2024-01-24T03:31:04.454905+0000 mgr.smithi159.sbyejd (mgr.14180) 1188 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ocilvj ... 2024-01-24T03:31:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:05.879 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:05.879 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.879 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: cephadm 2024-01-24T03:31:04.459589+0000 mgr.smithi159.sbyejd (mgr.14180) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.mkdaco on smithi159 2024-01-24T03:31:05.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:05 smithi162 bash[17902]: cluster 2024-01-24T03:31:04.556266+0000 mgr.smithi159.sbyejd (mgr.14180) 1190 : 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-24T03:31:05.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: cephadm 2024-01-24T03:31:04.452080+0000 mgr.smithi159.sbyejd (mgr.14180) 1186 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ocilvj ... 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:31:05.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ocilvj ... 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:05.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: cephadm 2024-01-24T03:31:04.452704+0000 mgr.smithi159.sbyejd (mgr.14180) 1187 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: cephadm 2024-01-24T03:31:04.454905+0000 mgr.smithi159.sbyejd (mgr.14180) 1188 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ocilvj ... 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:05.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: cephadm 2024-01-24T03:31:04.459589+0000 mgr.smithi159.sbyejd (mgr.14180) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.mkdaco on smithi159 2024-01-24T03:31:05.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:05 smithi159 bash[14083]: cluster 2024-01-24T03:31:04.556266+0000 mgr.smithi159.sbyejd (mgr.14180) 1190 : 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-24T03:31:06.472 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:06.473 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:29:55.787911Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.nqwbtp on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-nqwbtp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.nqwbtp\nDeploy daemon haproxy.nfs.foo.smithi162.nqwbtp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.232325Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.bfofzx on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-bfofzx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.bfofzx\nDeploy daemon haproxy.nfs.foo.smithi159.bfofzx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:30:00.234391Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.lfngtc on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:07.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:07 smithi159 bash[14083]: audit 2024-01-24T03:31:06.461783+0000 mgr.smithi159.sbyejd (mgr.14180) 1191 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:07.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:07 smithi159 bash[14083]: cluster 2024-01-24T03:31:06.557360+0000 mgr.smithi159.sbyejd (mgr.14180) 1192 : cluster [DBG] pgmap v794: 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-24T03:31:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:07 smithi162 bash[17902]: audit 2024-01-24T03:31:06.461783+0000 mgr.smithi159.sbyejd (mgr.14180) 1191 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:07.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:07 smithi162 bash[17902]: cluster 2024-01-24T03:31:06.557360+0000 mgr.smithi159.sbyejd (mgr.14180) 1192 : cluster [DBG] pgmap v794: 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-24T03:31:08.379 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:08 smithi159 bash[14083]: audit 2024-01-24T03:31:08.385725+0000 mon.smithi159 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.mkdaco"}]: dispatch 2024-01-24T03:31:08.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:08 smithi159 bash[14083]: audit 2024-01-24T03:31:08.502840+0000 mon.smithi159 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:09.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:08 smithi162 bash[17902]: audit 2024-01-24T03:31:08.385725+0000 mon.smithi159 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.mkdaco"}]: dispatch 2024-01-24T03:31:09.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:08 smithi162 bash[17902]: audit 2024-01-24T03:31:08.502840+0000 mon.smithi159 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cephadm 2024-01-24T03:31:08.384307+0000 mgr.smithi159.sbyejd (mgr.14180) 1193 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.mkdaco ... 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:09.892 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.mkdaco ... 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:09.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cephadm 2024-01-24T03:31:08.384946+0000 mgr.smithi159.sbyejd (mgr.14180) 1194 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cephadm 2024-01-24T03:31:08.387337+0000 mgr.smithi159.sbyejd (mgr.14180) 1195 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.mkdaco ... 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:09.894 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:09.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:09.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cephadm 2024-01-24T03:31:08.391948+0000 mgr.smithi159.sbyejd (mgr.14180) 1196 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:31:09.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cephadm 2024-01-24T03:31:08.394455+0000 mgr.smithi159.sbyejd (mgr.14180) 1197 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:31:09.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cluster 2024-01-24T03:31:08.395327+0000 mgr.smithi159.sbyejd (mgr.14180) 1198 : cluster [DBG] pgmap v795: 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-24T03:31:09.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: cluster 2024-01-24T03:31:08.614647+0000 mon.smithi159 (mon.0) 972 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:31:09.895 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:09 smithi159 bash[14083]: audit 2024-01-24T03:31:08.643504+0000 mon.smithi159 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:10.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cephadm 2024-01-24T03:31:08.384307+0000 mgr.smithi159.sbyejd (mgr.14180) 1193 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:10.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.mkdaco ... 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:31:10.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.mkdaco ... 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:10.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cephadm 2024-01-24T03:31:08.384946+0000 mgr.smithi159.sbyejd (mgr.14180) 1194 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cephadm 2024-01-24T03:31:08.387337+0000 mgr.smithi159.sbyejd (mgr.14180) 1195 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.mkdaco ... 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:10.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cephadm 2024-01-24T03:31:08.391948+0000 mgr.smithi159.sbyejd (mgr.14180) 1196 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cephadm 2024-01-24T03:31:08.394455+0000 mgr.smithi159.sbyejd (mgr.14180) 1197 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cluster 2024-01-24T03:31:08.395327+0000 mgr.smithi159.sbyejd (mgr.14180) 1198 : cluster [DBG] pgmap v795: 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-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: cluster 2024-01-24T03:31:08.614647+0000 mon.smithi159 (mon.0) 972 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:31:10.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:09 smithi162 bash[17902]: audit 2024-01-24T03:31:08.643504+0000 mon.smithi159 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:11.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:11 smithi159 bash[14083]: cluster 2024-01-24T03:31:10.396041+0000 mgr.smithi159.sbyejd (mgr.14180) 1199 : cluster [DBG] pgmap v796: 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-24T03:31:12.015 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:12.015 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:12.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:11 smithi162 bash[17902]: cluster 2024-01-24T03:31:10.396041+0000 mgr.smithi159.sbyejd (mgr.14180) 1199 : cluster [DBG] pgmap v796: 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-24T03:31:12.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:13 smithi162 bash[17902]: audit 2024-01-24T03:31:12.004405+0000 mgr.smithi159.sbyejd (mgr.14180) 1200 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:13 smithi162 bash[17902]: cluster 2024-01-24T03:31:12.396916+0000 mgr.smithi159.sbyejd (mgr.14180) 1201 : cluster [DBG] pgmap v797: 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-24T03:31:13.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:13 smithi159 bash[14083]: audit 2024-01-24T03:31:12.004405+0000 mgr.smithi159.sbyejd (mgr.14180) 1200 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:13.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:13 smithi159 bash[14083]: cluster 2024-01-24T03:31:12.396916+0000 mgr.smithi159.sbyejd (mgr.14180) 1201 : cluster [DBG] pgmap v797: 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-24T03:31:13.945 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:15 smithi162 bash[17902]: cluster 2024-01-24T03:31:14.398039+0000 mgr.smithi159.sbyejd (mgr.14180) 1202 : cluster [DBG] pgmap v798: 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-24T03:31:15.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:15 smithi159 bash[14083]: cluster 2024-01-24T03:31:14.398039+0000 mgr.smithi159.sbyejd (mgr.14180) 1202 : cluster [DBG] pgmap v798: 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-24T03:31:17.446 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:17.446 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:17 smithi162 bash[17902]: cluster 2024-01-24T03:31:16.398800+0000 mgr.smithi159.sbyejd (mgr.14180) 1203 : cluster [DBG] pgmap v799: 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-24T03:31:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:17 smithi159 bash[14083]: cluster 2024-01-24T03:31:16.398800+0000 mgr.smithi159.sbyejd (mgr.14180) 1203 : cluster [DBG] pgmap v799: 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-24T03:31:18.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:18 smithi159 bash[14083]: audit 2024-01-24T03:31:17.439434+0000 mgr.smithi159.sbyejd (mgr.14180) 1204 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:18.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:18 smithi162 bash[17902]: audit 2024-01-24T03:31:17.439434+0000 mgr.smithi159.sbyejd (mgr.14180) 1204 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:19.245 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:19.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:19 smithi159 bash[14083]: cluster 2024-01-24T03:31:18.399763+0000 mgr.smithi159.sbyejd (mgr.14180) 1205 : cluster [DBG] pgmap v800: 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-24T03:31:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:19 smithi162 bash[17902]: cluster 2024-01-24T03:31:18.399763+0000 mgr.smithi159.sbyejd (mgr.14180) 1205 : cluster [DBG] pgmap v800: 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-24T03:31:21.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:21 smithi159 bash[14083]: cluster 2024-01-24T03:31:20.400679+0000 mgr.smithi159.sbyejd (mgr.14180) 1206 : 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-24T03:31:21.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:21 smithi162 bash[17902]: cluster 2024-01-24T03:31:20.400679+0000 mgr.smithi159.sbyejd (mgr.14180) 1206 : 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-24T03:31:22.605 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:22.605 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:23.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:23 smithi159 bash[14083]: cluster 2024-01-24T03:31:22.401430+0000 mgr.smithi159.sbyejd (mgr.14180) 1207 : cluster [DBG] pgmap v802: 97 pgs: 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-24T03:31:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:23 smithi159 bash[14083]: audit 2024-01-24T03:31:22.592430+0000 mgr.smithi159.sbyejd (mgr.14180) 1208 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:23 smithi162 bash[17902]: cluster 2024-01-24T03:31:22.401430+0000 mgr.smithi159.sbyejd (mgr.14180) 1207 : cluster [DBG] pgmap v802: 97 pgs: 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-24T03:31:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:23 smithi162 bash[17902]: audit 2024-01-24T03:31:22.592430+0000 mgr.smithi159.sbyejd (mgr.14180) 1208 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:23.462 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:24.463 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:24 smithi162 bash[17902]: audit 2024-01-24T03:31:23.503977+0000 mon.smithi159 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:24.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:24 smithi159 bash[14083]: audit 2024-01-24T03:31:23.503977+0000 mon.smithi159 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:31:25.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:25 smithi162 bash[17902]: cluster 2024-01-24T03:31:24.402526+0000 mgr.smithi159.sbyejd (mgr.14180) 1209 : 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-24T03:31:25.922 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:25 smithi159 bash[14083]: cluster 2024-01-24T03:31:24.402526+0000 mgr.smithi159.sbyejd (mgr.14180) 1209 : 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-24T03:31:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:27 smithi159 bash[14083]: cluster 2024-01-24T03:31:26.403451+0000 mgr.smithi159.sbyejd (mgr.14180) 1210 : 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-24T03:31:27.814 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:27.814 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:27 smithi162 bash[17902]: cluster 2024-01-24T03:31:26.403451+0000 mgr.smithi159.sbyejd (mgr.14180) 1210 : 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-24T03:31:28.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:28.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:28 smithi162 bash[17902]: audit 2024-01-24T03:31:27.803060+0000 mgr.smithi159.sbyejd (mgr.14180) 1211 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:28.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:28 smithi159 bash[14083]: audit 2024-01-24T03:31:27.803060+0000 mgr.smithi159.sbyejd (mgr.14180) 1211 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:29.650 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:29.844 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:29 smithi159 bash[14083]: cluster 2024-01-24T03:31:28.404503+0000 mgr.smithi159.sbyejd (mgr.14180) 1212 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:29 smithi162 bash[17902]: cluster 2024-01-24T03:31:28.404503+0000 mgr.smithi159.sbyejd (mgr.14180) 1212 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:31 smithi162 bash[17902]: cluster 2024-01-24T03:31:30.405316+0000 mgr.smithi159.sbyejd (mgr.14180) 1213 : 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-24T03:31:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:31 smithi159 bash[14083]: cluster 2024-01-24T03:31:30.405316+0000 mgr.smithi159.sbyejd (mgr.14180) 1213 : 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-24T03:31:33.074 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:33.074 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:33 smithi162 bash[17902]: cluster 2024-01-24T03:31:32.406585+0000 mgr.smithi159.sbyejd (mgr.14180) 1214 : cluster [DBG] pgmap v807: 97 pgs: 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-24T03:31:33.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:33 smithi159 bash[14083]: cluster 2024-01-24T03:31:32.406585+0000 mgr.smithi159.sbyejd (mgr.14180) 1214 : cluster [DBG] pgmap v807: 97 pgs: 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-24T03:31:33.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:34.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:34 smithi159 bash[14083]: audit 2024-01-24T03:31:33.068125+0000 mgr.smithi159.sbyejd (mgr.14180) 1215 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:34.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:34 smithi162 bash[17902]: audit 2024-01-24T03:31:33.068125+0000 mgr.smithi159.sbyejd (mgr.14180) 1215 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:34.860 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:35.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:35 smithi159 bash[14083]: cluster 2024-01-24T03:31:34.407654+0000 mgr.smithi159.sbyejd (mgr.14180) 1216 : 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-24T03:31:35.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:35 smithi162 bash[17902]: cluster 2024-01-24T03:31:34.407654+0000 mgr.smithi159.sbyejd (mgr.14180) 1216 : 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-24T03:31:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:37 smithi162 bash[17902]: cluster 2024-01-24T03:31:36.409031+0000 mgr.smithi159.sbyejd (mgr.14180) 1217 : 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-24T03:31:37.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:37 smithi159 bash[14083]: cluster 2024-01-24T03:31:36.409031+0000 mgr.smithi159.sbyejd (mgr.14180) 1217 : 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-24T03:31:38.373 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:38.373 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:39.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:39.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:39 smithi159 bash[14083]: audit 2024-01-24T03:31:38.362385+0000 mgr.smithi159.sbyejd (mgr.14180) 1218 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:39.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:39 smithi159 bash[14083]: cluster 2024-01-24T03:31:38.410048+0000 mgr.smithi159.sbyejd (mgr.14180) 1219 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:39 smithi162 bash[17902]: audit 2024-01-24T03:31:38.362385+0000 mgr.smithi159.sbyejd (mgr.14180) 1218 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:39 smithi162 bash[17902]: cluster 2024-01-24T03:31:38.410048+0000 mgr.smithi159.sbyejd (mgr.14180) 1219 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:40.261 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:41.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:41 smithi159 bash[14083]: cluster 2024-01-24T03:31:40.411071+0000 mgr.smithi159.sbyejd (mgr.14180) 1220 : 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-24T03:31:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:41 smithi162 bash[17902]: cluster 2024-01-24T03:31:40.411071+0000 mgr.smithi159.sbyejd (mgr.14180) 1220 : 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-24T03:31:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:43 smithi162 bash[17902]: cluster 2024-01-24T03:31:42.412304+0000 mgr.smithi159.sbyejd (mgr.14180) 1221 : cluster [DBG] pgmap v812: 97 pgs: 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-24T03:31:43.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:43 smithi159 bash[14083]: cluster 2024-01-24T03:31:42.412304+0000 mgr.smithi159.sbyejd (mgr.14180) 1221 : cluster [DBG] pgmap v812: 97 pgs: 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-24T03:31:43.705 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:43.706 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:44.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:44 smithi162 bash[17902]: audit 2024-01-24T03:31:43.693765+0000 mgr.smithi159.sbyejd (mgr.14180) 1222 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:44.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:44 smithi159 bash[14083]: audit 2024-01-24T03:31:43.693765+0000 mgr.smithi159.sbyejd (mgr.14180) 1222 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:44.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:45.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:45 smithi162 bash[17902]: cluster 2024-01-24T03:31:44.413498+0000 mgr.smithi159.sbyejd (mgr.14180) 1223 : 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-24T03:31:45.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:45 smithi159 bash[14083]: cluster 2024-01-24T03:31:44.413498+0000 mgr.smithi159.sbyejd (mgr.14180) 1223 : 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-24T03:31:45.583 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:47.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:47 smithi162 bash[17902]: cluster 2024-01-24T03:31:46.414301+0000 mgr.smithi159.sbyejd (mgr.14180) 1224 : 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-24T03:31:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:47 smithi159 bash[14083]: cluster 2024-01-24T03:31:46.414301+0000 mgr.smithi159.sbyejd (mgr.14180) 1224 : 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-24T03:31:48.837 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:48.838 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:49.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:49 smithi162 bash[17902]: cluster 2024-01-24T03:31:48.414933+0000 mgr.smithi159.sbyejd (mgr.14180) 1225 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:49 smithi162 bash[17902]: audit 2024-01-24T03:31:48.827352+0000 mgr.smithi159.sbyejd (mgr.14180) 1226 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:49 smithi159 bash[14083]: cluster 2024-01-24T03:31:48.414933+0000 mgr.smithi159.sbyejd (mgr.14180) 1225 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:49.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:49 smithi159 bash[14083]: audit 2024-01-24T03:31:48.827352+0000 mgr.smithi159.sbyejd (mgr.14180) 1226 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:50.621 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:51.752 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:51 smithi159 bash[14083]: cluster 2024-01-24T03:31:50.415677+0000 mgr.smithi159.sbyejd (mgr.14180) 1227 : 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-24T03:31:51.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:51 smithi162 bash[17902]: cluster 2024-01-24T03:31:50.415677+0000 mgr.smithi159.sbyejd (mgr.14180) 1227 : 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-24T03:31:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:53 smithi162 bash[17902]: cluster 2024-01-24T03:31:52.416898+0000 mgr.smithi159.sbyejd (mgr.14180) 1228 : cluster [DBG] pgmap v817: 97 pgs: 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-24T03:31:53.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:53 smithi159 bash[14083]: cluster 2024-01-24T03:31:52.416898+0000 mgr.smithi159.sbyejd (mgr.14180) 1228 : cluster [DBG] pgmap v817: 97 pgs: 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-24T03:31:53.943 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:53.943 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:54.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:31:55.791 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:31:55.804 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:55 smithi159 bash[14083]: audit 2024-01-24T03:31:53.937212+0000 mgr.smithi159.sbyejd (mgr.14180) 1229 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:55.804 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:55 smithi159 bash[14083]: cluster 2024-01-24T03:31:54.418029+0000 mgr.smithi159.sbyejd (mgr.14180) 1230 : 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-24T03:31:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:55 smithi162 bash[17902]: audit 2024-01-24T03:31:53.937212+0000 mgr.smithi159.sbyejd (mgr.14180) 1229 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:31:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:55 smithi162 bash[17902]: cluster 2024-01-24T03:31:54.418029+0000 mgr.smithi159.sbyejd (mgr.14180) 1230 : 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-24T03:31:57.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:57 smithi159 bash[14083]: cluster 2024-01-24T03:31:56.419392+0000 mgr.smithi159.sbyejd (mgr.14180) 1231 : 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-24T03:31:57.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:57 smithi162 bash[17902]: cluster 2024-01-24T03:31:56.419392+0000 mgr.smithi159.sbyejd (mgr.14180) 1231 : 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-24T03:31:59.240 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:31:59.240 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:31:59.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:31:59 smithi159 bash[14083]: cluster 2024-01-24T03:31:58.420086+0000 mgr.smithi159.sbyejd (mgr.14180) 1232 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:31:59.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:31:59 smithi162 bash[17902]: cluster 2024-01-24T03:31:58.420086+0000 mgr.smithi159.sbyejd (mgr.14180) 1232 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:00.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:00 smithi162 bash[17902]: audit 2024-01-24T03:31:59.229629+0000 mgr.smithi159.sbyejd (mgr.14180) 1233 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:00 smithi159 bash[14083]: audit 2024-01-24T03:31:59.229629+0000 mgr.smithi159.sbyejd (mgr.14180) 1233 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:01.064 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:01.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:01 smithi162 bash[17902]: cluster 2024-01-24T03:32:00.421230+0000 mgr.smithi159.sbyejd (mgr.14180) 1234 : 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-24T03:32:01.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:01 smithi159 bash[14083]: cluster 2024-01-24T03:32:00.421230+0000 mgr.smithi159.sbyejd (mgr.14180) 1234 : 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-24T03:32:03.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:03 smithi162 bash[17902]: cluster 2024-01-24T03:32:02.422466+0000 mgr.smithi159.sbyejd (mgr.14180) 1235 : cluster [DBG] pgmap v822: 97 pgs: 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-24T03:32:03.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:03 smithi159 bash[14083]: cluster 2024-01-24T03:32:02.422466+0000 mgr.smithi159.sbyejd (mgr.14180) 1235 : cluster [DBG] pgmap v822: 97 pgs: 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-24T03:32:04.292 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:04.292 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:05.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:05 smithi162 bash[17902]: audit 2024-01-24T03:32:04.281965+0000 mgr.smithi159.sbyejd (mgr.14180) 1236 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:05 smithi162 bash[17902]: cluster 2024-01-24T03:32:04.423667+0000 mgr.smithi159.sbyejd (mgr.14180) 1237 : 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-24T03:32:05.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:05 smithi159 bash[14083]: audit 2024-01-24T03:32:04.281965+0000 mgr.smithi159.sbyejd (mgr.14180) 1236 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:05.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:05 smithi159 bash[14083]: cluster 2024-01-24T03:32:04.423667+0000 mgr.smithi159.sbyejd (mgr.14180) 1237 : 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-24T03:32:06.087 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:07.607 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:07 smithi159 bash[14083]: cluster 2024-01-24T03:32:06.425054+0000 mgr.smithi159.sbyejd (mgr.14180) 1238 : 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-24T03:32:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:07 smithi162 bash[17902]: cluster 2024-01-24T03:32:06.425054+0000 mgr.smithi159.sbyejd (mgr.14180) 1238 : 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-24T03:32:08.842 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:08 smithi159 bash[14083]: audit 2024-01-24T03:32:08.398331+0000 mon.smithi159 (mon.0) 975 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:32:08.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:08 smithi162 bash[17902]: audit 2024-01-24T03:32:08.398331+0000 mon.smithi159 (mon.0) 975 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:32:09.269 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:09.269 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:30:00.236001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqnpje on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: cluster 2024-01-24T03:32:08.425969+0000 mgr.smithi159.sbyejd (mgr.14180) 1239 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: audit 2024-01-24T03:32:08.705293+0000 mon.smithi159 (mon.0) 976 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:32:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: audit 2024-01-24T03:32:08.706162+0000 mon.smithi159 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:32:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: audit 2024-01-24T03:32:08.715076+0000 mon.smithi159 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:32:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: cluster 2024-01-24T03:32:08.715864+0000 mgr.smithi159.sbyejd (mgr.14180) 1240 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:32:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: audit 2024-01-24T03:32:08.720524+0000 mon.smithi159 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:32:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: audit 2024-01-24T03:32:08.735062+0000 mon.smithi159 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:32:09.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:09 smithi159 bash[14083]: cephadm 2024-01-24T03:32:08.737970+0000 mgr.smithi159.sbyejd (mgr.14180) 1241 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.xypkoj on smithi162 2024-01-24T03:32:09.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: cluster 2024-01-24T03:32:08.425969+0000 mgr.smithi159.sbyejd (mgr.14180) 1239 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: audit 2024-01-24T03:32:08.705293+0000 mon.smithi159 (mon.0) 976 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: audit 2024-01-24T03:32:08.706162+0000 mon.smithi159 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: audit 2024-01-24T03:32:08.715076+0000 mon.smithi159 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: cluster 2024-01-24T03:32:08.715864+0000 mgr.smithi159.sbyejd (mgr.14180) 1240 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: audit 2024-01-24T03:32:08.720524+0000 mon.smithi159 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: audit 2024-01-24T03:32:08.735062+0000 mon.smithi159 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:32:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:09 smithi162 bash[17902]: cephadm 2024-01-24T03:32:08.737970+0000 mgr.smithi159.sbyejd (mgr.14180) 1241 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.xypkoj on smithi162 2024-01-24T03:32:10.072 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:10 smithi162 bash[17902]: audit 2024-01-24T03:32:09.257956+0000 mgr.smithi159.sbyejd (mgr.14180) 1242 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:10 smithi162 bash[17902]: cluster 2024-01-24T03:32:09.711633+0000 mon.smithi159 (mon.0) 981 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:32:10.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:10 smithi162 bash[17902]: cluster 2024-01-24T03:32:09.711699+0000 mon.smithi159 (mon.0) 982 : cluster [INF] Cluster is now healthy 2024-01-24T03:32:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:10 smithi159 bash[14083]: audit 2024-01-24T03:32:09.257956+0000 mgr.smithi159.sbyejd (mgr.14180) 1242 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:10 smithi159 bash[14083]: cluster 2024-01-24T03:32:09.711633+0000 mon.smithi159 (mon.0) 981 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:32:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:10 smithi159 bash[14083]: cluster 2024-01-24T03:32:09.711699+0000 mon.smithi159 (mon.0) 982 : cluster [INF] Cluster is now healthy 2024-01-24T03:32:11.074 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:11 smithi159 bash[14083]: cluster 2024-01-24T03:32:10.716912+0000 mgr.smithi159.sbyejd (mgr.14180) 1243 : cluster [DBG] pgmap v827: 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-24T03:32:11.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:11 smithi162 bash[17902]: cluster 2024-01-24T03:32:10.716912+0000 mgr.smithi159.sbyejd (mgr.14180) 1243 : cluster [DBG] pgmap v827: 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-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: cephadm 2024-01-24T03:32:12.578042+0000 mgr.smithi159.sbyejd (mgr.14180) 1244 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xypkoj ... 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:13.375 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xypkoj ... 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: cephadm 2024-01-24T03:32:12.578525+0000 mgr.smithi159.sbyejd (mgr.14180) 1245 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: audit 2024-01-24T03:32:12.579098+0000 mon.smithi159 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.xypkoj"}]: dispatch 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: cephadm 2024-01-24T03:32:12.580552+0000 mgr.smithi159.sbyejd (mgr.14180) 1246 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.376 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.xypkoj ... 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: cephadm 2024-01-24T03:32:12.582818+0000 mgr.smithi159.sbyejd (mgr.14180) 1247 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.lutrbl on smithi159 2024-01-24T03:32:13.377 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:13 smithi162 bash[17902]: cluster 2024-01-24T03:32:12.717668+0000 mgr.smithi159.sbyejd (mgr.14180) 1248 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: cephadm 2024-01-24T03:32:12.578042+0000 mgr.smithi159.sbyejd (mgr.14180) 1244 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xypkoj ... 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:13.433 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xypkoj ... 2024-01-24T03:32:13.434 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:13.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:13.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:13.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: cephadm 2024-01-24T03:32:12.578525+0000 mgr.smithi159.sbyejd (mgr.14180) 1245 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.435 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: audit 2024-01-24T03:32:12.579098+0000 mon.smithi159 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.xypkoj"}]: dispatch 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: cephadm 2024-01-24T03:32:12.580552+0000 mgr.smithi159.sbyejd (mgr.14180) 1246 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj 2024-01-24T03:32:13.436 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.xypkoj ... 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: cephadm 2024-01-24T03:32:12.582818+0000 mgr.smithi159.sbyejd (mgr.14180) 1247 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.lutrbl on smithi159 2024-01-24T03:32:13.437 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:13 smithi159 bash[14083]: cluster 2024-01-24T03:32:12.717668+0000 mgr.smithi159.sbyejd (mgr.14180) 1248 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-24T03:32:14.487 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:14.488 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:04.454632Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ocilvj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ocilvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ocilvj\nDeploy daemon haproxy.nfs.foo.smithi162.ocilvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.387011Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mkdaco on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mkdaco\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mkdaco\nDeploy daemon haproxy.nfs.foo.smithi159.mkdaco ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:31:08.391796Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.yoydvq on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:15.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:16.035 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:15 smithi159 bash[14083]: audit 2024-01-24T03:32:14.479068+0000 mgr.smithi159.sbyejd (mgr.14180) 1249 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:16.035 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:15 smithi159 bash[14083]: cluster 2024-01-24T03:32:14.718534+0000 mgr.smithi159.sbyejd (mgr.14180) 1250 : cluster [DBG] pgmap v829: 97 pgs: 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-24T03:32:16.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:15 smithi162 bash[17902]: audit 2024-01-24T03:32:14.479068+0000 mgr.smithi159.sbyejd (mgr.14180) 1249 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:16.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:15 smithi162 bash[17902]: cluster 2024-01-24T03:32:14.718534+0000 mgr.smithi159.sbyejd (mgr.14180) 1250 : cluster [DBG] pgmap v829: 97 pgs: 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-24T03:32:16.324 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:16 smithi162 bash[17902]: audit 2024-01-24T03:32:16.452833+0000 mon.smithi159 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.lutrbl"}]: dispatch 2024-01-24T03:32:17.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:16 smithi159 bash[14083]: audit 2024-01-24T03:32:16.452833+0000 mon.smithi159 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.lutrbl"}]: dispatch 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cephadm 2024-01-24T03:32:16.451680+0000 mgr.smithi159.sbyejd (mgr.14180) 1251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.lutrbl ... 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.lutrbl ... 2024-01-24T03:32:17.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cephadm 2024-01-24T03:32:16.452198+0000 mgr.smithi159.sbyejd (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cephadm 2024-01-24T03:32:16.454198+0000 mgr.smithi159.sbyejd (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.lutrbl ... 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:17.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:17.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:17.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:17.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cephadm 2024-01-24T03:32:16.457182+0000 mgr.smithi159.sbyejd (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:32:17.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cephadm 2024-01-24T03:32:16.459813+0000 mgr.smithi159.sbyejd (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:32:17.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cluster 2024-01-24T03:32:16.461082+0000 mgr.smithi159.sbyejd (mgr.14180) 1256 : cluster [DBG] pgmap v830: 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-24T03:32:17.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:17 smithi159 bash[14083]: cluster 2024-01-24T03:32:16.775777+0000 mon.smithi159 (mon.0) 985 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:32:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cephadm 2024-01-24T03:32:16.451680+0000 mgr.smithi159.sbyejd (mgr.14180) 1251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:18.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.lutrbl ... 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:18.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.lutrbl ... 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cephadm 2024-01-24T03:32:16.452198+0000 mgr.smithi159.sbyejd (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cephadm 2024-01-24T03:32:16.454198+0000 mgr.smithi159.sbyejd (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:18.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.lutrbl ... 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:32:18.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:32:18.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cephadm 2024-01-24T03:32:16.457182+0000 mgr.smithi159.sbyejd (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:32:18.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cephadm 2024-01-24T03:32:16.459813+0000 mgr.smithi159.sbyejd (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:32:18.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cluster 2024-01-24T03:32:16.461082+0000 mgr.smithi159.sbyejd (mgr.14180) 1256 : cluster [DBG] pgmap v830: 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-24T03:32:18.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:17 smithi162 bash[17902]: cluster 2024-01-24T03:32:16.775777+0000 mon.smithi159 (mon.0) 985 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:32:19.846 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:19.846 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:20.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:19 smithi159 bash[14083]: cluster 2024-01-24T03:32:18.462023+0000 mgr.smithi159.sbyejd (mgr.14180) 1257 : cluster [DBG] pgmap v831: 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-24T03:32:20.106 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:19 smithi159 bash[14083]: audit 2024-01-24T03:32:18.687636+0000 mon.smithi159 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:32:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:19 smithi162 bash[17902]: cluster 2024-01-24T03:32:18.462023+0000 mgr.smithi159.sbyejd (mgr.14180) 1257 : cluster [DBG] pgmap v831: 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-24T03:32:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:19 smithi162 bash[17902]: audit 2024-01-24T03:32:18.687636+0000 mon.smithi159 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:32:20.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:20.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:20 smithi159 bash[14083]: audit 2024-01-24T03:32:19.833935+0000 mgr.smithi159.sbyejd (mgr.14180) 1258 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:21.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:20 smithi162 bash[17902]: audit 2024-01-24T03:32:19.833935+0000 mgr.smithi159.sbyejd (mgr.14180) 1258 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:21.672 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:22.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:21 smithi162 bash[17902]: cluster 2024-01-24T03:32:20.463220+0000 mgr.smithi159.sbyejd (mgr.14180) 1259 : cluster [DBG] pgmap v832: 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-24T03:32:22.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:21 smithi159 bash[14083]: cluster 2024-01-24T03:32:20.463220+0000 mgr.smithi159.sbyejd (mgr.14180) 1259 : cluster [DBG] pgmap v832: 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-24T03:32:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:23 smithi162 bash[17902]: cluster 2024-01-24T03:32:22.464361+0000 mgr.smithi159.sbyejd (mgr.14180) 1260 : cluster [DBG] pgmap v833: 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-24T03:32:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:23 smithi159 bash[14083]: cluster 2024-01-24T03:32:22.464361+0000 mgr.smithi159.sbyejd (mgr.14180) 1260 : cluster [DBG] pgmap v833: 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-24T03:32:25.081 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:25.081 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:25.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:25 smithi159 bash[14083]: cluster 2024-01-24T03:32:24.465160+0000 mgr.smithi159.sbyejd (mgr.14180) 1261 : cluster [DBG] pgmap v834: 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-24T03:32:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:25 smithi162 bash[17902]: cluster 2024-01-24T03:32:24.465160+0000 mgr.smithi159.sbyejd (mgr.14180) 1261 : cluster [DBG] pgmap v834: 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-24T03:32:25.875 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:26 smithi162 bash[17902]: audit 2024-01-24T03:32:25.069836+0000 mgr.smithi159.sbyejd (mgr.14180) 1262 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:26.876 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:26.888 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:26 smithi159 bash[14083]: audit 2024-01-24T03:32:25.069836+0000 mgr.smithi159.sbyejd (mgr.14180) 1262 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:27.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:27 smithi162 bash[17902]: cluster 2024-01-24T03:32:26.466568+0000 mgr.smithi159.sbyejd (mgr.14180) 1263 : cluster [DBG] pgmap v835: 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-24T03:32:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:27 smithi159 bash[14083]: cluster 2024-01-24T03:32:26.466568+0000 mgr.smithi159.sbyejd (mgr.14180) 1263 : cluster [DBG] pgmap v835: 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-24T03:32:29.841 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:29 smithi159 bash[14083]: cluster 2024-01-24T03:32:28.467323+0000 mgr.smithi159.sbyejd (mgr.14180) 1264 : 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-24T03:32:29.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:29 smithi162 bash[17902]: cluster 2024-01-24T03:32:28.467323+0000 mgr.smithi159.sbyejd (mgr.14180) 1264 : 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-24T03:32:30.245 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:30.245 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:31.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:31.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:31 smithi162 bash[17902]: audit 2024-01-24T03:32:30.234129+0000 mgr.smithi159.sbyejd (mgr.14180) 1265 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:31.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:31 smithi162 bash[17902]: cluster 2024-01-24T03:32:30.468490+0000 mgr.smithi159.sbyejd (mgr.14180) 1266 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:31 smithi159 bash[14083]: audit 2024-01-24T03:32:30.234129+0000 mgr.smithi159.sbyejd (mgr.14180) 1265 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:31 smithi159 bash[14083]: cluster 2024-01-24T03:32:30.468490+0000 mgr.smithi159.sbyejd (mgr.14180) 1266 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:32.112 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:33 smithi162 bash[17902]: cluster 2024-01-24T03:32:32.469183+0000 mgr.smithi159.sbyejd (mgr.14180) 1267 : cluster [DBG] pgmap v838: 97 pgs: 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-24T03:32:33.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:33 smithi159 bash[14083]: cluster 2024-01-24T03:32:32.469183+0000 mgr.smithi159.sbyejd (mgr.14180) 1267 : cluster [DBG] pgmap v838: 97 pgs: 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-24T03:32:35.393 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:35.393 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:35 smithi162 bash[17902]: cluster 2024-01-24T03:32:34.470210+0000 mgr.smithi159.sbyejd (mgr.14180) 1268 : 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-24T03:32:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:35 smithi159 bash[14083]: cluster 2024-01-24T03:32:34.470210+0000 mgr.smithi159.sbyejd (mgr.14180) 1268 : 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-24T03:32:36.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:36.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:36 smithi162 bash[17902]: audit 2024-01-24T03:32:35.381624+0000 mgr.smithi159.sbyejd (mgr.14180) 1269 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:36.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:36 smithi159 bash[14083]: audit 2024-01-24T03:32:35.381624+0000 mgr.smithi159.sbyejd (mgr.14180) 1269 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:37.235 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:37 smithi162 bash[17902]: cluster 2024-01-24T03:32:36.471558+0000 mgr.smithi159.sbyejd (mgr.14180) 1270 : 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-24T03:32:37.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:37 smithi159 bash[14083]: cluster 2024-01-24T03:32:36.471558+0000 mgr.smithi159.sbyejd (mgr.14180) 1270 : 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-24T03:32:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:39 smithi162 bash[17902]: cluster 2024-01-24T03:32:38.472563+0000 mgr.smithi159.sbyejd (mgr.14180) 1271 : 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-24T03:32:39.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:39 smithi159 bash[14083]: cluster 2024-01-24T03:32:38.472563+0000 mgr.smithi159.sbyejd (mgr.14180) 1271 : 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-24T03:32:40.952 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:40.952 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:41.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:41 smithi162 bash[17902]: cluster 2024-01-24T03:32:40.473454+0000 mgr.smithi159.sbyejd (mgr.14180) 1272 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:41 smithi159 bash[14083]: cluster 2024-01-24T03:32:40.473454+0000 mgr.smithi159.sbyejd (mgr.14180) 1272 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:42.779 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:42.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:42 smithi162 bash[17902]: audit 2024-01-24T03:32:40.941555+0000 mgr.smithi159.sbyejd (mgr.14180) 1273 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:42.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:42 smithi159 bash[14083]: audit 2024-01-24T03:32:40.941555+0000 mgr.smithi159.sbyejd (mgr.14180) 1273 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:43.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:43 smithi162 bash[17902]: cluster 2024-01-24T03:32:42.474586+0000 mgr.smithi159.sbyejd (mgr.14180) 1274 : cluster [DBG] pgmap v843: 97 pgs: 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-24T03:32:43.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:43 smithi159 bash[14083]: cluster 2024-01-24T03:32:42.474586+0000 mgr.smithi159.sbyejd (mgr.14180) 1274 : cluster [DBG] pgmap v843: 97 pgs: 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-24T03:32:45.863 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:45 smithi159 bash[14083]: cluster 2024-01-24T03:32:44.475754+0000 mgr.smithi159.sbyejd (mgr.14180) 1275 : 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-24T03:32:45.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:45 smithi162 bash[17902]: cluster 2024-01-24T03:32:44.475754+0000 mgr.smithi159.sbyejd (mgr.14180) 1275 : 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-24T03:32:46.272 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:46.273 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:47.186 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:47.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:47 smithi162 bash[17902]: audit 2024-01-24T03:32:46.259762+0000 mgr.smithi159.sbyejd (mgr.14180) 1276 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:47.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:47 smithi162 bash[17902]: cluster 2024-01-24T03:32:46.477493+0000 mgr.smithi159.sbyejd (mgr.14180) 1277 : 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-24T03:32:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:47 smithi159 bash[14083]: audit 2024-01-24T03:32:46.259762+0000 mgr.smithi159.sbyejd (mgr.14180) 1276 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:47.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:47 smithi159 bash[14083]: cluster 2024-01-24T03:32:46.477493+0000 mgr.smithi159.sbyejd (mgr.14180) 1277 : 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-24T03:32:48.187 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:49.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:49 smithi162 bash[17902]: cluster 2024-01-24T03:32:48.478626+0000 mgr.smithi159.sbyejd (mgr.14180) 1278 : 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-24T03:32:49.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:49 smithi159 bash[14083]: cluster 2024-01-24T03:32:48.478626+0000 mgr.smithi159.sbyejd (mgr.14180) 1278 : 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-24T03:32:51.515 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:51.516 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:51.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:51 smithi162 bash[17902]: cluster 2024-01-24T03:32:50.479759+0000 mgr.smithi159.sbyejd (mgr.14180) 1279 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:51 smithi159 bash[14083]: cluster 2024-01-24T03:32:50.479759+0000 mgr.smithi159.sbyejd (mgr.14180) 1279 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:32:52.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:52.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:52 smithi162 bash[17902]: audit 2024-01-24T03:32:51.504502+0000 mgr.smithi159.sbyejd (mgr.14180) 1280 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:52 smithi159 bash[14083]: audit 2024-01-24T03:32:51.504502+0000 mgr.smithi159.sbyejd (mgr.14180) 1280 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:53.324 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:53.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:53 smithi159 bash[14083]: cluster 2024-01-24T03:32:52.481052+0000 mgr.smithi159.sbyejd (mgr.14180) 1281 : cluster [DBG] pgmap v848: 97 pgs: 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-24T03:32:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:53 smithi162 bash[17902]: cluster 2024-01-24T03:32:52.481052+0000 mgr.smithi159.sbyejd (mgr.14180) 1281 : cluster [DBG] pgmap v848: 97 pgs: 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-24T03:32:55.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:55 smithi159 bash[14083]: cluster 2024-01-24T03:32:54.482918+0000 mgr.smithi159.sbyejd (mgr.14180) 1282 : 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-24T03:32:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:55 smithi162 bash[17902]: cluster 2024-01-24T03:32:54.482918+0000 mgr.smithi159.sbyejd (mgr.14180) 1282 : 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-24T03:32:56.791 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:32:56.791 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:32:57.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:32:57.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:57 smithi162 bash[17902]: cluster 2024-01-24T03:32:56.483805+0000 mgr.smithi159.sbyejd (mgr.14180) 1283 : 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-24T03:32:57.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:57 smithi162 bash[17902]: audit 2024-01-24T03:32:56.780547+0000 mgr.smithi159.sbyejd (mgr.14180) 1284 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:57 smithi159 bash[14083]: cluster 2024-01-24T03:32:56.483805+0000 mgr.smithi159.sbyejd (mgr.14180) 1283 : 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-24T03:32:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:57 smithi159 bash[14083]: audit 2024-01-24T03:32:56.780547+0000 mgr.smithi159.sbyejd (mgr.14180) 1284 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:32:58.570 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:32:59.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:32:59 smithi162 bash[17902]: cluster 2024-01-24T03:32:58.484777+0000 mgr.smithi159.sbyejd (mgr.14180) 1285 : 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-24T03:32:59.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:32:59 smithi159 bash[14083]: cluster 2024-01-24T03:32:58.484777+0000 mgr.smithi159.sbyejd (mgr.14180) 1285 : 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-24T03:33:01.864 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:01.864 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:01.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:01 smithi162 bash[17902]: cluster 2024-01-24T03:33:00.485992+0000 mgr.smithi159.sbyejd (mgr.14180) 1286 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:01.921 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:01 smithi159 bash[14083]: cluster 2024-01-24T03:33:00.485992+0000 mgr.smithi159.sbyejd (mgr.14180) 1286 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:02.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:02 smithi162 bash[17902]: audit 2024-01-24T03:33:01.853948+0000 mgr.smithi159.sbyejd (mgr.14180) 1287 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:02.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:02 smithi159 bash[14083]: audit 2024-01-24T03:33:01.853948+0000 mgr.smithi159.sbyejd (mgr.14180) 1287 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:03.720 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:03.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:03 smithi162 bash[17902]: cluster 2024-01-24T03:33:02.486749+0000 mgr.smithi159.sbyejd (mgr.14180) 1288 : cluster [DBG] pgmap v853: 97 pgs: 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-24T03:33:03.928 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:03 smithi159 bash[14083]: cluster 2024-01-24T03:33:02.486749+0000 mgr.smithi159.sbyejd (mgr.14180) 1288 : cluster [DBG] pgmap v853: 97 pgs: 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-24T03:33:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:05 smithi162 bash[17902]: cluster 2024-01-24T03:33:04.487712+0000 mgr.smithi159.sbyejd (mgr.14180) 1289 : 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-24T03:33:05.913 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:05 smithi159 bash[14083]: cluster 2024-01-24T03:33:04.487712+0000 mgr.smithi159.sbyejd (mgr.14180) 1289 : 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-24T03:33:07.347 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:07.347 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:07.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:07 smithi159 bash[14083]: cluster 2024-01-24T03:33:06.489072+0000 mgr.smithi159.sbyejd (mgr.14180) 1290 : 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-24T03:33:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:07 smithi162 bash[17902]: cluster 2024-01-24T03:33:06.489072+0000 mgr.smithi159.sbyejd (mgr.14180) 1290 : 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-24T03:33:08.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:08.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:08 smithi159 bash[14083]: audit 2024-01-24T03:33:07.336659+0000 mgr.smithi159.sbyejd (mgr.14180) 1291 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:09.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:08 smithi162 bash[17902]: audit 2024-01-24T03:33:07.336659+0000 mgr.smithi159.sbyejd (mgr.14180) 1291 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:09.194 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:09.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:09 smithi159 bash[14083]: cluster 2024-01-24T03:33:08.490152+0000 mgr.smithi159.sbyejd (mgr.14180) 1292 : 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-24T03:33:10.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:09 smithi162 bash[17902]: cluster 2024-01-24T03:33:08.490152+0000 mgr.smithi159.sbyejd (mgr.14180) 1292 : 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-24T03:33:11.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:11 smithi159 bash[14083]: cluster 2024-01-24T03:33:10.490880+0000 mgr.smithi159.sbyejd (mgr.14180) 1293 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:12.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:11 smithi162 bash[17902]: cluster 2024-01-24T03:33:10.490880+0000 mgr.smithi159.sbyejd (mgr.14180) 1293 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:12.604 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:12.604 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:13 smithi159 bash[14083]: cluster 2024-01-24T03:33:12.491616+0000 mgr.smithi159.sbyejd (mgr.14180) 1294 : cluster [DBG] pgmap v858: 97 pgs: 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-24T03:33:13.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:13 smithi159 bash[14083]: audit 2024-01-24T03:33:12.594711+0000 mgr.smithi159.sbyejd (mgr.14180) 1295 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:13 smithi162 bash[17902]: cluster 2024-01-24T03:33:12.491616+0000 mgr.smithi159.sbyejd (mgr.14180) 1294 : cluster [DBG] pgmap v858: 97 pgs: 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-24T03:33:13.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:13 smithi162 bash[17902]: audit 2024-01-24T03:33:12.594711+0000 mgr.smithi159.sbyejd (mgr.14180) 1295 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:13.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:14.453 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:15.812 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:15 smithi159 bash[14083]: cluster 2024-01-24T03:33:14.492426+0000 mgr.smithi159.sbyejd (mgr.14180) 1296 : 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-24T03:33:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:15 smithi162 bash[17902]: cluster 2024-01-24T03:33:14.492426+0000 mgr.smithi159.sbyejd (mgr.14180) 1296 : 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-24T03:33:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:16 smithi162 bash[17902]: audit 2024-01-24T03:33:16.464019+0000 mon.smithi159 (mon.0) 987 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:33:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:16 smithi159 bash[14083]: audit 2024-01-24T03:33:16.464019+0000 mon.smithi159 (mon.0) 987 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:33:17.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: cluster 2024-01-24T03:33:16.493685+0000 mgr.smithi159.sbyejd (mgr.14180) 1297 : 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-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: audit 2024-01-24T03:33:16.745754+0000 mon.smithi159 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: audit 2024-01-24T03:33:16.746622+0000 mon.smithi159 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: audit 2024-01-24T03:33:16.753860+0000 mon.smithi159 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: cluster 2024-01-24T03:33:16.754477+0000 mgr.smithi159.sbyejd (mgr.14180) 1298 : cluster [DBG] pgmap v861: 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-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: audit 2024-01-24T03:33:16.758740+0000 mon.smithi159 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: audit 2024-01-24T03:33:16.771196+0000 mon.smithi159 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:17.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:17 smithi162 bash[17902]: cephadm 2024-01-24T03:33:16.773735+0000 mgr.smithi159.sbyejd (mgr.14180) 1299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.pyzxjt on smithi162 2024-01-24T03:33:17.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: cluster 2024-01-24T03:33:16.493685+0000 mgr.smithi159.sbyejd (mgr.14180) 1297 : 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-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: audit 2024-01-24T03:33:16.745754+0000 mon.smithi159 (mon.0) 988 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: audit 2024-01-24T03:33:16.746622+0000 mon.smithi159 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: audit 2024-01-24T03:33:16.753860+0000 mon.smithi159 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: cluster 2024-01-24T03:33:16.754477+0000 mgr.smithi159.sbyejd (mgr.14180) 1298 : cluster [DBG] pgmap v861: 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-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: audit 2024-01-24T03:33:16.758740+0000 mon.smithi159 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: audit 2024-01-24T03:33:16.771196+0000 mon.smithi159 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:17.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:17 smithi159 bash[14083]: cephadm 2024-01-24T03:33:16.773735+0000 mgr.smithi159.sbyejd (mgr.14180) 1299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.pyzxjt on smithi162 2024-01-24T03:33:18.086 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:18.086 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:31:08.394357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.adqrmm on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:18 smithi159 bash[14083]: cluster 2024-01-24T03:33:17.751601+0000 mon.smithi159 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:33:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:18 smithi159 bash[14083]: cluster 2024-01-24T03:33:17.751644+0000 mon.smithi159 (mon.0) 994 : cluster [INF] Cluster is now healthy 2024-01-24T03:33:18.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:18 smithi162 bash[17902]: cluster 2024-01-24T03:33:17.751601+0000 mon.smithi159 (mon.0) 993 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:33:18.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:18 smithi162 bash[17902]: cluster 2024-01-24T03:33:17.751644+0000 mon.smithi159 (mon.0) 994 : cluster [INF] Cluster is now healthy 2024-01-24T03:33:18.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:19.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:19 smithi162 bash[17902]: audit 2024-01-24T03:33:18.075485+0000 mgr.smithi159.sbyejd (mgr.14180) 1300 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:19.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:19 smithi162 bash[17902]: cluster 2024-01-24T03:33:18.755334+0000 mgr.smithi159.sbyejd (mgr.14180) 1301 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:33:19.921 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:19 smithi159 bash[14083]: audit 2024-01-24T03:33:18.075485+0000 mgr.smithi159.sbyejd (mgr.14180) 1300 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:19 smithi159 bash[14083]: cluster 2024-01-24T03:33:18.755334+0000 mgr.smithi159.sbyejd (mgr.14180) 1301 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:33:22.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:21 smithi162 bash[17902]: cluster 2024-01-24T03:33:20.756393+0000 mgr.smithi159.sbyejd (mgr.14180) 1302 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2024-01-24T03:33:22.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:21 smithi162 bash[17902]: audit 2024-01-24T03:33:21.031844+0000 mon.smithi159 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.pyzxjt"}]: dispatch 2024-01-24T03:33:22.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:21 smithi159 bash[14083]: cluster 2024-01-24T03:33:20.756393+0000 mgr.smithi159.sbyejd (mgr.14180) 1302 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 399 B/s rd, 0 op/s 2024-01-24T03:33:22.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:21 smithi159 bash[14083]: audit 2024-01-24T03:33:21.031844+0000 mon.smithi159 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.pyzxjt"}]: dispatch 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: cephadm 2024-01-24T03:33:21.030656+0000 mgr.smithi159.sbyejd (mgr.14180) 1303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.pyzxjt ... 2024-01-24T03:33:23.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.pyzxjt ... 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: cephadm 2024-01-24T03:33:21.031170+0000 mgr.smithi159.sbyejd (mgr.14180) 1304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: cephadm 2024-01-24T03:33:21.033413+0000 mgr.smithi159.sbyejd (mgr.14180) 1305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.pyzxjt ... 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:22 smithi162 bash[17902]: cephadm 2024-01-24T03:33:21.038112+0000 mgr.smithi159.sbyejd (mgr.14180) 1306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.xpjdkv on smithi159 2024-01-24T03:33:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: cephadm 2024-01-24T03:33:21.030656+0000 mgr.smithi159.sbyejd (mgr.14180) 1303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:23.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.pyzxjt ... 2024-01-24T03:33:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:23.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.pyzxjt ... 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: cephadm 2024-01-24T03:33:21.031170+0000 mgr.smithi159.sbyejd (mgr.14180) 1304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: cephadm 2024-01-24T03:33:21.033413+0000 mgr.smithi159.sbyejd (mgr.14180) 1305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.pyzxjt ... 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:23.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:22 smithi159 bash[14083]: cephadm 2024-01-24T03:33:21.038112+0000 mgr.smithi159.sbyejd (mgr.14180) 1306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.xpjdkv on smithi159 2024-01-24T03:33:23.413 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:23.413 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:12.580415Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.xypkoj on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-xypkoj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.xypkoj\nDeploy daemon haproxy.nfs.foo.smithi162.xypkoj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.454037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.lutrbl on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-lutrbl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.lutrbl\nDeploy daemon haproxy.nfs.foo.smithi159.lutrbl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:32:16.457028Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.zdvune on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:23 smithi162 bash[17902]: cluster 2024-01-24T03:33:22.757135+0000 mgr.smithi159.sbyejd (mgr.14180) 1307 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:33:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:23 smithi162 bash[17902]: audit 2024-01-24T03:33:23.506449+0000 mon.smithi159 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:23 smithi159 bash[14083]: cluster 2024-01-24T03:33:22.757135+0000 mgr.smithi159.sbyejd (mgr.14180) 1307 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-24T03:33:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:23 smithi159 bash[14083]: audit 2024-01-24T03:33:23.506449+0000 mon.smithi159 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:24.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:25.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:24 smithi159 bash[14083]: audit 2024-01-24T03:33:23.400946+0000 mgr.smithi159.sbyejd (mgr.14180) 1308 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:25.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:24 smithi162 bash[17902]: audit 2024-01-24T03:33:23.400946+0000 mgr.smithi159.sbyejd (mgr.14180) 1308 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:25.345 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:26.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cluster 2024-01-24T03:33:24.758010+0000 mgr.smithi159.sbyejd (mgr.14180) 1309 : cluster [DBG] pgmap v865: 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-24T03:33:26.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cephadm 2024-01-24T03:33:24.845420+0000 mgr.smithi159.sbyejd (mgr.14180) 1310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:26.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.xpjdkv ... 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:33:26.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.xpjdkv ... 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cephadm 2024-01-24T03:33:24.845945+0000 mgr.smithi159.sbyejd (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: audit 2024-01-24T03:33:24.846646+0000 mon.smithi159 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.xpjdkv"}]: dispatch 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cephadm 2024-01-24T03:33:24.848031+0000 mgr.smithi159.sbyejd (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.xpjdkv ... 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cephadm 2024-01-24T03:33:24.850060+0000 mgr.smithi159.sbyejd (mgr.14180) 1313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:33:26.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cephadm 2024-01-24T03:33:24.851599+0000 mgr.smithi159.sbyejd (mgr.14180) 1314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:33:26.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:25 smithi162 bash[17902]: cluster 2024-01-24T03:33:24.852545+0000 mgr.smithi159.sbyejd (mgr.14180) 1315 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-01-24T03:33:26.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cluster 2024-01-24T03:33:24.758010+0000 mgr.smithi159.sbyejd (mgr.14180) 1309 : cluster [DBG] pgmap v865: 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-24T03:33:26.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cephadm 2024-01-24T03:33:24.845420+0000 mgr.smithi159.sbyejd (mgr.14180) 1310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.xpjdkv ... 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:33:26.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.xpjdkv ... 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:26.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cephadm 2024-01-24T03:33:24.845945+0000 mgr.smithi159.sbyejd (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: audit 2024-01-24T03:33:24.846646+0000 mon.smithi159 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.xpjdkv"}]: dispatch 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cephadm 2024-01-24T03:33:24.848031+0000 mgr.smithi159.sbyejd (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.xpjdkv ... 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:33:26.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:33:26.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cephadm 2024-01-24T03:33:24.850060+0000 mgr.smithi159.sbyejd (mgr.14180) 1313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:33:26.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cephadm 2024-01-24T03:33:24.851599+0000 mgr.smithi159.sbyejd (mgr.14180) 1314 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:33:26.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:25 smithi159 bash[14083]: cluster 2024-01-24T03:33:24.852545+0000 mgr.smithi159.sbyejd (mgr.14180) 1315 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-01-24T03:33:27.095 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:26 smithi159 bash[14083]: cluster 2024-01-24T03:33:25.828927+0000 mon.smithi159 (mon.0) 998 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:33:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:26 smithi162 bash[17902]: cluster 2024-01-24T03:33:25.828927+0000 mon.smithi159 (mon.0) 998 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:33:28.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:27 smithi162 bash[17902]: cluster 2024-01-24T03:33:26.853735+0000 mgr.smithi159.sbyejd (mgr.14180) 1316 : cluster [DBG] pgmap v867: 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-24T03:33:28.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:27 smithi159 bash[14083]: cluster 2024-01-24T03:33:26.853735+0000 mgr.smithi159.sbyejd (mgr.14180) 1316 : cluster [DBG] pgmap v867: 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-24T03:33:29.077 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:29.078 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:29.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:29 smithi162 bash[17902]: audit 2024-01-24T03:33:28.735233+0000 mon.smithi159 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:29 smithi162 bash[17902]: cluster 2024-01-24T03:33:28.854466+0000 mgr.smithi159.sbyejd (mgr.14180) 1317 : cluster [DBG] pgmap v868: 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-24T03:33:30.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:29 smithi159 bash[14083]: audit 2024-01-24T03:33:28.735233+0000 mon.smithi159 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:30.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:29 smithi159 bash[14083]: cluster 2024-01-24T03:33:28.854466+0000 mgr.smithi159.sbyejd (mgr.14180) 1317 : cluster [DBG] pgmap v868: 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-24T03:33:30.933 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:30 smithi162 bash[17902]: audit 2024-01-24T03:33:29.071596+0000 mgr.smithi159.sbyejd (mgr.14180) 1318 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:31.138 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:30 smithi159 bash[14083]: audit 2024-01-24T03:33:29.071596+0000 mgr.smithi159.sbyejd (mgr.14180) 1318 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:32.078 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:31 smithi159 bash[14083]: cluster 2024-01-24T03:33:30.855726+0000 mgr.smithi159.sbyejd (mgr.14180) 1319 : cluster [DBG] pgmap v869: 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-24T03:33:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:31 smithi162 bash[17902]: cluster 2024-01-24T03:33:30.855726+0000 mgr.smithi159.sbyejd (mgr.14180) 1319 : cluster [DBG] pgmap v869: 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-24T03:33:33.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:33 smithi162 bash[17902]: cluster 2024-01-24T03:33:32.856776+0000 mgr.smithi159.sbyejd (mgr.14180) 1320 : cluster [DBG] pgmap v870: 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-24T03:33:33.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:33 smithi159 bash[14083]: cluster 2024-01-24T03:33:32.856776+0000 mgr.smithi159.sbyejd (mgr.14180) 1320 : cluster [DBG] pgmap v870: 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-24T03:33:34.368 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:34.368 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:35.202 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:34 smithi159 bash[14083]: audit 2024-01-24T03:33:34.354852+0000 mgr.smithi159.sbyejd (mgr.14180) 1321 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:35.202 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:34 smithi159 bash[14083]: cluster 2024-01-24T03:33:34.857693+0000 mgr.smithi159.sbyejd (mgr.14180) 1322 : cluster [DBG] pgmap v871: 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-24T03:33:35.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:35.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:34 smithi162 bash[17902]: audit 2024-01-24T03:33:34.354852+0000 mgr.smithi159.sbyejd (mgr.14180) 1321 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:35.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:34 smithi162 bash[17902]: cluster 2024-01-24T03:33:34.857693+0000 mgr.smithi159.sbyejd (mgr.14180) 1322 : cluster [DBG] pgmap v871: 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-24T03:33:36.204 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:37.337 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:36 smithi159 bash[14083]: cluster 2024-01-24T03:33:36.858918+0000 mgr.smithi159.sbyejd (mgr.14180) 1323 : 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-24T03:33:37.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:36 smithi162 bash[17902]: cluster 2024-01-24T03:33:36.858918+0000 mgr.smithi159.sbyejd (mgr.14180) 1323 : 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-24T03:33:39.661 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:39.662 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:39 smithi162 bash[17902]: audit 2024-01-24T03:33:38.505232+0000 mon.smithi159 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:39 smithi162 bash[17902]: cluster 2024-01-24T03:33:38.859510+0000 mgr.smithi159.sbyejd (mgr.14180) 1324 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:39.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:39 smithi159 bash[14083]: audit 2024-01-24T03:33:38.505232+0000 mon.smithi159 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:33:39.893 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:39 smithi159 bash[14083]: cluster 2024-01-24T03:33:38.859510+0000 mgr.smithi159.sbyejd (mgr.14180) 1324 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:40.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:40.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:40 smithi162 bash[17902]: audit 2024-01-24T03:33:39.651002+0000 mgr.smithi159.sbyejd (mgr.14180) 1325 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:40 smithi159 bash[14083]: audit 2024-01-24T03:33:39.651002+0000 mgr.smithi159.sbyejd (mgr.14180) 1325 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:41.462 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:41.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:41 smithi162 bash[17902]: cluster 2024-01-24T03:33:40.860719+0000 mgr.smithi159.sbyejd (mgr.14180) 1326 : cluster [DBG] pgmap v874: 97 pgs: 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-24T03:33:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:41 smithi159 bash[14083]: cluster 2024-01-24T03:33:40.860719+0000 mgr.smithi159.sbyejd (mgr.14180) 1326 : cluster [DBG] pgmap v874: 97 pgs: 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-24T03:33:43.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:43 smithi162 bash[17902]: cluster 2024-01-24T03:33:42.861822+0000 mgr.smithi159.sbyejd (mgr.14180) 1327 : 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-24T03:33:43.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:43 smithi159 bash[14083]: cluster 2024-01-24T03:33:42.861822+0000 mgr.smithi159.sbyejd (mgr.14180) 1327 : 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-24T03:33:44.924 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:44.924 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:45.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:44 smithi162 bash[17902]: cluster 2024-01-24T03:33:44.862567+0000 mgr.smithi159.sbyejd (mgr.14180) 1328 : 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-24T03:33:45.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:44 smithi159 bash[14083]: cluster 2024-01-24T03:33:44.862567+0000 mgr.smithi159.sbyejd (mgr.14180) 1328 : 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-24T03:33:45.736 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:46.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:45 smithi159 bash[14083]: audit 2024-01-24T03:33:44.912269+0000 mgr.smithi159.sbyejd (mgr.14180) 1329 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:46.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:45 smithi162 bash[17902]: audit 2024-01-24T03:33:44.912269+0000 mgr.smithi159.sbyejd (mgr.14180) 1329 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:46.738 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:47.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:46 smithi159 bash[14083]: cluster 2024-01-24T03:33:46.863810+0000 mgr.smithi159.sbyejd (mgr.14180) 1330 : 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-24T03:33:47.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:46 smithi162 bash[17902]: cluster 2024-01-24T03:33:46.863810+0000 mgr.smithi159.sbyejd (mgr.14180) 1330 : 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-24T03:33:49.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:48 smithi159 bash[14083]: cluster 2024-01-24T03:33:48.864645+0000 mgr.smithi159.sbyejd (mgr.14180) 1331 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:49.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:48 smithi162 bash[17902]: cluster 2024-01-24T03:33:48.864645+0000 mgr.smithi159.sbyejd (mgr.14180) 1331 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:50.167 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:50.167 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:50.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:51.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:50 smithi162 bash[17902]: audit 2024-01-24T03:33:50.157150+0000 mgr.smithi159.sbyejd (mgr.14180) 1332 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:51.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:50 smithi162 bash[17902]: cluster 2024-01-24T03:33:50.865979+0000 mgr.smithi159.sbyejd (mgr.14180) 1333 : cluster [DBG] pgmap v879: 97 pgs: 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-24T03:33:51.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:50 smithi159 bash[14083]: audit 2024-01-24T03:33:50.157150+0000 mgr.smithi159.sbyejd (mgr.14180) 1332 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:51.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:50 smithi159 bash[14083]: cluster 2024-01-24T03:33:50.865979+0000 mgr.smithi159.sbyejd (mgr.14180) 1333 : cluster [DBG] pgmap v879: 97 pgs: 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-24T03:33:51.968 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:53.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:53 smithi162 bash[17902]: cluster 2024-01-24T03:33:52.866766+0000 mgr.smithi159.sbyejd (mgr.14180) 1334 : 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-24T03:33:53.382 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:53 smithi159 bash[14083]: cluster 2024-01-24T03:33:52.866766+0000 mgr.smithi159.sbyejd (mgr.14180) 1334 : 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-24T03:33:55.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:54 smithi159 bash[14083]: cluster 2024-01-24T03:33:54.867787+0000 mgr.smithi159.sbyejd (mgr.14180) 1335 : 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-24T03:33:55.310 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:33:55.311 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:33:55.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:54 smithi162 bash[17902]: cluster 2024-01-24T03:33:54.867787+0000 mgr.smithi159.sbyejd (mgr.14180) 1335 : 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-24T03:33:56.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:33:56.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:55 smithi162 bash[17902]: audit 2024-01-24T03:33:55.300993+0000 mgr.smithi159.sbyejd (mgr.14180) 1336 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:56.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:55 smithi159 bash[14083]: audit 2024-01-24T03:33:55.300993+0000 mgr.smithi159.sbyejd (mgr.14180) 1336 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:33:57.148 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:33:57.344 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:56 smithi159 bash[14083]: cluster 2024-01-24T03:33:56.869040+0000 mgr.smithi159.sbyejd (mgr.14180) 1337 : 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-24T03:33:57.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:56 smithi162 bash[17902]: cluster 2024-01-24T03:33:56.869040+0000 mgr.smithi159.sbyejd (mgr.14180) 1337 : 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-24T03:33:59.248 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:33:58 smithi159 bash[14083]: cluster 2024-01-24T03:33:58.870157+0000 mgr.smithi159.sbyejd (mgr.14180) 1338 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:33:59.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:33:58 smithi162 bash[17902]: cluster 2024-01-24T03:33:58.870157+0000 mgr.smithi159.sbyejd (mgr.14180) 1338 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:00.747 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:00.748 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:00 smithi159 bash[14083]: audit 2024-01-24T03:34:00.735537+0000 mgr.smithi159.sbyejd (mgr.14180) 1339 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:01.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:00 smithi159 bash[14083]: cluster 2024-01-24T03:34:00.871554+0000 mgr.smithi159.sbyejd (mgr.14180) 1340 : cluster [DBG] pgmap v884: 97 pgs: 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-24T03:34:01.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:00 smithi162 bash[17902]: audit 2024-01-24T03:34:00.735537+0000 mgr.smithi159.sbyejd (mgr.14180) 1339 : audit [DBG] from='client.25237 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:01.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:00 smithi162 bash[17902]: cluster 2024-01-24T03:34:00.871554+0000 mgr.smithi159.sbyejd (mgr.14180) 1340 : cluster [DBG] pgmap v884: 97 pgs: 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-24T03:34:01.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:02.513 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:03.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:03 smithi162 bash[17902]: cluster 2024-01-24T03:34:02.872616+0000 mgr.smithi159.sbyejd (mgr.14180) 1341 : 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-24T03:34:03.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:03 smithi159 bash[14083]: cluster 2024-01-24T03:34:02.872616+0000 mgr.smithi159.sbyejd (mgr.14180) 1341 : 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-24T03:34:05.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:04 smithi162 bash[17902]: cluster 2024-01-24T03:34:04.873619+0000 mgr.smithi159.sbyejd (mgr.14180) 1342 : 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-24T03:34:05.410 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:04 smithi159 bash[14083]: cluster 2024-01-24T03:34:04.873619+0000 mgr.smithi159.sbyejd (mgr.14180) 1342 : 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-24T03:34:05.809 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:05.809 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:06.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:05 smithi159 bash[14083]: audit 2024-01-24T03:34:05.798278+0000 mgr.smithi159.sbyejd (mgr.14180) 1343 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:06.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:05 smithi162 bash[17902]: audit 2024-01-24T03:34:05.798278+0000 mgr.smithi159.sbyejd (mgr.14180) 1343 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:06.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:07.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:06 smithi162 bash[17902]: cluster 2024-01-24T03:34:06.874846+0000 mgr.smithi159.sbyejd (mgr.14180) 1344 : 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-24T03:34:07.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:06 smithi159 bash[14083]: cluster 2024-01-24T03:34:06.874846+0000 mgr.smithi159.sbyejd (mgr.14180) 1344 : 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-24T03:34:07.652 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:09.122 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:08 smithi159 bash[14083]: cluster 2024-01-24T03:34:08.876071+0000 mgr.smithi159.sbyejd (mgr.14180) 1345 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:09.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:08 smithi162 bash[17902]: cluster 2024-01-24T03:34:08.876071+0000 mgr.smithi159.sbyejd (mgr.14180) 1345 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:11.054 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:11.054 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:11.288 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:10 smithi159 bash[14083]: cluster 2024-01-24T03:34:10.876972+0000 mgr.smithi159.sbyejd (mgr.14180) 1346 : cluster [DBG] pgmap v889: 97 pgs: 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-24T03:34:11.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:10 smithi162 bash[17902]: cluster 2024-01-24T03:34:10.876972+0000 mgr.smithi159.sbyejd (mgr.14180) 1346 : cluster [DBG] pgmap v889: 97 pgs: 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-24T03:34:11.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:12.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:11 smithi159 bash[14083]: audit 2024-01-24T03:34:11.043456+0000 mgr.smithi159.sbyejd (mgr.14180) 1347 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:11 smithi162 bash[17902]: audit 2024-01-24T03:34:11.043456+0000 mgr.smithi159.sbyejd (mgr.14180) 1347 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:12.905 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:13 smithi159 bash[14083]: cluster 2024-01-24T03:34:12.877987+0000 mgr.smithi159.sbyejd (mgr.14180) 1348 : 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-24T03:34:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:13 smithi162 bash[17902]: cluster 2024-01-24T03:34:12.877987+0000 mgr.smithi159.sbyejd (mgr.14180) 1348 : 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-24T03:34:15.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:14 smithi162 bash[17902]: cluster 2024-01-24T03:34:14.879082+0000 mgr.smithi159.sbyejd (mgr.14180) 1349 : 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-24T03:34:15.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:14 smithi159 bash[14083]: cluster 2024-01-24T03:34:14.879082+0000 mgr.smithi159.sbyejd (mgr.14180) 1349 : 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-24T03:34:16.624 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:16.624 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:17.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:16 smithi159 bash[14083]: audit 2024-01-24T03:34:16.613059+0000 mgr.smithi159.sbyejd (mgr.14180) 1350 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:17.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:16 smithi159 bash[14083]: cluster 2024-01-24T03:34:16.880350+0000 mgr.smithi159.sbyejd (mgr.14180) 1351 : 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-24T03:34:17.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:16 smithi162 bash[17902]: audit 2024-01-24T03:34:16.613059+0000 mgr.smithi159.sbyejd (mgr.14180) 1350 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:17.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:16 smithi162 bash[17902]: cluster 2024-01-24T03:34:16.880350+0000 mgr.smithi159.sbyejd (mgr.14180) 1351 : 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-24T03:34:17.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:18.505 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:19.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:18 smithi162 bash[17902]: cluster 2024-01-24T03:34:18.881453+0000 mgr.smithi159.sbyejd (mgr.14180) 1352 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:19.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:18 smithi159 bash[14083]: cluster 2024-01-24T03:34:18.881453+0000 mgr.smithi159.sbyejd (mgr.14180) 1352 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:21.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:20 smithi162 bash[17902]: cluster 2024-01-24T03:34:20.882753+0000 mgr.smithi159.sbyejd (mgr.14180) 1353 : cluster [DBG] pgmap v894: 97 pgs: 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-24T03:34:21.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:20 smithi159 bash[14083]: cluster 2024-01-24T03:34:20.882753+0000 mgr.smithi159.sbyejd (mgr.14180) 1353 : cluster [DBG] pgmap v894: 97 pgs: 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-24T03:34:21.924 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:21.925 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:22.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:23 smithi159 bash[14083]: audit 2024-01-24T03:34:21.918813+0000 mgr.smithi159.sbyejd (mgr.14180) 1354 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:23 smithi159 bash[14083]: cluster 2024-01-24T03:34:22.883818+0000 mgr.smithi159.sbyejd (mgr.14180) 1355 : 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-24T03:34:23.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:23 smithi162 bash[17902]: audit 2024-01-24T03:34:21.918813+0000 mgr.smithi159.sbyejd (mgr.14180) 1354 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:23.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:23 smithi162 bash[17902]: cluster 2024-01-24T03:34:22.883818+0000 mgr.smithi159.sbyejd (mgr.14180) 1355 : 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-24T03:34:23.775 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:25.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:24 smithi159 bash[14083]: audit 2024-01-24T03:34:24.855893+0000 mon.smithi159 (mon.0) 1001 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:34:25.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:24 smithi159 bash[14083]: cluster 2024-01-24T03:34:24.884982+0000 mgr.smithi159.sbyejd (mgr.14180) 1356 : 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-24T03:34:25.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:24 smithi162 bash[17902]: audit 2024-01-24T03:34:24.855893+0000 mon.smithi159 (mon.0) 1001 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:34:25.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:24 smithi162 bash[17902]: cluster 2024-01-24T03:34:24.884982+0000 mgr.smithi159.sbyejd (mgr.14180) 1356 : 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-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: audit 2024-01-24T03:34:25.158800+0000 mon.smithi159 (mon.0) 1002 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: audit 2024-01-24T03:34:25.160330+0000 mon.smithi159 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: audit 2024-01-24T03:34:25.168192+0000 mon.smithi159 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: cluster 2024-01-24T03:34:25.168810+0000 mgr.smithi159.sbyejd (mgr.14180) 1357 : 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-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: audit 2024-01-24T03:34:25.174152+0000 mon.smithi159 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: audit 2024-01-24T03:34:25.183797+0000 mon.smithi159 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:34:26.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:25 smithi162 bash[17902]: cephadm 2024-01-24T03:34:25.187166+0000 mgr.smithi159.sbyejd (mgr.14180) 1358 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.dqbuec on smithi162 2024-01-24T03:34:26.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: audit 2024-01-24T03:34:25.158800+0000 mon.smithi159 (mon.0) 1002 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:34:26.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: audit 2024-01-24T03:34:25.160330+0000 mon.smithi159 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:34:26.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: audit 2024-01-24T03:34:25.168192+0000 mon.smithi159 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:34:26.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: cluster 2024-01-24T03:34:25.168810+0000 mgr.smithi159.sbyejd (mgr.14180) 1357 : 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-24T03:34:26.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: audit 2024-01-24T03:34:25.174152+0000 mon.smithi159 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:34:26.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: audit 2024-01-24T03:34:25.183797+0000 mon.smithi159 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:34:26.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:25 smithi159 bash[14083]: cephadm 2024-01-24T03:34:25.187166+0000 mgr.smithi159.sbyejd (mgr.14180) 1358 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.dqbuec on smithi162 2024-01-24T03:34:27.181 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:27.181 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:32:16.459665Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.nnpyjc on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:27.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:26 smithi159 bash[14083]: cluster 2024-01-24T03:34:26.165359+0000 mon.smithi159 (mon.0) 1007 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:34:27.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:26 smithi159 bash[14083]: cluster 2024-01-24T03:34:26.165425+0000 mon.smithi159 (mon.0) 1008 : cluster [INF] Cluster is now healthy 2024-01-24T03:34:27.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:26 smithi162 bash[17902]: cluster 2024-01-24T03:34:26.165359+0000 mon.smithi159 (mon.0) 1007 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:34:27.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:26 smithi162 bash[17902]: cluster 2024-01-24T03:34:26.165425+0000 mon.smithi159 (mon.0) 1008 : cluster [INF] Cluster is now healthy 2024-01-24T03:34:28.036 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:28.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:28 smithi159 bash[14083]: audit 2024-01-24T03:34:27.169454+0000 mgr.smithi159.sbyejd (mgr.14180) 1359 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:28.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:28 smithi159 bash[14083]: cluster 2024-01-24T03:34:27.170218+0000 mgr.smithi159.sbyejd (mgr.14180) 1360 : 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-24T03:34:28.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:28 smithi162 bash[17902]: audit 2024-01-24T03:34:27.169454+0000 mgr.smithi159.sbyejd (mgr.14180) 1359 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:28.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:28 smithi162 bash[17902]: cluster 2024-01-24T03:34:27.170218+0000 mgr.smithi159.sbyejd (mgr.14180) 1360 : 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-24T03:34:29.038 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: cluster 2024-01-24T03:34:29.171075+0000 mgr.smithi159.sbyejd (mgr.14180) 1361 : 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-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: cephadm 2024-01-24T03:34:29.329032+0000 mgr.smithi159.sbyejd (mgr.14180) 1362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.dqbuec ... 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:30.491 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.492 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.dqbuec ... 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: cephadm 2024-01-24T03:34:29.329561+0000 mgr.smithi159.sbyejd (mgr.14180) 1363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: audit 2024-01-24T03:34:29.330242+0000 mon.smithi159 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.dqbuec"}]: dispatch 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: cephadm 2024-01-24T03:34:29.331504+0000 mgr.smithi159.sbyejd (mgr.14180) 1364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:30.493 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.dqbuec ... 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.494 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:30 smithi159 bash[14083]: cephadm 2024-01-24T03:34:29.333781+0000 mgr.smithi159.sbyejd (mgr.14180) 1365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.hmtqoo on smithi159 2024-01-24T03:34:30.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: cluster 2024-01-24T03:34:29.171075+0000 mgr.smithi159.sbyejd (mgr.14180) 1361 : 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-24T03:34:30.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: cephadm 2024-01-24T03:34:29.329032+0000 mgr.smithi159.sbyejd (mgr.14180) 1362 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:30.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.dqbuec ... 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:34:30.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.dqbuec ... 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: cephadm 2024-01-24T03:34:29.329561+0000 mgr.smithi159.sbyejd (mgr.14180) 1363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: audit 2024-01-24T03:34:29.330242+0000 mon.smithi159 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.dqbuec"}]: dispatch 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: cephadm 2024-01-24T03:34:29.331504+0000 mgr.smithi159.sbyejd (mgr.14180) 1364 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.dqbuec ... 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:30.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:30 smithi162 bash[17902]: cephadm 2024-01-24T03:34:29.333781+0000 mgr.smithi159.sbyejd (mgr.14180) 1365 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.hmtqoo on smithi159 2024-01-24T03:34:32.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:32 smithi159 bash[14083]: cluster 2024-01-24T03:34:31.172248+0000 mgr.smithi159.sbyejd (mgr.14180) 1366 : 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-24T03:34:32.449 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:32.449 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:21.033182Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.pyzxjt on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-pyzxjt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.pyzxjt\nDeploy daemon haproxy.nfs.foo.smithi162.pyzxjt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.847892Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.xpjdkv on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-xpjdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.xpjdkv\nDeploy daemon haproxy.nfs.foo.smithi159.xpjdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:33:24.849963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.fsjdry on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:32.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:32 smithi162 bash[17902]: cluster 2024-01-24T03:34:31.172248+0000 mgr.smithi159.sbyejd (mgr.14180) 1366 : 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-24T03:34:33.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:33.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:33 smithi162 bash[17902]: audit 2024-01-24T03:34:32.439433+0000 mgr.smithi159.sbyejd (mgr.14180) 1367 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:33 smithi159 bash[14083]: audit 2024-01-24T03:34:32.439433+0000 mgr.smithi159.sbyejd (mgr.14180) 1367 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:34.274 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cluster 2024-01-24T03:34:33.173128+0000 mgr.smithi159.sbyejd (mgr.14180) 1368 : cluster [DBG] pgmap v901: 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-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cephadm 2024-01-24T03:34:33.373398+0000 mgr.smithi159.sbyejd (mgr.14180) 1369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.hmtqoo ... 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.hmtqoo ... 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:34.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cephadm 2024-01-24T03:34:33.373872+0000 mgr.smithi159.sbyejd (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: audit 2024-01-24T03:34:33.374491+0000 mon.smithi159 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.hmtqoo"}]: dispatch 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cephadm 2024-01-24T03:34:33.376057+0000 mgr.smithi159.sbyejd (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.hmtqoo ... 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cephadm 2024-01-24T03:34:33.379565+0000 mgr.smithi159.sbyejd (mgr.14180) 1372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:34:34.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cephadm 2024-01-24T03:34:33.382817+0000 mgr.smithi159.sbyejd (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:34:34.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: cluster 2024-01-24T03:34:33.384289+0000 mgr.smithi159.sbyejd (mgr.14180) 1374 : cluster [DBG] pgmap v902: 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-24T03:34:34.628 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:34 smithi162 bash[17902]: audit 2024-01-24T03:34:33.781956+0000 mon.smithi159 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cluster 2024-01-24T03:34:33.173128+0000 mgr.smithi159.sbyejd (mgr.14180) 1368 : cluster [DBG] pgmap v901: 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-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cephadm 2024-01-24T03:34:33.373398+0000 mgr.smithi159.sbyejd (mgr.14180) 1369 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.hmtqoo ... 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.hmtqoo ... 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cephadm 2024-01-24T03:34:33.373872+0000 mgr.smithi159.sbyejd (mgr.14180) 1370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: audit 2024-01-24T03:34:33.374491+0000 mon.smithi159 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.hmtqoo"}]: dispatch 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cephadm 2024-01-24T03:34:33.376057+0000 mgr.smithi159.sbyejd (mgr.14180) 1371 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.hmtqoo ... 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:34:34.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:34:34.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cephadm 2024-01-24T03:34:33.379565+0000 mgr.smithi159.sbyejd (mgr.14180) 1372 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:34:34.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cephadm 2024-01-24T03:34:33.382817+0000 mgr.smithi159.sbyejd (mgr.14180) 1373 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:34:34.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: cluster 2024-01-24T03:34:33.384289+0000 mgr.smithi159.sbyejd (mgr.14180) 1374 : cluster [DBG] pgmap v902: 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-24T03:34:34.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:34 smithi159 bash[14083]: audit 2024-01-24T03:34:33.781956+0000 mon.smithi159 (mon.0) 1011 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:34:35.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:35 smithi159 bash[14083]: cluster 2024-01-24T03:34:34.247080+0000 mon.smithi159 (mon.0) 1012 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:34:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:35 smithi162 bash[17902]: cluster 2024-01-24T03:34:34.247080+0000 mon.smithi159 (mon.0) 1012 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:34:36.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:36 smithi162 bash[17902]: cluster 2024-01-24T03:34:35.385429+0000 mgr.smithi159.sbyejd (mgr.14180) 1375 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:36.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:36 smithi159 bash[14083]: cluster 2024-01-24T03:34:35.385429+0000 mgr.smithi159.sbyejd (mgr.14180) 1375 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:37.813 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:37.813 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:38 smithi159 bash[14083]: cluster 2024-01-24T03:34:37.386228+0000 mgr.smithi159.sbyejd (mgr.14180) 1376 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:38 smithi159 bash[14083]: audit 2024-01-24T03:34:37.800907+0000 mgr.smithi159.sbyejd (mgr.14180) 1377 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:38 smithi162 bash[17902]: cluster 2024-01-24T03:34:37.386228+0000 mgr.smithi159.sbyejd (mgr.14180) 1376 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:38.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:38 smithi162 bash[17902]: audit 2024-01-24T03:34:37.800907+0000 mgr.smithi159.sbyejd (mgr.14180) 1377 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:38.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:39.644 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:40.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:40 smithi159 bash[14083]: cluster 2024-01-24T03:34:39.387333+0000 mgr.smithi159.sbyejd (mgr.14180) 1378 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:40.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:40 smithi162 bash[17902]: cluster 2024-01-24T03:34:39.387333+0000 mgr.smithi159.sbyejd (mgr.14180) 1378 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:42.729 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:42 smithi159 bash[14083]: cluster 2024-01-24T03:34:41.388704+0000 mgr.smithi159.sbyejd (mgr.14180) 1379 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:42.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:42 smithi162 bash[17902]: cluster 2024-01-24T03:34:41.388704+0000 mgr.smithi159.sbyejd (mgr.14180) 1379 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-24T03:34:43.149 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:43.149 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:43.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:44.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:44 smithi162 bash[17902]: audit 2024-01-24T03:34:43.138300+0000 mgr.smithi159.sbyejd (mgr.14180) 1380 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:44.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:44 smithi162 bash[17902]: cluster 2024-01-24T03:34:43.389655+0000 mgr.smithi159.sbyejd (mgr.14180) 1381 : cluster [DBG] pgmap v907: 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-24T03:34:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:44 smithi159 bash[14083]: audit 2024-01-24T03:34:43.138300+0000 mgr.smithi159.sbyejd (mgr.14180) 1380 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:44 smithi159 bash[14083]: cluster 2024-01-24T03:34:43.389655+0000 mgr.smithi159.sbyejd (mgr.14180) 1381 : cluster [DBG] pgmap v907: 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-24T03:34:44.957 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:46.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:46 smithi159 bash[14083]: cluster 2024-01-24T03:34:45.390764+0000 mgr.smithi159.sbyejd (mgr.14180) 1382 : 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-24T03:34:46.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:46 smithi162 bash[17902]: cluster 2024-01-24T03:34:45.390764+0000 mgr.smithi159.sbyejd (mgr.14180) 1382 : 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-24T03:34:48.408 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:48.408 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:48.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:48 smithi159 bash[14083]: cluster 2024-01-24T03:34:47.391937+0000 mgr.smithi159.sbyejd (mgr.14180) 1383 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:48.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:48 smithi162 bash[17902]: cluster 2024-01-24T03:34:47.391937+0000 mgr.smithi159.sbyejd (mgr.14180) 1383 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:49.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:49.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:49 smithi159 bash[14083]: audit 2024-01-24T03:34:48.401992+0000 mgr.smithi159.sbyejd (mgr.14180) 1384 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:49.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:49 smithi162 bash[17902]: audit 2024-01-24T03:34:48.401992+0000 mgr.smithi159.sbyejd (mgr.14180) 1384 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:50.239 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:50.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:50 smithi159 bash[14083]: cluster 2024-01-24T03:34:49.393022+0000 mgr.smithi159.sbyejd (mgr.14180) 1385 : 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-24T03:34:50.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:50 smithi162 bash[17902]: cluster 2024-01-24T03:34:49.393022+0000 mgr.smithi159.sbyejd (mgr.14180) 1385 : 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-24T03:34:52.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:52 smithi159 bash[14083]: cluster 2024-01-24T03:34:51.394305+0000 mgr.smithi159.sbyejd (mgr.14180) 1386 : cluster [DBG] pgmap v911: 97 pgs: 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-24T03:34:52.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:52 smithi162 bash[17902]: cluster 2024-01-24T03:34:51.394305+0000 mgr.smithi159.sbyejd (mgr.14180) 1386 : cluster [DBG] pgmap v911: 97 pgs: 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-24T03:34:53.801 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:53.801 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:54.628 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:34:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:54 smithi162 bash[17902]: cluster 2024-01-24T03:34:53.395264+0000 mgr.smithi159.sbyejd (mgr.14180) 1387 : 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-24T03:34:54.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:54 smithi162 bash[17902]: audit 2024-01-24T03:34:53.791268+0000 mgr.smithi159.sbyejd (mgr.14180) 1388 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:54.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:54 smithi159 bash[14083]: cluster 2024-01-24T03:34:53.395264+0000 mgr.smithi159.sbyejd (mgr.14180) 1387 : 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-24T03:34:54.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:54 smithi159 bash[14083]: audit 2024-01-24T03:34:53.791268+0000 mgr.smithi159.sbyejd (mgr.14180) 1388 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:34:55.629 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:34:56.757 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:56 smithi159 bash[14083]: cluster 2024-01-24T03:34:55.396294+0000 mgr.smithi159.sbyejd (mgr.14180) 1389 : 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-24T03:34:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:56 smithi162 bash[17902]: cluster 2024-01-24T03:34:55.396294+0000 mgr.smithi159.sbyejd (mgr.14180) 1389 : 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-24T03:34:58.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:34:58 smithi159 bash[14083]: cluster 2024-01-24T03:34:57.397588+0000 mgr.smithi159.sbyejd (mgr.14180) 1390 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:58.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:34:58 smithi162 bash[17902]: cluster 2024-01-24T03:34:57.397588+0000 mgr.smithi159.sbyejd (mgr.14180) 1390 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:34:59.142 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:34:59.142 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:34:59.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:00.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:00 smithi162 bash[17902]: audit 2024-01-24T03:34:59.132350+0000 mgr.smithi159.sbyejd (mgr.14180) 1391 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:00.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:00 smithi162 bash[17902]: cluster 2024-01-24T03:34:59.398698+0000 mgr.smithi159.sbyejd (mgr.14180) 1392 : 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-24T03:35:00.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:00 smithi159 bash[14083]: audit 2024-01-24T03:34:59.132350+0000 mgr.smithi159.sbyejd (mgr.14180) 1391 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:00.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:00 smithi159 bash[14083]: cluster 2024-01-24T03:34:59.398698+0000 mgr.smithi159.sbyejd (mgr.14180) 1392 : 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-24T03:35:00.988 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:02.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:02 smithi162 bash[17902]: cluster 2024-01-24T03:35:01.400120+0000 mgr.smithi159.sbyejd (mgr.14180) 1393 : cluster [DBG] pgmap v916: 97 pgs: 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-24T03:35:02.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:02 smithi159 bash[14083]: cluster 2024-01-24T03:35:01.400120+0000 mgr.smithi159.sbyejd (mgr.14180) 1393 : cluster [DBG] pgmap v916: 97 pgs: 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-24T03:35:04.397 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:04.398 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:04 smithi162 bash[17902]: cluster 2024-01-24T03:35:03.400948+0000 mgr.smithi159.sbyejd (mgr.14180) 1394 : 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-24T03:35:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:04 smithi159 bash[14083]: cluster 2024-01-24T03:35:03.400948+0000 mgr.smithi159.sbyejd (mgr.14180) 1394 : 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-24T03:35:05.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:05.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:05 smithi162 bash[17902]: audit 2024-01-24T03:35:04.386868+0000 mgr.smithi159.sbyejd (mgr.14180) 1395 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:05.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:05 smithi159 bash[14083]: audit 2024-01-24T03:35:04.386868+0000 mgr.smithi159.sbyejd (mgr.14180) 1395 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:06.251 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:06.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:06 smithi159 bash[14083]: cluster 2024-01-24T03:35:05.402024+0000 mgr.smithi159.sbyejd (mgr.14180) 1396 : 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-24T03:35:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:06 smithi162 bash[17902]: cluster 2024-01-24T03:35:05.402024+0000 mgr.smithi159.sbyejd (mgr.14180) 1396 : 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-24T03:35:08.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:08 smithi159 bash[14083]: cluster 2024-01-24T03:35:07.403159+0000 mgr.smithi159.sbyejd (mgr.14180) 1397 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:08.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:08 smithi162 bash[17902]: cluster 2024-01-24T03:35:07.403159+0000 mgr.smithi159.sbyejd (mgr.14180) 1397 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:09.785 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:09.785 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:10.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:10 smithi162 bash[17902]: cluster 2024-01-24T03:35:09.404368+0000 mgr.smithi159.sbyejd (mgr.14180) 1398 : 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-24T03:35:10.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:10 smithi162 bash[17902]: audit 2024-01-24T03:35:09.772031+0000 mgr.smithi159.sbyejd (mgr.14180) 1399 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:10 smithi159 bash[14083]: cluster 2024-01-24T03:35:09.404368+0000 mgr.smithi159.sbyejd (mgr.14180) 1398 : 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-24T03:35:10.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:10 smithi159 bash[14083]: audit 2024-01-24T03:35:09.772031+0000 mgr.smithi159.sbyejd (mgr.14180) 1399 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:11.651 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:12.869 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:12 smithi159 bash[14083]: cluster 2024-01-24T03:35:11.405839+0000 mgr.smithi159.sbyejd (mgr.14180) 1400 : cluster [DBG] pgmap v921: 97 pgs: 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-24T03:35:12.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:12 smithi162 bash[17902]: cluster 2024-01-24T03:35:11.405839+0000 mgr.smithi159.sbyejd (mgr.14180) 1400 : cluster [DBG] pgmap v921: 97 pgs: 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-24T03:35:14.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:14 smithi159 bash[14083]: cluster 2024-01-24T03:35:13.407070+0000 mgr.smithi159.sbyejd (mgr.14180) 1401 : 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-24T03:35:14.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:14 smithi162 bash[17902]: cluster 2024-01-24T03:35:13.407070+0000 mgr.smithi159.sbyejd (mgr.14180) 1401 : 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-24T03:35:15.183 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:15.183 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:16.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:16 smithi162 bash[17902]: audit 2024-01-24T03:35:15.172366+0000 mgr.smithi159.sbyejd (mgr.14180) 1402 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:16.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:16 smithi162 bash[17902]: cluster 2024-01-24T03:35:15.408222+0000 mgr.smithi159.sbyejd (mgr.14180) 1403 : 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-24T03:35:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:16 smithi159 bash[14083]: audit 2024-01-24T03:35:15.172366+0000 mgr.smithi159.sbyejd (mgr.14180) 1402 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:16 smithi159 bash[14083]: cluster 2024-01-24T03:35:15.408222+0000 mgr.smithi159.sbyejd (mgr.14180) 1403 : 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-24T03:35:17.039 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:18.413 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:18 smithi159 bash[14083]: cluster 2024-01-24T03:35:17.409550+0000 mgr.smithi159.sbyejd (mgr.14180) 1404 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:18.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:18 smithi162 bash[17902]: cluster 2024-01-24T03:35:17.409550+0000 mgr.smithi159.sbyejd (mgr.14180) 1404 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:20.432 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:20.433 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:20 smithi162 bash[17902]: cluster 2024-01-24T03:35:19.410887+0000 mgr.smithi159.sbyejd (mgr.14180) 1405 : 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-24T03:35:20.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:20 smithi159 bash[14083]: cluster 2024-01-24T03:35:19.410887+0000 mgr.smithi159.sbyejd (mgr.14180) 1405 : 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-24T03:35:21.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:21.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:21 smithi162 bash[17902]: audit 2024-01-24T03:35:20.421703+0000 mgr.smithi159.sbyejd (mgr.14180) 1406 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:21 smithi159 bash[14083]: audit 2024-01-24T03:35:20.421703+0000 mgr.smithi159.sbyejd (mgr.14180) 1406 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:22.203 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:22.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:22 smithi159 bash[14083]: cluster 2024-01-24T03:35:21.412348+0000 mgr.smithi159.sbyejd (mgr.14180) 1407 : cluster [DBG] pgmap v926: 97 pgs: 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-24T03:35:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:22 smithi162 bash[17902]: cluster 2024-01-24T03:35:21.412348+0000 mgr.smithi159.sbyejd (mgr.14180) 1407 : cluster [DBG] pgmap v926: 97 pgs: 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-24T03:35:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:24 smithi162 bash[17902]: cluster 2024-01-24T03:35:23.413435+0000 mgr.smithi159.sbyejd (mgr.14180) 1408 : 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-24T03:35:24.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:24 smithi159 bash[14083]: cluster 2024-01-24T03:35:23.413435+0000 mgr.smithi159.sbyejd (mgr.14180) 1408 : 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-24T03:35:25.718 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:25.718 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:26.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:26 smithi162 bash[17902]: cluster 2024-01-24T03:35:25.414253+0000 mgr.smithi159.sbyejd (mgr.14180) 1409 : 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-24T03:35:26.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:26 smithi162 bash[17902]: audit 2024-01-24T03:35:25.712451+0000 mgr.smithi159.sbyejd (mgr.14180) 1410 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:26 smithi159 bash[14083]: cluster 2024-01-24T03:35:25.414253+0000 mgr.smithi159.sbyejd (mgr.14180) 1409 : 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-24T03:35:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:26 smithi159 bash[14083]: audit 2024-01-24T03:35:25.712451+0000 mgr.smithi159.sbyejd (mgr.14180) 1410 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:27.488 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:28.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:28 smithi159 bash[14083]: cluster 2024-01-24T03:35:27.415628+0000 mgr.smithi159.sbyejd (mgr.14180) 1411 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:28.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:28 smithi162 bash[17902]: cluster 2024-01-24T03:35:27.415628+0000 mgr.smithi159.sbyejd (mgr.14180) 1411 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:30.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:30 smithi162 bash[17902]: cluster 2024-01-24T03:35:29.416818+0000 mgr.smithi159.sbyejd (mgr.14180) 1412 : 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-24T03:35:30.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:30 smithi159 bash[14083]: cluster 2024-01-24T03:35:29.416818+0000 mgr.smithi159.sbyejd (mgr.14180) 1412 : 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-24T03:35:31.002 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:31.002 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:31.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:32.825 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:32.839 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:32 smithi159 bash[14083]: audit 2024-01-24T03:35:30.993357+0000 mgr.smithi159.sbyejd (mgr.14180) 1413 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:32.839 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:32 smithi159 bash[14083]: cluster 2024-01-24T03:35:31.417588+0000 mgr.smithi159.sbyejd (mgr.14180) 1414 : cluster [DBG] pgmap v931: 97 pgs: 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-24T03:35:32.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:32 smithi162 bash[17902]: audit 2024-01-24T03:35:30.993357+0000 mgr.smithi159.sbyejd (mgr.14180) 1413 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:32.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:32 smithi162 bash[17902]: cluster 2024-01-24T03:35:31.417588+0000 mgr.smithi159.sbyejd (mgr.14180) 1414 : cluster [DBG] pgmap v931: 97 pgs: 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-24T03:35:33.822 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:33 smithi162 bash[17902]: audit 2024-01-24T03:35:33.389070+0000 mon.smithi159 (mon.0) 1013 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:35:33.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:33 smithi159 bash[14083]: audit 2024-01-24T03:35:33.389070+0000 mon.smithi159 (mon.0) 1013 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:35:34.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: cluster 2024-01-24T03:35:33.418484+0000 mgr.smithi159.sbyejd (mgr.14180) 1415 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:34.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: audit 2024-01-24T03:35:33.700774+0000 mon.smithi159 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:35:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: audit 2024-01-24T03:35:33.702099+0000 mon.smithi159 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:35:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: audit 2024-01-24T03:35:33.708745+0000 mon.smithi159 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: cluster 2024-01-24T03:35:33.709590+0000 mgr.smithi159.sbyejd (mgr.14180) 1416 : 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-24T03:35:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: audit 2024-01-24T03:35:33.714004+0000 mon.smithi159 (mon.0) 1017 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:35:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: audit 2024-01-24T03:35:33.724423+0000 mon.smithi159 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:34.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:34 smithi159 bash[14083]: cephadm 2024-01-24T03:35:33.727590+0000 mgr.smithi159.sbyejd (mgr.14180) 1417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rraliq on smithi162 2024-01-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: cluster 2024-01-24T03:35:33.418484+0000 mgr.smithi159.sbyejd (mgr.14180) 1415 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: audit 2024-01-24T03:35:33.700774+0000 mon.smithi159 (mon.0) 1014 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: audit 2024-01-24T03:35:33.702099+0000 mon.smithi159 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: audit 2024-01-24T03:35:33.708745+0000 mon.smithi159 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: cluster 2024-01-24T03:35:33.709590+0000 mgr.smithi159.sbyejd (mgr.14180) 1416 : 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-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: audit 2024-01-24T03:35:33.714004+0000 mon.smithi159 (mon.0) 1017 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:35:34.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: audit 2024-01-24T03:35:33.724423+0000 mon.smithi159 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:34.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:34 smithi162 bash[17902]: cephadm 2024-01-24T03:35:33.727590+0000 mgr.smithi159.sbyejd (mgr.14180) 1417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rraliq on smithi162 2024-01-24T03:35:35.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:35 smithi162 bash[17902]: cluster 2024-01-24T03:35:34.705649+0000 mon.smithi159 (mon.0) 1019 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:35:35.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:35 smithi162 bash[17902]: cluster 2024-01-24T03:35:34.705728+0000 mon.smithi159 (mon.0) 1020 : cluster [INF] Cluster is now healthy 2024-01-24T03:35:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:35 smithi159 bash[14083]: cluster 2024-01-24T03:35:34.705649+0000 mon.smithi159 (mon.0) 1019 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:35:35.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:35 smithi159 bash[14083]: cluster 2024-01-24T03:35:34.705728+0000 mon.smithi159 (mon.0) 1020 : cluster [INF] Cluster is now healthy 2024-01-24T03:35:36.387 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:36.388 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:33:24.851503Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xrgbdq on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:29.331360Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.dqbuec on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-dqbuec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.dqbuec\nDeploy daemon haproxy.nfs.foo.smithi162.dqbuec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.375852Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.hmtqoo on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-hmtqoo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.hmtqoo\nDeploy daemon haproxy.nfs.foo.smithi159.hmtqoo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:34:33.379387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.maijal on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:36.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:36 smithi162 bash[17902]: cluster 2024-01-24T03:35:35.710633+0000 mgr.smithi159.sbyejd (mgr.14180) 1418 : 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-24T03:35:36.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:36 smithi159 bash[14083]: cluster 2024-01-24T03:35:35.710633+0000 mgr.smithi159.sbyejd (mgr.14180) 1418 : 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-24T03:35:37.219 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:37.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:37 smithi162 bash[17902]: audit 2024-01-24T03:35:36.377001+0000 mgr.smithi159.sbyejd (mgr.14180) 1419 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:37.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:37 smithi159 bash[14083]: audit 2024-01-24T03:35:36.377001+0000 mgr.smithi159.sbyejd (mgr.14180) 1419 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:38.220 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: cephadm 2024-01-24T03:35:37.625602+0000 mgr.smithi159.sbyejd (mgr.14180) 1420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.rraliq ... 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:38.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.rraliq ... 2024-01-24T03:35:38.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: cephadm 2024-01-24T03:35:37.626200+0000 mgr.smithi159.sbyejd (mgr.14180) 1421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: audit 2024-01-24T03:35:37.626854+0000 mon.smithi159 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rraliq"}]: dispatch 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: cephadm 2024-01-24T03:35:37.628499+0000 mgr.smithi159.sbyejd (mgr.14180) 1422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.rraliq ... 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: cephadm 2024-01-24T03:35:37.632112+0000 mgr.smithi159.sbyejd (mgr.14180) 1423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.qdyulw on smithi159 2024-01-24T03:35:38.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:38 smithi159 bash[14083]: cluster 2024-01-24T03:35:37.711391+0000 mgr.smithi159.sbyejd (mgr.14180) 1424 : 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-24T03:35:38.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: cephadm 2024-01-24T03:35:37.625602+0000 mgr.smithi159.sbyejd (mgr.14180) 1420 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:38.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.rraliq ... 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:35:38.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.rraliq ... 2024-01-24T03:35:38.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: cephadm 2024-01-24T03:35:37.626200+0000 mgr.smithi159.sbyejd (mgr.14180) 1421 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: audit 2024-01-24T03:35:37.626854+0000 mon.smithi159 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rraliq"}]: dispatch 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: cephadm 2024-01-24T03:35:37.628499+0000 mgr.smithi159.sbyejd (mgr.14180) 1422 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.rraliq ... 2024-01-24T03:35:38.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:38.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:38.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:38.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:38.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: cephadm 2024-01-24T03:35:37.632112+0000 mgr.smithi159.sbyejd (mgr.14180) 1423 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.qdyulw on smithi159 2024-01-24T03:35:38.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:38 smithi162 bash[17902]: cluster 2024-01-24T03:35:37.711391+0000 mgr.smithi159.sbyejd (mgr.14180) 1424 : 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-24T03:35:39.781 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:39 smithi159 bash[14083]: audit 2024-01-24T03:35:38.510352+0000 mon.smithi159 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:39.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:39 smithi162 bash[17902]: audit 2024-01-24T03:35:38.510352+0000 mon.smithi159 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:40.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:40 smithi162 bash[17902]: cluster 2024-01-24T03:35:39.712269+0000 mgr.smithi159.sbyejd (mgr.14180) 1425 : 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-24T03:35:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:40 smithi159 bash[14083]: cluster 2024-01-24T03:35:39.712269+0000 mgr.smithi159.sbyejd (mgr.14180) 1425 : 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-24T03:35:41.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:41 smithi159 bash[14083]: audit 2024-01-24T03:35:41.521666+0000 mon.smithi159 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.qdyulw"}]: dispatch 2024-01-24T03:35:41.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:41 smithi162 bash[17902]: audit 2024-01-24T03:35:41.521666+0000 mon.smithi159 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.qdyulw"}]: dispatch 2024-01-24T03:35:41.985 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:41.985 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: cephadm 2024-01-24T03:35:41.520349+0000 mgr.smithi159.sbyejd (mgr.14180) 1426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.qdyulw ... 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:42.871 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.872 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.873 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:42.873 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.873 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.qdyulw ... 2024-01-24T03:35:42.873 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: cephadm 2024-01-24T03:35:41.520919+0000 mgr.smithi159.sbyejd (mgr.14180) 1427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: cephadm 2024-01-24T03:35:41.523158+0000 mgr.smithi159.sbyejd (mgr.14180) 1428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.874 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.qdyulw ... 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: cephadm 2024-01-24T03:35:41.527696+0000 mgr.smithi159.sbyejd (mgr.14180) 1429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: cephadm 2024-01-24T03:35:41.530096+0000 mgr.smithi159.sbyejd (mgr.14180) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:35:42.875 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:42 smithi159 bash[14083]: cluster 2024-01-24T03:35:41.531260+0000 mgr.smithi159.sbyejd (mgr.14180) 1431 : cluster [DBG] pgmap v937: 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-24T03:35:42.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: cephadm 2024-01-24T03:35:41.520349+0000 mgr.smithi159.sbyejd (mgr.14180) 1426 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:42.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:42.880 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.qdyulw ... 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:35:42.881 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.qdyulw ... 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: cephadm 2024-01-24T03:35:41.520919+0000 mgr.smithi159.sbyejd (mgr.14180) 1427 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: cephadm 2024-01-24T03:35:41.523158+0000 mgr.smithi159.sbyejd (mgr.14180) 1428 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.882 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.qdyulw ... 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: cephadm 2024-01-24T03:35:41.527696+0000 mgr.smithi159.sbyejd (mgr.14180) 1429 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: cephadm 2024-01-24T03:35:41.530096+0000 mgr.smithi159.sbyejd (mgr.14180) 1430 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:35:42.883 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:42 smithi162 bash[17902]: cluster 2024-01-24T03:35:41.531260+0000 mgr.smithi159.sbyejd (mgr.14180) 1431 : cluster [DBG] pgmap v937: 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-24T03:35:43.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:43 smithi162 bash[17902]: audit 2024-01-24T03:35:41.974034+0000 mgr.smithi159.sbyejd (mgr.14180) 1432 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:43.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:43 smithi162 bash[17902]: cluster 2024-01-24T03:35:42.527393+0000 mon.smithi159 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:35:43.874 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:43.885 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:43 smithi159 bash[14083]: audit 2024-01-24T03:35:41.974034+0000 mgr.smithi159.sbyejd (mgr.14180) 1432 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:43.885 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:43 smithi159 bash[14083]: cluster 2024-01-24T03:35:42.527393+0000 mon.smithi159 (mon.0) 1024 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:35:45.091 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:44 smithi159 bash[14083]: cluster 2024-01-24T03:35:43.532087+0000 mgr.smithi159.sbyejd (mgr.14180) 1433 : cluster [DBG] pgmap v938: 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-24T03:35:45.092 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:44 smithi159 bash[14083]: audit 2024-01-24T03:35:43.838503+0000 mon.smithi159 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:44 smithi162 bash[17902]: cluster 2024-01-24T03:35:43.532087+0000 mgr.smithi159.sbyejd (mgr.14180) 1433 : cluster [DBG] pgmap v938: 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-24T03:35:45.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:44 smithi162 bash[17902]: audit 2024-01-24T03:35:43.838503+0000 mon.smithi159 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:47.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:46 smithi162 bash[17902]: cluster 2024-01-24T03:35:45.533251+0000 mgr.smithi159.sbyejd (mgr.14180) 1434 : cluster [DBG] pgmap v939: 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-24T03:35:47.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:46 smithi159 bash[14083]: cluster 2024-01-24T03:35:45.533251+0000 mgr.smithi159.sbyejd (mgr.14180) 1434 : cluster [DBG] pgmap v939: 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-24T03:35:47.353 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:47.353 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:48.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:48.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:48 smithi159 bash[14083]: audit 2024-01-24T03:35:47.342574+0000 mgr.smithi159.sbyejd (mgr.14180) 1435 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:48.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:48 smithi159 bash[14083]: cluster 2024-01-24T03:35:47.534347+0000 mgr.smithi159.sbyejd (mgr.14180) 1436 : cluster [DBG] pgmap v940: 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-24T03:35:48.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:48 smithi162 bash[17902]: audit 2024-01-24T03:35:47.342574+0000 mgr.smithi159.sbyejd (mgr.14180) 1435 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:48.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:48 smithi162 bash[17902]: cluster 2024-01-24T03:35:47.534347+0000 mgr.smithi159.sbyejd (mgr.14180) 1436 : cluster [DBG] pgmap v940: 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-24T03:35:49.222 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:50.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:50 smithi162 bash[17902]: cluster 2024-01-24T03:35:49.535546+0000 mgr.smithi159.sbyejd (mgr.14180) 1437 : cluster [DBG] pgmap v941: 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-24T03:35:50.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:50 smithi159 bash[14083]: cluster 2024-01-24T03:35:49.535546+0000 mgr.smithi159.sbyejd (mgr.14180) 1437 : cluster [DBG] pgmap v941: 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-24T03:35:52.697 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:52.697 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:52.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:52 smithi162 bash[17902]: cluster 2024-01-24T03:35:51.536976+0000 mgr.smithi159.sbyejd (mgr.14180) 1438 : cluster [DBG] pgmap v942: 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-24T03:35:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:52 smithi159 bash[14083]: cluster 2024-01-24T03:35:51.536976+0000 mgr.smithi159.sbyejd (mgr.14180) 1438 : cluster [DBG] pgmap v942: 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-24T03:35:53.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:53.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:53 smithi162 bash[17902]: audit 2024-01-24T03:35:52.687771+0000 mgr.smithi159.sbyejd (mgr.14180) 1439 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:53.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:53 smithi162 bash[17902]: audit 2024-01-24T03:35:53.511582+0000 mon.smithi159 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:53 smithi159 bash[14083]: audit 2024-01-24T03:35:52.687771+0000 mgr.smithi159.sbyejd (mgr.14180) 1439 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:53.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:53 smithi159 bash[14083]: audit 2024-01-24T03:35:53.511582+0000 mon.smithi159 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:35:54.559 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:35:54.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:54 smithi162 bash[17902]: cluster 2024-01-24T03:35:53.538115+0000 mgr.smithi159.sbyejd (mgr.14180) 1440 : 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-24T03:35:54.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:54 smithi159 bash[14083]: cluster 2024-01-24T03:35:53.538115+0000 mgr.smithi159.sbyejd (mgr.14180) 1440 : 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-24T03:35:56.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:56 smithi162 bash[17902]: cluster 2024-01-24T03:35:55.539323+0000 mgr.smithi159.sbyejd (mgr.14180) 1441 : 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-24T03:35:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:56 smithi159 bash[14083]: cluster 2024-01-24T03:35:55.539323+0000 mgr.smithi159.sbyejd (mgr.14180) 1441 : 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-24T03:35:58.114 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:35:58.114 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:35:58.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:58 smithi159 bash[14083]: cluster 2024-01-24T03:35:57.540377+0000 mgr.smithi159.sbyejd (mgr.14180) 1442 : 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-24T03:35:58.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:58 smithi162 bash[17902]: cluster 2024-01-24T03:35:57.540377+0000 mgr.smithi159.sbyejd (mgr.14180) 1442 : 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-24T03:35:59.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:35:59.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:35:59 smithi159 bash[14083]: audit 2024-01-24T03:35:58.104029+0000 mgr.smithi159.sbyejd (mgr.14180) 1443 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:35:59.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:35:59 smithi162 bash[17902]: audit 2024-01-24T03:35:58.104029+0000 mgr.smithi159.sbyejd (mgr.14180) 1443 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:00.015 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:00.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:00 smithi159 bash[14083]: cluster 2024-01-24T03:35:59.541504+0000 mgr.smithi159.sbyejd (mgr.14180) 1444 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:00 smithi162 bash[17902]: cluster 2024-01-24T03:35:59.541504+0000 mgr.smithi159.sbyejd (mgr.14180) 1444 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:02.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:02 smithi162 bash[17902]: cluster 2024-01-24T03:36:01.542887+0000 mgr.smithi159.sbyejd (mgr.14180) 1445 : cluster [DBG] pgmap v947: 97 pgs: 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-24T03:36:02.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:02 smithi159 bash[14083]: cluster 2024-01-24T03:36:01.542887+0000 mgr.smithi159.sbyejd (mgr.14180) 1445 : cluster [DBG] pgmap v947: 97 pgs: 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-24T03:36:03.388 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:03.388 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:04.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:04.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:04 smithi162 bash[17902]: audit 2024-01-24T03:36:03.376345+0000 mgr.smithi159.sbyejd (mgr.14180) 1446 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:04.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:04 smithi162 bash[17902]: cluster 2024-01-24T03:36:03.544151+0000 mgr.smithi159.sbyejd (mgr.14180) 1447 : 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-24T03:36:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:04 smithi159 bash[14083]: audit 2024-01-24T03:36:03.376345+0000 mgr.smithi159.sbyejd (mgr.14180) 1446 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:04.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:04 smithi159 bash[14083]: cluster 2024-01-24T03:36:03.544151+0000 mgr.smithi159.sbyejd (mgr.14180) 1447 : 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-24T03:36:05.246 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:06 smithi162 bash[17902]: cluster 2024-01-24T03:36:05.545338+0000 mgr.smithi159.sbyejd (mgr.14180) 1448 : 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-24T03:36:06.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:06 smithi159 bash[14083]: cluster 2024-01-24T03:36:05.545338+0000 mgr.smithi159.sbyejd (mgr.14180) 1448 : 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-24T03:36:08.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:08 smithi159 bash[14083]: cluster 2024-01-24T03:36:07.546414+0000 mgr.smithi159.sbyejd (mgr.14180) 1449 : 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-24T03:36:08.570 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:08.570 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:08.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:08 smithi162 bash[17902]: cluster 2024-01-24T03:36:07.546414+0000 mgr.smithi159.sbyejd (mgr.14180) 1449 : 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-24T03:36:09.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:09.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:09 smithi159 bash[14083]: audit 2024-01-24T03:36:08.560424+0000 mgr.smithi159.sbyejd (mgr.14180) 1450 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:09.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:09 smithi162 bash[17902]: audit 2024-01-24T03:36:08.560424+0000 mgr.smithi159.sbyejd (mgr.14180) 1450 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:10.384 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:10 smithi159 bash[14083]: cluster 2024-01-24T03:36:09.547569+0000 mgr.smithi159.sbyejd (mgr.14180) 1451 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:10.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:10 smithi162 bash[17902]: cluster 2024-01-24T03:36:09.547569+0000 mgr.smithi159.sbyejd (mgr.14180) 1451 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:12.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:12 smithi162 bash[17902]: cluster 2024-01-24T03:36:11.548806+0000 mgr.smithi159.sbyejd (mgr.14180) 1452 : cluster [DBG] pgmap v952: 97 pgs: 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-24T03:36:12.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:12 smithi159 bash[14083]: cluster 2024-01-24T03:36:11.548806+0000 mgr.smithi159.sbyejd (mgr.14180) 1452 : cluster [DBG] pgmap v952: 97 pgs: 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-24T03:36:13.823 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:13.824 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:14.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:14.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:14 smithi162 bash[17902]: cluster 2024-01-24T03:36:13.549952+0000 mgr.smithi159.sbyejd (mgr.14180) 1453 : 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-24T03:36:14.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:14 smithi162 bash[17902]: audit 2024-01-24T03:36:13.813309+0000 mgr.smithi159.sbyejd (mgr.14180) 1454 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:14.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:14 smithi159 bash[14083]: cluster 2024-01-24T03:36:13.549952+0000 mgr.smithi159.sbyejd (mgr.14180) 1453 : 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-24T03:36:14.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:14 smithi159 bash[14083]: audit 2024-01-24T03:36:13.813309+0000 mgr.smithi159.sbyejd (mgr.14180) 1454 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:15.689 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:16.904 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:16 smithi159 bash[14083]: cluster 2024-01-24T03:36:15.551224+0000 mgr.smithi159.sbyejd (mgr.14180) 1455 : 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-24T03:36:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:16 smithi162 bash[17902]: cluster 2024-01-24T03:36:15.551224+0000 mgr.smithi159.sbyejd (mgr.14180) 1455 : 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-24T03:36:18.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:18 smithi159 bash[14083]: cluster 2024-01-24T03:36:17.552313+0000 mgr.smithi159.sbyejd (mgr.14180) 1456 : 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-24T03:36:18.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:18 smithi162 bash[17902]: cluster 2024-01-24T03:36:17.552313+0000 mgr.smithi159.sbyejd (mgr.14180) 1456 : 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-24T03:36:19.157 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:19.158 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:20.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:20.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:20 smithi162 bash[17902]: audit 2024-01-24T03:36:19.151722+0000 mgr.smithi159.sbyejd (mgr.14180) 1457 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:20.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:20 smithi162 bash[17902]: cluster 2024-01-24T03:36:19.553606+0000 mgr.smithi159.sbyejd (mgr.14180) 1458 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:20.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:20 smithi159 bash[14083]: audit 2024-01-24T03:36:19.151722+0000 mgr.smithi159.sbyejd (mgr.14180) 1457 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:20.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:20 smithi159 bash[14083]: cluster 2024-01-24T03:36:19.553606+0000 mgr.smithi159.sbyejd (mgr.14180) 1458 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:21.054 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:22.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:22 smithi162 bash[17902]: cluster 2024-01-24T03:36:21.555190+0000 mgr.smithi159.sbyejd (mgr.14180) 1459 : cluster [DBG] pgmap v957: 97 pgs: 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-24T03:36:22.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:22 smithi159 bash[14083]: cluster 2024-01-24T03:36:21.555190+0000 mgr.smithi159.sbyejd (mgr.14180) 1459 : cluster [DBG] pgmap v957: 97 pgs: 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-24T03:36:24.534 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:24.534 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:24 smithi162 bash[17902]: cluster 2024-01-24T03:36:23.555884+0000 mgr.smithi159.sbyejd (mgr.14180) 1460 : 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-24T03:36:24.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:24 smithi159 bash[14083]: cluster 2024-01-24T03:36:23.555884+0000 mgr.smithi159.sbyejd (mgr.14180) 1460 : 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-24T03:36:25.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:25.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:25 smithi159 bash[14083]: audit 2024-01-24T03:36:24.527132+0000 mgr.smithi159.sbyejd (mgr.14180) 1461 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:26.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:25 smithi162 bash[17902]: audit 2024-01-24T03:36:24.527132+0000 mgr.smithi159.sbyejd (mgr.14180) 1461 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:26.400 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:26.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:26 smithi159 bash[14083]: cluster 2024-01-24T03:36:25.557201+0000 mgr.smithi159.sbyejd (mgr.14180) 1462 : 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-24T03:36:27.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:26 smithi162 bash[17902]: cluster 2024-01-24T03:36:25.557201+0000 mgr.smithi159.sbyejd (mgr.14180) 1462 : 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-24T03:36:28.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:28 smithi159 bash[14083]: cluster 2024-01-24T03:36:27.558415+0000 mgr.smithi159.sbyejd (mgr.14180) 1463 : 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-24T03:36:28.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:28 smithi162 bash[17902]: cluster 2024-01-24T03:36:27.558415+0000 mgr.smithi159.sbyejd (mgr.14180) 1463 : 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-24T03:36:29.952 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:29.952 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:30.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:30.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:30 smithi162 bash[17902]: cluster 2024-01-24T03:36:29.559587+0000 mgr.smithi159.sbyejd (mgr.14180) 1464 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:30.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:30 smithi159 bash[14083]: cluster 2024-01-24T03:36:29.559587+0000 mgr.smithi159.sbyejd (mgr.14180) 1464 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:31.768 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:31 smithi159 bash[14083]: audit 2024-01-24T03:36:29.940016+0000 mgr.smithi159.sbyejd (mgr.14180) 1465 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:31 smithi162 bash[17902]: audit 2024-01-24T03:36:29.940016+0000 mgr.smithi159.sbyejd (mgr.14180) 1465 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:32.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:32 smithi159 bash[14083]: cluster 2024-01-24T03:36:31.561089+0000 mgr.smithi159.sbyejd (mgr.14180) 1466 : cluster [DBG] pgmap v962: 97 pgs: 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-24T03:36:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:32 smithi162 bash[17902]: cluster 2024-01-24T03:36:31.561089+0000 mgr.smithi159.sbyejd (mgr.14180) 1466 : cluster [DBG] pgmap v962: 97 pgs: 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-24T03:36:34.910 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:34 smithi159 bash[14083]: cluster 2024-01-24T03:36:33.562318+0000 mgr.smithi159.sbyejd (mgr.14180) 1467 : 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-24T03:36:35.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:34 smithi162 bash[17902]: cluster 2024-01-24T03:36:33.562318+0000 mgr.smithi159.sbyejd (mgr.14180) 1467 : 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-24T03:36:35.334 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:35.334 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:36.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:36.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:36 smithi159 bash[14083]: audit 2024-01-24T03:36:35.323488+0000 mgr.smithi159.sbyejd (mgr.14180) 1468 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:36.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:36 smithi159 bash[14083]: cluster 2024-01-24T03:36:35.563691+0000 mgr.smithi159.sbyejd (mgr.14180) 1469 : 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-24T03:36:37.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:36 smithi162 bash[17902]: audit 2024-01-24T03:36:35.323488+0000 mgr.smithi159.sbyejd (mgr.14180) 1468 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:37.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:36 smithi162 bash[17902]: cluster 2024-01-24T03:36:35.563691+0000 mgr.smithi159.sbyejd (mgr.14180) 1469 : 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-24T03:36:37.182 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:38.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:38 smithi159 bash[14083]: cluster 2024-01-24T03:36:37.564812+0000 mgr.smithi159.sbyejd (mgr.14180) 1470 : 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-24T03:36:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:38 smithi162 bash[17902]: cluster 2024-01-24T03:36:37.564812+0000 mgr.smithi159.sbyejd (mgr.14180) 1470 : 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-24T03:36:40.588 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:40.588 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:34:33.382638Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.larloi on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:40 smithi159 bash[14083]: cluster 2024-01-24T03:36:39.565883+0000 mgr.smithi159.sbyejd (mgr.14180) 1471 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:41.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:40 smithi162 bash[17902]: cluster 2024-01-24T03:36:39.565883+0000 mgr.smithi159.sbyejd (mgr.14180) 1471 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:36:41.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:41.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:41 smithi159 bash[14083]: audit 2024-01-24T03:36:40.578356+0000 mgr.smithi159.sbyejd (mgr.14180) 1472 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:41.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:41 smithi159 bash[14083]: audit 2024-01-24T03:36:41.534724+0000 mon.smithi159 (mon.0) 1027 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:36:42.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:41 smithi162 bash[17902]: audit 2024-01-24T03:36:40.578356+0000 mgr.smithi159.sbyejd (mgr.14180) 1472 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:42.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:41 smithi162 bash[17902]: audit 2024-01-24T03:36:41.534724+0000 mon.smithi159 (mon.0) 1027 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:36:42.412 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: cluster 2024-01-24T03:36:41.567105+0000 mgr.smithi159.sbyejd (mgr.14180) 1473 : cluster [DBG] pgmap v967: 97 pgs: 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-24T03:36:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: audit 2024-01-24T03:36:41.812526+0000 mon.smithi159 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: audit 2024-01-24T03:36:42.110091+0000 mon.smithi159 (mon.0) 1029 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:36:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: audit 2024-01-24T03:36:42.111750+0000 mon.smithi159 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:36:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: audit 2024-01-24T03:36:42.119793+0000 mon.smithi159 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: audit 2024-01-24T03:36:42.127928+0000 mon.smithi159 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:36:43.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:42 smithi162 bash[17902]: audit 2024-01-24T03:36:42.143267+0000 mon.smithi159 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:43.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: cluster 2024-01-24T03:36:41.567105+0000 mgr.smithi159.sbyejd (mgr.14180) 1473 : cluster [DBG] pgmap v967: 97 pgs: 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-24T03:36:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: audit 2024-01-24T03:36:41.812526+0000 mon.smithi159 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: audit 2024-01-24T03:36:42.110091+0000 mon.smithi159 (mon.0) 1029 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:36:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: audit 2024-01-24T03:36:42.111750+0000 mon.smithi159 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:36:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: audit 2024-01-24T03:36:42.119793+0000 mon.smithi159 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: audit 2024-01-24T03:36:42.127928+0000 mon.smithi159 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:36:43.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:42 smithi159 bash[14083]: audit 2024-01-24T03:36:42.143267+0000 mon.smithi159 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:44.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:43 smithi159 bash[14083]: cluster 2024-01-24T03:36:42.120533+0000 mgr.smithi159.sbyejd (mgr.14180) 1474 : 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-24T03:36:44.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:43 smithi159 bash[14083]: cephadm 2024-01-24T03:36:42.147539+0000 mgr.smithi159.sbyejd (mgr.14180) 1475 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rjveei on smithi162 2024-01-24T03:36:44.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:43 smithi159 bash[14083]: cluster 2024-01-24T03:36:43.116607+0000 mon.smithi159 (mon.0) 1034 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:36:44.114 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:43 smithi159 bash[14083]: cluster 2024-01-24T03:36:43.116666+0000 mon.smithi159 (mon.0) 1035 : cluster [INF] Cluster is now healthy 2024-01-24T03:36:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:43 smithi162 bash[17902]: cluster 2024-01-24T03:36:42.120533+0000 mgr.smithi159.sbyejd (mgr.14180) 1474 : 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-24T03:36:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:43 smithi162 bash[17902]: cephadm 2024-01-24T03:36:42.147539+0000 mgr.smithi159.sbyejd (mgr.14180) 1475 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.rjveei on smithi162 2024-01-24T03:36:44.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:43 smithi162 bash[17902]: cluster 2024-01-24T03:36:43.116607+0000 mon.smithi159 (mon.0) 1034 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:36:44.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:43 smithi162 bash[17902]: cluster 2024-01-24T03:36:43.116666+0000 mon.smithi159 (mon.0) 1035 : cluster [INF] Cluster is now healthy 2024-01-24T03:36:45.926 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:45 smithi159 bash[14083]: cluster 2024-01-24T03:36:44.121207+0000 mgr.smithi159.sbyejd (mgr.14180) 1476 : 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-24T03:36:46.020 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:46.020 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:37.628221Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rraliq on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rraliq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rraliq\nDeploy daemon haproxy.nfs.foo.smithi162.rraliq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.522935Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.qdyulw on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-qdyulw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.qdyulw\nDeploy daemon haproxy.nfs.foo.smithi159.qdyulw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:35:41.527502Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.rptfwf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:45 smithi162 bash[17902]: cluster 2024-01-24T03:36:44.121207+0000 mgr.smithi159.sbyejd (mgr.14180) 1476 : 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-24T03:36:46.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:47.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:46 smithi162 bash[17902]: audit 2024-01-24T03:36:45.926374+0000 mon.smithi159 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rjveei"}]: dispatch 2024-01-24T03:36:47.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:46 smithi159 bash[14083]: audit 2024-01-24T03:36:45.926374+0000 mon.smithi159 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.rjveei"}]: dispatch 2024-01-24T03:36:47.900 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:48.101 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: cephadm 2024-01-24T03:36:45.925534+0000 mgr.smithi159.sbyejd (mgr.14180) 1477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.rjveei ... 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:36:48.102 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.rjveei ... 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: cephadm 2024-01-24T03:36:45.925811+0000 mgr.smithi159.sbyejd (mgr.14180) 1478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: cephadm 2024-01-24T03:36:45.927578+0000 mgr.smithi159.sbyejd (mgr.14180) 1479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.rjveei ... 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: cephadm 2024-01-24T03:36:45.930262+0000 mgr.smithi159.sbyejd (mgr.14180) 1480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.yghjgc on smithi159 2024-01-24T03:36:48.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: audit 2024-01-24T03:36:46.014652+0000 mgr.smithi159.sbyejd (mgr.14180) 1481 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:48.105 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:47 smithi159 bash[14083]: cluster 2024-01-24T03:36:46.122020+0000 mgr.smithi159.sbyejd (mgr.14180) 1482 : 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-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: cephadm 2024-01-24T03:36:45.925534+0000 mgr.smithi159.sbyejd (mgr.14180) 1477 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.rjveei ... 2024-01-24T03:36:48.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.rjveei ... 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:48.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: cephadm 2024-01-24T03:36:45.925811+0000 mgr.smithi159.sbyejd (mgr.14180) 1478 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: cephadm 2024-01-24T03:36:45.927578+0000 mgr.smithi159.sbyejd (mgr.14180) 1479 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:48.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.rjveei ... 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:48.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: cephadm 2024-01-24T03:36:45.930262+0000 mgr.smithi159.sbyejd (mgr.14180) 1480 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.yghjgc on smithi159 2024-01-24T03:36:48.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: audit 2024-01-24T03:36:46.014652+0000 mgr.smithi159.sbyejd (mgr.14180) 1481 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:48.129 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:47 smithi162 bash[17902]: cluster 2024-01-24T03:36:46.122020+0000 mgr.smithi159.sbyejd (mgr.14180) 1482 : 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-24T03:36:50.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:49 smithi159 bash[14083]: cluster 2024-01-24T03:36:48.122618+0000 mgr.smithi159.sbyejd (mgr.14180) 1483 : 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-24T03:36:50.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:49 smithi162 bash[17902]: cluster 2024-01-24T03:36:48.122618+0000 mgr.smithi159.sbyejd (mgr.14180) 1483 : 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-24T03:36:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:50 smithi162 bash[17902]: audit 2024-01-24T03:36:50.165937+0000 mon.smithi159 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.yghjgc"}]: dispatch 2024-01-24T03:36:51.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:50 smithi159 bash[14083]: audit 2024-01-24T03:36:50.165937+0000 mon.smithi159 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.yghjgc"}]: dispatch 2024-01-24T03:36:51.685 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:51.685 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:52.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cluster 2024-01-24T03:36:50.123274+0000 mgr.smithi159.sbyejd (mgr.14180) 1484 : 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-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cephadm 2024-01-24T03:36:50.165261+0000 mgr.smithi159.sbyejd (mgr.14180) 1485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.yghjgc ... 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:52.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.yghjgc ... 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cephadm 2024-01-24T03:36:50.165464+0000 mgr.smithi159.sbyejd (mgr.14180) 1486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cephadm 2024-01-24T03:36:50.166950+0000 mgr.smithi159.sbyejd (mgr.14180) 1487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.yghjgc ... 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:52.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:52.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cephadm 2024-01-24T03:36:50.168829+0000 mgr.smithi159.sbyejd (mgr.14180) 1488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:36:52.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cephadm 2024-01-24T03:36:50.170338+0000 mgr.smithi159.sbyejd (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:36:52.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cluster 2024-01-24T03:36:50.171125+0000 mgr.smithi159.sbyejd (mgr.14180) 1490 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:36:52.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:51 smithi162 bash[17902]: cluster 2024-01-24T03:36:50.838571+0000 mon.smithi159 (mon.0) 1038 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cluster 2024-01-24T03:36:50.123274+0000 mgr.smithi159.sbyejd (mgr.14180) 1484 : 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-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cephadm 2024-01-24T03:36:50.165261+0000 mgr.smithi159.sbyejd (mgr.14180) 1485 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.yghjgc ... 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.yghjgc ... 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cephadm 2024-01-24T03:36:50.165464+0000 mgr.smithi159.sbyejd (mgr.14180) 1486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cephadm 2024-01-24T03:36:50.166950+0000 mgr.smithi159.sbyejd (mgr.14180) 1487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:36:52.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.yghjgc ... 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cephadm 2024-01-24T03:36:50.168829+0000 mgr.smithi159.sbyejd (mgr.14180) 1488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cephadm 2024-01-24T03:36:50.170338+0000 mgr.smithi159.sbyejd (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cluster 2024-01-24T03:36:50.171125+0000 mgr.smithi159.sbyejd (mgr.14180) 1490 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-24T03:36:52.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:51 smithi159 bash[14083]: cluster 2024-01-24T03:36:50.838571+0000 mon.smithi159 (mon.0) 1038 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:36:52.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:52 smithi162 bash[17902]: audit 2024-01-24T03:36:51.673595+0000 mgr.smithi159.sbyejd (mgr.14180) 1491 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:53.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:52 smithi159 bash[14083]: audit 2024-01-24T03:36:51.673595+0000 mgr.smithi159.sbyejd (mgr.14180) 1491 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:53.478 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:36:53.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:53 smithi159 bash[14083]: cluster 2024-01-24T03:36:52.171761+0000 mgr.smithi159.sbyejd (mgr.14180) 1492 : cluster [DBG] pgmap v974: 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-24T03:36:54.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:53 smithi162 bash[17902]: cluster 2024-01-24T03:36:52.171761+0000 mgr.smithi159.sbyejd (mgr.14180) 1492 : cluster [DBG] pgmap v974: 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-24T03:36:55.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:54 smithi159 bash[14083]: audit 2024-01-24T03:36:53.880358+0000 mon.smithi159 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:55.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:54 smithi162 bash[17902]: audit 2024-01-24T03:36:53.880358+0000 mon.smithi159 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:36:56.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:55 smithi159 bash[14083]: cluster 2024-01-24T03:36:54.172528+0000 mgr.smithi159.sbyejd (mgr.14180) 1493 : cluster [DBG] pgmap v975: 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-24T03:36:56.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:55 smithi162 bash[17902]: cluster 2024-01-24T03:36:54.172528+0000 mgr.smithi159.sbyejd (mgr.14180) 1493 : cluster [DBG] pgmap v975: 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-24T03:36:56.884 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:36:56.884 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:36:57.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:36:58.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:57 smithi159 bash[14083]: cluster 2024-01-24T03:36:56.173309+0000 mgr.smithi159.sbyejd (mgr.14180) 1494 : cluster [DBG] pgmap v976: 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-24T03:36:58.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:57 smithi159 bash[14083]: audit 2024-01-24T03:36:56.872124+0000 mgr.smithi159.sbyejd (mgr.14180) 1495 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:58.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:57 smithi162 bash[17902]: cluster 2024-01-24T03:36:56.173309+0000 mgr.smithi159.sbyejd (mgr.14180) 1494 : cluster [DBG] pgmap v976: 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-24T03:36:58.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:57 smithi162 bash[17902]: audit 2024-01-24T03:36:56.872124+0000 mgr.smithi159.sbyejd (mgr.14180) 1495 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:36:58.715 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:00.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:36:59 smithi159 bash[14083]: cluster 2024-01-24T03:36:58.174347+0000 mgr.smithi159.sbyejd (mgr.14180) 1496 : cluster [DBG] pgmap v977: 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-24T03:37:00.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:36:59 smithi162 bash[17902]: cluster 2024-01-24T03:36:58.174347+0000 mgr.smithi159.sbyejd (mgr.14180) 1496 : cluster [DBG] pgmap v977: 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-24T03:37:02.166 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:02.166 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:02.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:01 smithi159 bash[14083]: cluster 2024-01-24T03:37:00.174996+0000 mgr.smithi159.sbyejd (mgr.14180) 1497 : cluster [DBG] pgmap v978: 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-24T03:37:02.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:01 smithi162 bash[17902]: cluster 2024-01-24T03:37:00.174996+0000 mgr.smithi159.sbyejd (mgr.14180) 1497 : cluster [DBG] pgmap v978: 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-24T03:37:03.014 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:03.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:03 smithi159 bash[14083]: audit 2024-01-24T03:37:02.153809+0000 mgr.smithi159.sbyejd (mgr.14180) 1498 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:03.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:03 smithi159 bash[14083]: cluster 2024-01-24T03:37:02.176052+0000 mgr.smithi159.sbyejd (mgr.14180) 1499 : cluster [DBG] pgmap v979: 97 pgs: 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-24T03:37:03.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:03 smithi162 bash[17902]: audit 2024-01-24T03:37:02.153809+0000 mgr.smithi159.sbyejd (mgr.14180) 1498 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:03.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:03 smithi162 bash[17902]: cluster 2024-01-24T03:37:02.176052+0000 mgr.smithi159.sbyejd (mgr.14180) 1499 : cluster [DBG] pgmap v979: 97 pgs: 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-24T03:37:04.015 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:05.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:05 smithi159 bash[14083]: cluster 2024-01-24T03:37:04.177096+0000 mgr.smithi159.sbyejd (mgr.14180) 1500 : 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-24T03:37:05.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:05 smithi162 bash[17902]: cluster 2024-01-24T03:37:04.177096+0000 mgr.smithi159.sbyejd (mgr.14180) 1500 : 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-24T03:37:07.336 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:07.336 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:07.586 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:07 smithi159 bash[14083]: cluster 2024-01-24T03:37:06.178434+0000 mgr.smithi159.sbyejd (mgr.14180) 1501 : 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-24T03:37:07.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:07 smithi162 bash[17902]: cluster 2024-01-24T03:37:06.178434+0000 mgr.smithi159.sbyejd (mgr.14180) 1501 : 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-24T03:37:08.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:08.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:08 smithi159 bash[14083]: audit 2024-01-24T03:37:07.325154+0000 mgr.smithi159.sbyejd (mgr.14180) 1502 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:08.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:08 smithi162 bash[17902]: audit 2024-01-24T03:37:07.325154+0000 mgr.smithi159.sbyejd (mgr.14180) 1502 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:09.183 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:09.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:09 smithi162 bash[17902]: cluster 2024-01-24T03:37:08.179563+0000 mgr.smithi159.sbyejd (mgr.14180) 1503 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:09.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:09 smithi159 bash[14083]: cluster 2024-01-24T03:37:08.179563+0000 mgr.smithi159.sbyejd (mgr.14180) 1503 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:11.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:11 smithi162 bash[17902]: cluster 2024-01-24T03:37:10.180872+0000 mgr.smithi159.sbyejd (mgr.14180) 1504 : 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-24T03:37:11.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:11 smithi159 bash[14083]: cluster 2024-01-24T03:37:10.180872+0000 mgr.smithi159.sbyejd (mgr.14180) 1504 : 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-24T03:37:12.621 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:12.621 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:13.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:13 smithi162 bash[17902]: cluster 2024-01-24T03:37:12.181917+0000 mgr.smithi159.sbyejd (mgr.14180) 1505 : cluster [DBG] pgmap v984: 97 pgs: 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-24T03:37:13.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:13 smithi162 bash[17902]: audit 2024-01-24T03:37:12.610989+0000 mgr.smithi159.sbyejd (mgr.14180) 1506 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:13.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:13 smithi159 bash[14083]: cluster 2024-01-24T03:37:12.181917+0000 mgr.smithi159.sbyejd (mgr.14180) 1505 : cluster [DBG] pgmap v984: 97 pgs: 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-24T03:37:13.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:13 smithi159 bash[14083]: audit 2024-01-24T03:37:12.610989+0000 mgr.smithi159.sbyejd (mgr.14180) 1506 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:14.396 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:15.421 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:15 smithi159 bash[14083]: cluster 2024-01-24T03:37:14.183098+0000 mgr.smithi159.sbyejd (mgr.14180) 1507 : 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-24T03:37:15.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:15 smithi162 bash[17902]: cluster 2024-01-24T03:37:14.183098+0000 mgr.smithi159.sbyejd (mgr.14180) 1507 : 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-24T03:37:17.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:17 smithi162 bash[17902]: cluster 2024-01-24T03:37:16.184010+0000 mgr.smithi159.sbyejd (mgr.14180) 1508 : 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-24T03:37:17.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:17 smithi159 bash[14083]: cluster 2024-01-24T03:37:16.184010+0000 mgr.smithi159.sbyejd (mgr.14180) 1508 : 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-24T03:37:17.703 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:17.703 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:18.529 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:18 smithi159 bash[14083]: audit 2024-01-24T03:37:17.693076+0000 mgr.smithi159.sbyejd (mgr.14180) 1509 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:18.530 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:18.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:18 smithi162 bash[17902]: audit 2024-01-24T03:37:17.693076+0000 mgr.smithi159.sbyejd (mgr.14180) 1509 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:19.532 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:19.548 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:19 smithi159 bash[14083]: cluster 2024-01-24T03:37:18.185020+0000 mgr.smithi159.sbyejd (mgr.14180) 1510 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:19.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:19 smithi162 bash[17902]: cluster 2024-01-24T03:37:18.185020+0000 mgr.smithi159.sbyejd (mgr.14180) 1510 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:21.549 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:21 smithi159 bash[14083]: cluster 2024-01-24T03:37:20.186189+0000 mgr.smithi159.sbyejd (mgr.14180) 1511 : 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-24T03:37:21.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:21 smithi162 bash[17902]: cluster 2024-01-24T03:37:20.186189+0000 mgr.smithi159.sbyejd (mgr.14180) 1511 : 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-24T03:37:22.847 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:22.847 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:23 smithi159 bash[14083]: cluster 2024-01-24T03:37:22.187519+0000 mgr.smithi159.sbyejd (mgr.14180) 1512 : cluster [DBG] pgmap v989: 97 pgs: 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-24T03:37:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:23 smithi159 bash[14083]: audit 2024-01-24T03:37:22.837836+0000 mgr.smithi159.sbyejd (mgr.14180) 1513 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:23.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:23 smithi162 bash[17902]: cluster 2024-01-24T03:37:22.187519+0000 mgr.smithi159.sbyejd (mgr.14180) 1512 : cluster [DBG] pgmap v989: 97 pgs: 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-24T03:37:23.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:23 smithi162 bash[17902]: audit 2024-01-24T03:37:22.837836+0000 mgr.smithi159.sbyejd (mgr.14180) 1513 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:23.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:24.699 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:25.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:25 smithi159 bash[14083]: cluster 2024-01-24T03:37:24.188585+0000 mgr.smithi159.sbyejd (mgr.14180) 1514 : 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-24T03:37:25.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:25 smithi162 bash[17902]: cluster 2024-01-24T03:37:24.188585+0000 mgr.smithi159.sbyejd (mgr.14180) 1514 : 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-24T03:37:27.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:27 smithi162 bash[17902]: cluster 2024-01-24T03:37:26.190298+0000 mgr.smithi159.sbyejd (mgr.14180) 1515 : 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-24T03:37:27.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:27 smithi159 bash[14083]: cluster 2024-01-24T03:37:26.190298+0000 mgr.smithi159.sbyejd (mgr.14180) 1515 : 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-24T03:37:28.257 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:28.257 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:29.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:29 smithi159 bash[14083]: cluster 2024-01-24T03:37:28.191382+0000 mgr.smithi159.sbyejd (mgr.14180) 1516 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:29.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:29 smithi159 bash[14083]: audit 2024-01-24T03:37:28.248228+0000 mgr.smithi159.sbyejd (mgr.14180) 1517 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:29.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:29 smithi162 bash[17902]: cluster 2024-01-24T03:37:28.191382+0000 mgr.smithi159.sbyejd (mgr.14180) 1516 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:29.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:29 smithi162 bash[17902]: audit 2024-01-24T03:37:28.248228+0000 mgr.smithi159.sbyejd (mgr.14180) 1517 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:30.112 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:31.565 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:31 smithi159 bash[14083]: cluster 2024-01-24T03:37:30.192542+0000 mgr.smithi159.sbyejd (mgr.14180) 1518 : 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-24T03:37:31.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:31 smithi162 bash[17902]: cluster 2024-01-24T03:37:30.192542+0000 mgr.smithi159.sbyejd (mgr.14180) 1518 : 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-24T03:37:33.467 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:33.467 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:33.553 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:33 smithi159 bash[14083]: cluster 2024-01-24T03:37:32.193837+0000 mgr.smithi159.sbyejd (mgr.14180) 1519 : cluster [DBG] pgmap v994: 97 pgs: 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-24T03:37:33.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:33 smithi162 bash[17902]: cluster 2024-01-24T03:37:32.193837+0000 mgr.smithi159.sbyejd (mgr.14180) 1519 : cluster [DBG] pgmap v994: 97 pgs: 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-24T03:37:34.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:34.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:34 smithi162 bash[17902]: audit 2024-01-24T03:37:33.456900+0000 mgr.smithi159.sbyejd (mgr.14180) 1520 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:34.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:34 smithi159 bash[14083]: audit 2024-01-24T03:37:33.456900+0000 mgr.smithi159.sbyejd (mgr.14180) 1520 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:35.360 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:35.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:35 smithi159 bash[14083]: cluster 2024-01-24T03:37:34.195036+0000 mgr.smithi159.sbyejd (mgr.14180) 1521 : 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-24T03:37:35.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:35 smithi162 bash[17902]: cluster 2024-01-24T03:37:34.195036+0000 mgr.smithi159.sbyejd (mgr.14180) 1521 : 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-24T03:37:37.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:37 smithi162 bash[17902]: cluster 2024-01-24T03:37:36.195965+0000 mgr.smithi159.sbyejd (mgr.14180) 1522 : 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-24T03:37:37.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:37 smithi159 bash[14083]: cluster 2024-01-24T03:37:36.195965+0000 mgr.smithi159.sbyejd (mgr.14180) 1522 : 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-24T03:37:38.949 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:38.949 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:39.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:39 smithi162 bash[17902]: cluster 2024-01-24T03:37:38.197032+0000 mgr.smithi159.sbyejd (mgr.14180) 1523 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:39.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:39 smithi159 bash[14083]: cluster 2024-01-24T03:37:38.197032+0000 mgr.smithi159.sbyejd (mgr.14180) 1523 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:39.810 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:40.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:40 smithi162 bash[17902]: audit 2024-01-24T03:37:38.942910+0000 mgr.smithi159.sbyejd (mgr.14180) 1524 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:40.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:40 smithi159 bash[14083]: audit 2024-01-24T03:37:38.942910+0000 mgr.smithi159.sbyejd (mgr.14180) 1524 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:40.811 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:41.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:41 smithi162 bash[17902]: cluster 2024-01-24T03:37:40.198285+0000 mgr.smithi159.sbyejd (mgr.14180) 1525 : 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-24T03:37:41.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:41 smithi159 bash[14083]: cluster 2024-01-24T03:37:40.198285+0000 mgr.smithi159.sbyejd (mgr.14180) 1525 : 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-24T03:37:43.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:43 smithi162 bash[17902]: cluster 2024-01-24T03:37:42.199924+0000 mgr.smithi159.sbyejd (mgr.14180) 1526 : cluster [DBG] pgmap v999: 97 pgs: 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-24T03:37:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:43 smithi159 bash[14083]: cluster 2024-01-24T03:37:42.199924+0000 mgr.smithi159.sbyejd (mgr.14180) 1526 : cluster [DBG] pgmap v999: 97 pgs: 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-24T03:37:44.348 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:44.349 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:45.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:45.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:45 smithi159 bash[14083]: cluster 2024-01-24T03:37:44.201266+0000 mgr.smithi159.sbyejd (mgr.14180) 1527 : 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-24T03:37:45.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:45 smithi159 bash[14083]: audit 2024-01-24T03:37:44.340179+0000 mgr.smithi159.sbyejd (mgr.14180) 1528 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:45.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:45 smithi162 bash[17902]: cluster 2024-01-24T03:37:44.201266+0000 mgr.smithi159.sbyejd (mgr.14180) 1527 : 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-24T03:37:45.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:45 smithi162 bash[17902]: audit 2024-01-24T03:37:44.340179+0000 mgr.smithi159.sbyejd (mgr.14180) 1528 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:46.227 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:47.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:47 smithi162 bash[17902]: cluster 2024-01-24T03:37:46.202612+0000 mgr.smithi159.sbyejd (mgr.14180) 1529 : 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-24T03:37:47.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:47 smithi159 bash[14083]: cluster 2024-01-24T03:37:46.202612+0000 mgr.smithi159.sbyejd (mgr.14180) 1529 : 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-24T03:37:49.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:49 smithi162 bash[17902]: cluster 2024-01-24T03:37:48.203597+0000 mgr.smithi159.sbyejd (mgr.14180) 1530 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:49.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:49 smithi159 bash[14083]: cluster 2024-01-24T03:37:48.203597+0000 mgr.smithi159.sbyejd (mgr.14180) 1530 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:37:49.708 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:49.708 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:50.551 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:50 smithi162 bash[17902]: audit 2024-01-24T03:37:49.695460+0000 mgr.smithi159.sbyejd (mgr.14180) 1531 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:50.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:50 smithi162 bash[17902]: audit 2024-01-24T03:37:50.173957+0000 mon.smithi159 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:37:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:50 smithi159 bash[14083]: audit 2024-01-24T03:37:49.695460+0000 mgr.smithi159.sbyejd (mgr.14180) 1531 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:50.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:50 smithi159 bash[14083]: audit 2024-01-24T03:37:50.173957+0000 mon.smithi159 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:37:51.553 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:51.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:51 smithi162 bash[17902]: cluster 2024-01-24T03:37:50.204751+0000 mgr.smithi159.sbyejd (mgr.14180) 1532 : 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-24T03:37:51.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:51 smithi162 bash[17902]: audit 2024-01-24T03:37:50.447795+0000 mon.smithi159 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:51 smithi159 bash[14083]: cluster 2024-01-24T03:37:50.204751+0000 mgr.smithi159.sbyejd (mgr.14180) 1532 : 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-24T03:37:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:51 smithi159 bash[14083]: audit 2024-01-24T03:37:50.447795+0000 mon.smithi159 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:53.711 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:53 smithi159 bash[14083]: cluster 2024-01-24T03:37:52.205996+0000 mgr.smithi159.sbyejd (mgr.14180) 1533 : cluster [DBG] pgmap v1004: 97 pgs: 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-24T03:37:53.823 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:53 smithi162 bash[17902]: cluster 2024-01-24T03:37:52.205996+0000 mgr.smithi159.sbyejd (mgr.14180) 1533 : cluster [DBG] pgmap v1004: 97 pgs: 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-24T03:37:55.110 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:37:55.110 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:27:34.925588Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:27:34.106233Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:27:34.925788Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:35:41.529968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.xkatgf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:27:34.108185Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:27:34.106628Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:27:34.106831Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:27:34.108406Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:27:34.107015Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:27:34.107196Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:27:34.925983Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:37:55.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:55 smithi159 bash[14083]: cluster 2024-01-24T03:37:54.207171+0000 mgr.smithi159.sbyejd (mgr.14180) 1534 : 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-24T03:37:55.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:55 smithi162 bash[17902]: cluster 2024-01-24T03:37:54.207171+0000 mgr.smithi159.sbyejd (mgr.14180) 1534 : 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-24T03:37:56.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:55.103910+0000 mgr.smithi159.sbyejd (mgr.14180) 1535 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.045479+0000 mon.smithi159 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.105966+0000 mon.smithi159 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.405809+0000 mon.smithi159 (mon.0) 1044 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.407459+0000 mon.smithi159 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.414555+0000 mon.smithi159 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.423214+0000 mon.smithi159 (mon.0) 1047 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:37:56.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:56 smithi162 bash[17902]: audit 2024-01-24T03:37:56.434980+0000 mon.smithi159 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:55.103910+0000 mgr.smithi159.sbyejd (mgr.14180) 1535 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.045479+0000 mon.smithi159 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.105966+0000 mon.smithi159 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.405809+0000 mon.smithi159 (mon.0) 1044 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.407459+0000 mon.smithi159 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.414555+0000 mon.smithi159 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.423214+0000 mon.smithi159 (mon.0) 1047 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:37:56.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:56 smithi159 bash[14083]: audit 2024-01-24T03:37:56.434980+0000 mon.smithi159 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:37:57.003 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:37:57.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:57 smithi162 bash[17902]: cluster 2024-01-24T03:37:56.208473+0000 mgr.smithi159.sbyejd (mgr.14180) 1536 : 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-24T03:37:57.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:57 smithi162 bash[17902]: cluster 2024-01-24T03:37:56.415425+0000 mgr.smithi159.sbyejd (mgr.14180) 1537 : cluster [DBG] pgmap v1007: 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-24T03:37:57.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:57 smithi162 bash[17902]: cephadm 2024-01-24T03:37:56.438764+0000 mgr.smithi159.sbyejd (mgr.14180) 1538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ppletb on smithi162 2024-01-24T03:37:57.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:57 smithi162 bash[17902]: cluster 2024-01-24T03:37:57.102309+0000 mon.smithi159 (mon.0) 1049 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:37:57.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:57 smithi162 bash[17902]: cluster 2024-01-24T03:37:57.102363+0000 mon.smithi159 (mon.0) 1050 : cluster [INF] Cluster is now healthy 2024-01-24T03:37:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:57 smithi159 bash[14083]: cluster 2024-01-24T03:37:56.208473+0000 mgr.smithi159.sbyejd (mgr.14180) 1536 : 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-24T03:37:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:57 smithi159 bash[14083]: cluster 2024-01-24T03:37:56.415425+0000 mgr.smithi159.sbyejd (mgr.14180) 1537 : cluster [DBG] pgmap v1007: 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-24T03:37:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:57 smithi159 bash[14083]: cephadm 2024-01-24T03:37:56.438764+0000 mgr.smithi159.sbyejd (mgr.14180) 1538 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.ppletb on smithi162 2024-01-24T03:37:57.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:57 smithi159 bash[14083]: cluster 2024-01-24T03:37:57.102309+0000 mon.smithi159 (mon.0) 1049 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:37:57.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:57 smithi159 bash[14083]: cluster 2024-01-24T03:37:57.102363+0000 mon.smithi159 (mon.0) 1050 : cluster [INF] Cluster is now healthy 2024-01-24T03:37:59.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:37:59 smithi159 bash[14083]: cluster 2024-01-24T03:37:58.416262+0000 mgr.smithi159.sbyejd (mgr.14180) 1539 : cluster [DBG] pgmap v1008: 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-24T03:37:59.806 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:37:59 smithi162 bash[17902]: cluster 2024-01-24T03:37:58.416262+0000 mgr.smithi159.sbyejd (mgr.14180) 1539 : cluster [DBG] pgmap v1008: 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-24T03:38:00.586 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:00.586 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:45.927452Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.rjveei on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-rjveei\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.rjveei\nDeploy daemon haproxy.nfs.foo.smithi162.rjveei ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.166849Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.yghjgc on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-yghjgc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.yghjgc\nDeploy daemon haproxy.nfs.foo.smithi159.yghjgc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:36:50.168741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.sxtmju on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -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.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:00.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:00 smithi162 bash[17902]: audit 2024-01-24T03:38:00.373406+0000 mon.smithi159 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ppletb"}]: dispatch 2024-01-24T03:38:00.819 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:00 smithi159 bash[14083]: audit 2024-01-24T03:38:00.373406+0000 mon.smithi159 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.ppletb"}]: dispatch 2024-01-24T03:38:01.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:01.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: cephadm 2024-01-24T03:38:00.372640+0000 mgr.smithi159.sbyejd (mgr.14180) 1540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:01.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:01.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ppletb ... 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:01.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ppletb ... 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: cephadm 2024-01-24T03:38:00.372935+0000 mgr.smithi159.sbyejd (mgr.14180) 1541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: cephadm 2024-01-24T03:38:00.374684+0000 mgr.smithi159.sbyejd (mgr.14180) 1542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.ppletb ... 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: cephadm 2024-01-24T03:38:00.377683+0000 mgr.smithi159.sbyejd (mgr.14180) 1543 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.mqoxwq on smithi159 2024-01-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: cluster 2024-01-24T03:38:00.416925+0000 mgr.smithi159.sbyejd (mgr.14180) 1544 : cluster [DBG] pgmap v1009: 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-24T03:38:01.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:01 smithi162 bash[17902]: audit 2024-01-24T03:38:00.578404+0000 mgr.smithi159.sbyejd (mgr.14180) 1545 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:01.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: cephadm 2024-01-24T03:38:00.372640+0000 mgr.smithi159.sbyejd (mgr.14180) 1540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:01.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:01.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ppletb ... 2024-01-24T03:38:01.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:01.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:01.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ppletb ... 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: cephadm 2024-01-24T03:38:00.372935+0000 mgr.smithi159.sbyejd (mgr.14180) 1541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: cephadm 2024-01-24T03:38:00.374684+0000 mgr.smithi159.sbyejd (mgr.14180) 1542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.ppletb ... 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:01.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:01.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:01.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: cephadm 2024-01-24T03:38:00.377683+0000 mgr.smithi159.sbyejd (mgr.14180) 1543 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.mqoxwq on smithi159 2024-01-24T03:38:01.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: cluster 2024-01-24T03:38:00.416925+0000 mgr.smithi159.sbyejd (mgr.14180) 1544 : cluster [DBG] pgmap v1009: 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-24T03:38:01.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:01 smithi159 bash[14083]: audit 2024-01-24T03:38:00.578404+0000 mgr.smithi159.sbyejd (mgr.14180) 1545 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:02.449 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:03.605 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:03 smithi159 bash[14083]: cluster 2024-01-24T03:38:02.417887+0000 mgr.smithi159.sbyejd (mgr.14180) 1546 : cluster [DBG] pgmap v1010: 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-24T03:38:03.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:03 smithi162 bash[17902]: cluster 2024-01-24T03:38:02.417887+0000 mgr.smithi159.sbyejd (mgr.14180) 1546 : cluster [DBG] pgmap v1010: 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-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cluster 2024-01-24T03:38:04.418469+0000 mgr.smithi159.sbyejd (mgr.14180) 1547 : cluster [DBG] pgmap v1011: 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-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cephadm 2024-01-24T03:38:04.622549+0000 mgr.smithi159.sbyejd (mgr.14180) 1548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.mqoxwq ... 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:05.760 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.mqoxwq ... 2024-01-24T03:38:05.761 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cephadm 2024-01-24T03:38:04.623184+0000 mgr.smithi159.sbyejd (mgr.14180) 1549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: audit 2024-01-24T03:38:04.623887+0000 mon.smithi159 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.mqoxwq"}]: dispatch 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cephadm 2024-01-24T03:38:04.625148+0000 mgr.smithi159.sbyejd (mgr.14180) 1550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.mqoxwq ... 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.762 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:05.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:05.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:05.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cephadm 2024-01-24T03:38:04.629245+0000 mgr.smithi159.sbyejd (mgr.14180) 1551 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:38:05.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cephadm 2024-01-24T03:38:04.631161+0000 mgr.smithi159.sbyejd (mgr.14180) 1552 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:38:05.763 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:05 smithi159 bash[14083]: cluster 2024-01-24T03:38:04.631937+0000 mgr.smithi159.sbyejd (mgr.14180) 1553 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2024-01-24T03:38:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cluster 2024-01-24T03:38:04.418469+0000 mgr.smithi159.sbyejd (mgr.14180) 1547 : cluster [DBG] pgmap v1011: 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-24T03:38:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cephadm 2024-01-24T03:38:04.622549+0000 mgr.smithi159.sbyejd (mgr.14180) 1548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.mqoxwq ... 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:38:05.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.mqoxwq ... 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:05.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cephadm 2024-01-24T03:38:04.623184+0000 mgr.smithi159.sbyejd (mgr.14180) 1549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: audit 2024-01-24T03:38:04.623887+0000 mon.smithi159 (mon.0) 1052 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.mqoxwq"}]: dispatch 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cephadm 2024-01-24T03:38:04.625148+0000 mgr.smithi159.sbyejd (mgr.14180) 1550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.mqoxwq ... 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:38:05.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cephadm 2024-01-24T03:38:04.629245+0000 mgr.smithi159.sbyejd (mgr.14180) 1551 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:38:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cephadm 2024-01-24T03:38:04.631161+0000 mgr.smithi159.sbyejd (mgr.14180) 1552 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:38:05.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:05 smithi162 bash[17902]: cluster 2024-01-24T03:38:04.631937+0000 mgr.smithi159.sbyejd (mgr.14180) 1553 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2024-01-24T03:38:06.134 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:06.135 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:06.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:06 smithi159 bash[14083]: cluster 2024-01-24T03:38:05.471977+0000 mon.smithi159 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:38:06.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:06 smithi162 bash[17902]: cluster 2024-01-24T03:38:05.471977+0000 mon.smithi159 (mon.0) 1053 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:38:06.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:07.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:07 smithi162 bash[17902]: audit 2024-01-24T03:38:06.125061+0000 mgr.smithi159.sbyejd (mgr.14180) 1554 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:07.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:07 smithi162 bash[17902]: cluster 2024-01-24T03:38:06.633081+0000 mgr.smithi159.sbyejd (mgr.14180) 1555 : 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-24T03:38:07.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:07 smithi159 bash[14083]: audit 2024-01-24T03:38:06.125061+0000 mgr.smithi159.sbyejd (mgr.14180) 1554 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:07.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:07 smithi159 bash[14083]: cluster 2024-01-24T03:38:06.633081+0000 mgr.smithi159.sbyejd (mgr.14180) 1555 : 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-24T03:38:07.970 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:10.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:09 smithi162 bash[17902]: cluster 2024-01-24T03:38:08.633892+0000 mgr.smithi159.sbyejd (mgr.14180) 1556 : 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-24T03:38:10.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:09 smithi162 bash[17902]: audit 2024-01-24T03:38:08.930305+0000 mon.smithi159 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:38:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:09 smithi159 bash[14083]: cluster 2024-01-24T03:38:08.633892+0000 mgr.smithi159.sbyejd (mgr.14180) 1556 : 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-24T03:38:10.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:09 smithi159 bash[14083]: audit 2024-01-24T03:38:08.930305+0000 mon.smithi159 (mon.0) 1054 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:38:11.327 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:11.327 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:11.361 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:10 smithi159 bash[14083]: cluster 2024-01-24T03:38:10.634579+0000 mgr.smithi159.sbyejd (mgr.14180) 1557 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 400 B/s rd, 0 op/s 2024-01-24T03:38:11.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:10 smithi162 bash[17902]: cluster 2024-01-24T03:38:10.634579+0000 mgr.smithi159.sbyejd (mgr.14180) 1557 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 400 B/s rd, 0 op/s 2024-01-24T03:38:12.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:12.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:11 smithi162 bash[17902]: audit 2024-01-24T03:38:11.317352+0000 mgr.smithi159.sbyejd (mgr.14180) 1558 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:12.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:11 smithi159 bash[14083]: audit 2024-01-24T03:38:11.317352+0000 mgr.smithi159.sbyejd (mgr.14180) 1558 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:13.099 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:13.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:13 smithi159 bash[14083]: cluster 2024-01-24T03:38:12.635563+0000 mgr.smithi159.sbyejd (mgr.14180) 1559 : 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-24T03:38:13.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:13 smithi162 bash[17902]: cluster 2024-01-24T03:38:12.635563+0000 mgr.smithi159.sbyejd (mgr.14180) 1559 : 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-24T03:38:15.979 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:15 smithi159 bash[14083]: cluster 2024-01-24T03:38:14.636680+0000 mgr.smithi159.sbyejd (mgr.14180) 1560 : 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-24T03:38:16.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:15 smithi162 bash[17902]: cluster 2024-01-24T03:38:14.636680+0000 mgr.smithi159.sbyejd (mgr.14180) 1560 : 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-24T03:38:16.330 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:16.331 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:17.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:18.110 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:18.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:17 smithi162 bash[17902]: audit 2024-01-24T03:38:16.325023+0000 mgr.smithi159.sbyejd (mgr.14180) 1561 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:18.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:17 smithi162 bash[17902]: cluster 2024-01-24T03:38:16.637735+0000 mgr.smithi159.sbyejd (mgr.14180) 1562 : 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-24T03:38:18.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:17 smithi159 bash[14083]: audit 2024-01-24T03:38:16.325023+0000 mgr.smithi159.sbyejd (mgr.14180) 1561 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:18.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:17 smithi159 bash[14083]: cluster 2024-01-24T03:38:16.637735+0000 mgr.smithi159.sbyejd (mgr.14180) 1562 : 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-24T03:38:19.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:19 smithi159 bash[14083]: cluster 2024-01-24T03:38:18.638421+0000 mgr.smithi159.sbyejd (mgr.14180) 1563 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:20.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:19 smithi162 bash[17902]: cluster 2024-01-24T03:38:18.638421+0000 mgr.smithi159.sbyejd (mgr.14180) 1563 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:21.391 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:21.391 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:21.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:21 smithi159 bash[14083]: cluster 2024-01-24T03:38:20.639589+0000 mgr.smithi159.sbyejd (mgr.14180) 1564 : cluster [DBG] pgmap v1020: 97 pgs: 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-24T03:38:22.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:21 smithi162 bash[17902]: cluster 2024-01-24T03:38:20.639589+0000 mgr.smithi159.sbyejd (mgr.14180) 1564 : cluster [DBG] pgmap v1020: 97 pgs: 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-24T03:38:22.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:22 smithi162 bash[17902]: audit 2024-01-24T03:38:21.377647+0000 mgr.smithi159.sbyejd (mgr.14180) 1565 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:23.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:22 smithi159 bash[14083]: audit 2024-01-24T03:38:21.377647+0000 mgr.smithi159.sbyejd (mgr.14180) 1565 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:23.236 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:24.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:23 smithi162 bash[17902]: cluster 2024-01-24T03:38:22.640642+0000 mgr.smithi159.sbyejd (mgr.14180) 1566 : 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-24T03:38:24.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:23 smithi159 bash[14083]: cluster 2024-01-24T03:38:22.640642+0000 mgr.smithi159.sbyejd (mgr.14180) 1566 : 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-24T03:38:26.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:25 smithi162 bash[17902]: cluster 2024-01-24T03:38:24.641733+0000 mgr.smithi159.sbyejd (mgr.14180) 1567 : 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-24T03:38:26.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:25 smithi159 bash[14083]: cluster 2024-01-24T03:38:24.641733+0000 mgr.smithi159.sbyejd (mgr.14180) 1567 : 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-24T03:38:26.743 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:26.743 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:27.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:27 smithi159 bash[14083]: cluster 2024-01-24T03:38:26.643078+0000 mgr.smithi159.sbyejd (mgr.14180) 1568 : 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-24T03:38:27.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:27 smithi159 bash[14083]: audit 2024-01-24T03:38:26.733503+0000 mgr.smithi159.sbyejd (mgr.14180) 1569 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:27 smithi162 bash[17902]: cluster 2024-01-24T03:38:26.643078+0000 mgr.smithi159.sbyejd (mgr.14180) 1568 : 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-24T03:38:28.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:27 smithi162 bash[17902]: audit 2024-01-24T03:38:26.733503+0000 mgr.smithi159.sbyejd (mgr.14180) 1569 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:28.586 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:30.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:29 smithi162 bash[17902]: cluster 2024-01-24T03:38:28.644376+0000 mgr.smithi159.sbyejd (mgr.14180) 1570 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:30.156 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:29 smithi159 bash[14083]: cluster 2024-01-24T03:38:28.644376+0000 mgr.smithi159.sbyejd (mgr.14180) 1570 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:31 smithi159 bash[14083]: cluster 2024-01-24T03:38:30.645731+0000 mgr.smithi159.sbyejd (mgr.14180) 1571 : cluster [DBG] pgmap v1025: 97 pgs: 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-24T03:38:31.996 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:31.996 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:31 smithi162 bash[17902]: cluster 2024-01-24T03:38:30.645731+0000 mgr.smithi159.sbyejd (mgr.14180) 1571 : cluster [DBG] pgmap v1025: 97 pgs: 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-24T03:38:32.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:33.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:33 smithi162 bash[17902]: audit 2024-01-24T03:38:31.986469+0000 mgr.smithi159.sbyejd (mgr.14180) 1572 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:33.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:33 smithi162 bash[17902]: cluster 2024-01-24T03:38:32.646731+0000 mgr.smithi159.sbyejd (mgr.14180) 1573 : 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-24T03:38:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:33 smithi159 bash[14083]: audit 2024-01-24T03:38:31.986469+0000 mgr.smithi159.sbyejd (mgr.14180) 1572 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:33 smithi159 bash[14083]: cluster 2024-01-24T03:38:32.646731+0000 mgr.smithi159.sbyejd (mgr.14180) 1573 : 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-24T03:38:33.754 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:36.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:35 smithi162 bash[17902]: cluster 2024-01-24T03:38:34.647388+0000 mgr.smithi159.sbyejd (mgr.14180) 1574 : 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-24T03:38:36.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:35 smithi159 bash[14083]: cluster 2024-01-24T03:38:34.647388+0000 mgr.smithi159.sbyejd (mgr.14180) 1574 : 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-24T03:38:37.220 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:37.220 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:37.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:37 smithi159 bash[14083]: cluster 2024-01-24T03:38:36.648619+0000 mgr.smithi159.sbyejd (mgr.14180) 1575 : 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-24T03:38:38.073 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:38.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:37 smithi162 bash[17902]: cluster 2024-01-24T03:38:36.648619+0000 mgr.smithi159.sbyejd (mgr.14180) 1575 : 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-24T03:38:39.073 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:39.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:38 smithi162 bash[17902]: audit 2024-01-24T03:38:37.210196+0000 mgr.smithi159.sbyejd (mgr.14180) 1576 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:39.131 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:38 smithi159 bash[14083]: audit 2024-01-24T03:38:37.210196+0000 mgr.smithi159.sbyejd (mgr.14180) 1576 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:40.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:39 smithi162 bash[17902]: cluster 2024-01-24T03:38:38.649773+0000 mgr.smithi159.sbyejd (mgr.14180) 1577 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:40.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:39 smithi159 bash[14083]: cluster 2024-01-24T03:38:38.649773+0000 mgr.smithi159.sbyejd (mgr.14180) 1577 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:42.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:41 smithi162 bash[17902]: cluster 2024-01-24T03:38:40.651046+0000 mgr.smithi159.sbyejd (mgr.14180) 1578 : cluster [DBG] pgmap v1030: 97 pgs: 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-24T03:38:42.132 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:41 smithi159 bash[14083]: cluster 2024-01-24T03:38:40.651046+0000 mgr.smithi159.sbyejd (mgr.14180) 1578 : cluster [DBG] pgmap v1030: 97 pgs: 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-24T03:38:42.550 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:42.550 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:43.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:43.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:43 smithi162 bash[17902]: audit 2024-01-24T03:38:42.539127+0000 mgr.smithi159.sbyejd (mgr.14180) 1579 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:43.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:43 smithi162 bash[17902]: cluster 2024-01-24T03:38:42.651749+0000 mgr.smithi159.sbyejd (mgr.14180) 1580 : 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-24T03:38:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:43 smithi159 bash[14083]: audit 2024-01-24T03:38:42.539127+0000 mgr.smithi159.sbyejd (mgr.14180) 1579 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:43.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:43 smithi159 bash[14083]: cluster 2024-01-24T03:38:42.651749+0000 mgr.smithi159.sbyejd (mgr.14180) 1580 : 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-24T03:38:44.375 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:45.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:45 smithi159 bash[14083]: cluster 2024-01-24T03:38:44.652772+0000 mgr.smithi159.sbyejd (mgr.14180) 1581 : 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-24T03:38:46.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:45 smithi162 bash[17902]: cluster 2024-01-24T03:38:44.652772+0000 mgr.smithi159.sbyejd (mgr.14180) 1581 : 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-24T03:38:47.876 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:47.877 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:47.966 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:47 smithi159 bash[14083]: cluster 2024-01-24T03:38:46.654087+0000 mgr.smithi159.sbyejd (mgr.14180) 1582 : 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-24T03:38:48.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:47 smithi162 bash[17902]: cluster 2024-01-24T03:38:46.654087+0000 mgr.smithi159.sbyejd (mgr.14180) 1582 : 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-24T03:38:48.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:49.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:48 smithi162 bash[17902]: audit 2024-01-24T03:38:47.863307+0000 mgr.smithi159.sbyejd (mgr.14180) 1583 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:49.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:48 smithi159 bash[14083]: audit 2024-01-24T03:38:47.863307+0000 mgr.smithi159.sbyejd (mgr.14180) 1583 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:49.688 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:50.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:49 smithi162 bash[17902]: cluster 2024-01-24T03:38:48.655170+0000 mgr.smithi159.sbyejd (mgr.14180) 1584 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:50.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:49 smithi159 bash[14083]: cluster 2024-01-24T03:38:48.655170+0000 mgr.smithi159.sbyejd (mgr.14180) 1584 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:38:52.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:51 smithi162 bash[17902]: cluster 2024-01-24T03:38:50.656436+0000 mgr.smithi159.sbyejd (mgr.14180) 1585 : cluster [DBG] pgmap v1035: 97 pgs: 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-24T03:38:52.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:51 smithi159 bash[14083]: cluster 2024-01-24T03:38:50.656436+0000 mgr.smithi159.sbyejd (mgr.14180) 1585 : cluster [DBG] pgmap v1035: 97 pgs: 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-24T03:38:52.966 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:52.966 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:53.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:53 smithi159 bash[14083]: cluster 2024-01-24T03:38:52.657232+0000 mgr.smithi159.sbyejd (mgr.14180) 1586 : 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-24T03:38:53.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:53 smithi162 bash[17902]: cluster 2024-01-24T03:38:52.657232+0000 mgr.smithi159.sbyejd (mgr.14180) 1586 : 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-24T03:38:53.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:38:54.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:54 smithi162 bash[17902]: audit 2024-01-24T03:38:52.955852+0000 mgr.smithi159.sbyejd (mgr.14180) 1587 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:54.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:54 smithi159 bash[14083]: audit 2024-01-24T03:38:52.955852+0000 mgr.smithi159.sbyejd (mgr.14180) 1587 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:38:54.773 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:38:55.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:55 smithi159 bash[14083]: cluster 2024-01-24T03:38:54.658333+0000 mgr.smithi159.sbyejd (mgr.14180) 1588 : 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-24T03:38:55.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:55 smithi162 bash[17902]: cluster 2024-01-24T03:38:54.658333+0000 mgr.smithi159.sbyejd (mgr.14180) 1588 : 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-24T03:38:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:57 smithi162 bash[17902]: cluster 2024-01-24T03:38:56.659556+0000 mgr.smithi159.sbyejd (mgr.14180) 1589 : 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-24T03:38:58.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:57 smithi159 bash[14083]: cluster 2024-01-24T03:38:56.659556+0000 mgr.smithi159.sbyejd (mgr.14180) 1589 : 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-24T03:38:58.305 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:38:58.305 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:38:59.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:00.091 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:00.103 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:59 smithi159 bash[14083]: audit 2024-01-24T03:38:58.299000+0000 mgr.smithi159.sbyejd (mgr.14180) 1590 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:00.104 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:38:59 smithi159 bash[14083]: cluster 2024-01-24T03:38:58.660448+0000 mgr.smithi159.sbyejd (mgr.14180) 1591 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:00.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:59 smithi162 bash[17902]: audit 2024-01-24T03:38:58.299000+0000 mgr.smithi159.sbyejd (mgr.14180) 1590 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:00.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:38:59 smithi162 bash[17902]: cluster 2024-01-24T03:38:58.660448+0000 mgr.smithi159.sbyejd (mgr.14180) 1591 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:01.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:01 smithi159 bash[14083]: cluster 2024-01-24T03:39:00.661761+0000 mgr.smithi159.sbyejd (mgr.14180) 1592 : cluster [DBG] pgmap v1040: 97 pgs: 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-24T03:39:02.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:01 smithi162 bash[17902]: cluster 2024-01-24T03:39:00.661761+0000 mgr.smithi159.sbyejd (mgr.14180) 1592 : cluster [DBG] pgmap v1040: 97 pgs: 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-24T03:39:03.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:03 smithi159 bash[14083]: cluster 2024-01-24T03:39:02.662310+0000 mgr.smithi159.sbyejd (mgr.14180) 1593 : 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-24T03:39:03.565 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:03.565 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:03.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:03 smithi162 bash[17902]: cluster 2024-01-24T03:39:02.662310+0000 mgr.smithi159.sbyejd (mgr.14180) 1593 : 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-24T03:39:04.346 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:04.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:04 smithi162 bash[17902]: audit 2024-01-24T03:39:03.555013+0000 mgr.smithi159.sbyejd (mgr.14180) 1594 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:04.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:04 smithi159 bash[14083]: audit 2024-01-24T03:39:03.555013+0000 mgr.smithi159.sbyejd (mgr.14180) 1594 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:05.348 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:05.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: audit 2024-01-24T03:39:04.635288+0000 mon.smithi159 (mon.0) 1055 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:39:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: cluster 2024-01-24T03:39:04.663150+0000 mgr.smithi159.sbyejd (mgr.14180) 1595 : 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-24T03:39:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: audit 2024-01-24T03:39:04.938938+0000 mon.smithi159 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:39:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: audit 2024-01-24T03:39:04.940608+0000 mon.smithi159 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:39:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: audit 2024-01-24T03:39:04.948826+0000 mon.smithi159 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: audit 2024-01-24T03:39:04.956035+0000 mon.smithi159 (mon.0) 1059 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:39:05.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:05 smithi159 bash[14083]: audit 2024-01-24T03:39:04.969591+0000 mon.smithi159 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: audit 2024-01-24T03:39:04.635288+0000 mon.smithi159 (mon.0) 1055 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: cluster 2024-01-24T03:39:04.663150+0000 mgr.smithi159.sbyejd (mgr.14180) 1595 : 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-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: audit 2024-01-24T03:39:04.938938+0000 mon.smithi159 (mon.0) 1056 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: audit 2024-01-24T03:39:04.940608+0000 mon.smithi159 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: audit 2024-01-24T03:39:04.948826+0000 mon.smithi159 (mon.0) 1058 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: audit 2024-01-24T03:39:04.956035+0000 mon.smithi159 (mon.0) 1059 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:39:05.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:05 smithi162 bash[17902]: audit 2024-01-24T03:39:04.969591+0000 mon.smithi159 (mon.0) 1060 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:06.518 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:06 smithi159 bash[14083]: cluster 2024-01-24T03:39:04.949680+0000 mgr.smithi159.sbyejd (mgr.14180) 1596 : 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-24T03:39:06.518 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:06 smithi159 bash[14083]: cephadm 2024-01-24T03:39:04.974669+0000 mgr.smithi159.sbyejd (mgr.14180) 1597 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.eabbmh on smithi162 2024-01-24T03:39:06.519 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:06 smithi159 bash[14083]: cluster 2024-01-24T03:39:05.250749+0000 mon.smithi159 (mon.0) 1061 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:39:06.519 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:06 smithi159 bash[14083]: cluster 2024-01-24T03:39:05.250806+0000 mon.smithi159 (mon.0) 1062 : cluster [INF] Cluster is now healthy 2024-01-24T03:39:06.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:06 smithi162 bash[17902]: cluster 2024-01-24T03:39:04.949680+0000 mgr.smithi159.sbyejd (mgr.14180) 1596 : 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-24T03:39:06.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:06 smithi162 bash[17902]: cephadm 2024-01-24T03:39:04.974669+0000 mgr.smithi159.sbyejd (mgr.14180) 1597 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.eabbmh on smithi162 2024-01-24T03:39:06.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:06 smithi162 bash[17902]: cluster 2024-01-24T03:39:05.250749+0000 mon.smithi159 (mon.0) 1061 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:39:06.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:06 smithi162 bash[17902]: cluster 2024-01-24T03:39:05.250806+0000 mon.smithi159 (mon.0) 1062 : cluster [INF] Cluster is now healthy 2024-01-24T03:39:08.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:08 smithi162 bash[17902]: cluster 2024-01-24T03:39:06.950729+0000 mgr.smithi159.sbyejd (mgr.14180) 1598 : cluster [DBG] pgmap v1044: 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-24T03:39:08.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:08 smithi159 bash[14083]: cluster 2024-01-24T03:39:06.950729+0000 mgr.smithi159.sbyejd (mgr.14180) 1598 : cluster [DBG] pgmap v1044: 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-24T03:39:08.753 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:08.753 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:36:50.170249Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.tmdyvg on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:00.374478Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.ppletb on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-ppletb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.ppletb\nDeploy daemon haproxy.nfs.foo.smithi162.ppletb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.624932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.mqoxwq on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-mqoxwq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.mqoxwq\nDeploy daemon haproxy.nfs.foo.smithi159.mqoxwq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:38:04.629036Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.ursewf on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:09.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: audit 2024-01-24T03:39:08.513765+0000 mon.smithi159 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: audit 2024-01-24T03:39:08.741472+0000 mgr.smithi159.sbyejd (mgr.14180) 1599 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: cephadm 2024-01-24T03:39:08.935814+0000 mgr.smithi159.sbyejd (mgr.14180) 1600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:09.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:39:09.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:39:09.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: cephadm 2024-01-24T03:39:08.936304+0000 mgr.smithi159.sbyejd (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: audit 2024-01-24T03:39:08.936901+0000 mon.smithi159 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.eabbmh"}]: dispatch 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: cephadm 2024-01-24T03:39:08.938323+0000 mgr.smithi159.sbyejd (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:39:09.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:09.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:09.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:09.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:09 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: audit 2024-01-24T03:39:08.513765+0000 mon.smithi159 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:09.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: audit 2024-01-24T03:39:08.741472+0000 mgr.smithi159.sbyejd (mgr.14180) 1599 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: cephadm 2024-01-24T03:39:08.935814+0000 mgr.smithi159.sbyejd (mgr.14180) 1600 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:39:09.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:39:09.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.935 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: cephadm 2024-01-24T03:39:08.936304+0000 mgr.smithi159.sbyejd (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: audit 2024-01-24T03:39:08.936901+0000 mon.smithi159 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.eabbmh"}]: dispatch 2024-01-24T03:39:09.936 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: cephadm 2024-01-24T03:39:08.938323+0000 mgr.smithi159.sbyejd (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:09.937 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:09.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:09.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:09.938 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:09 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:10.594 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:10.788 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:10 smithi159 bash[14083]: cephadm 2024-01-24T03:39:08.942222+0000 mgr.smithi159.sbyejd (mgr.14180) 1603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.rccmvz on smithi159 2024-01-24T03:39:10.788 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:10 smithi159 bash[14083]: cluster 2024-01-24T03:39:08.951287+0000 mgr.smithi159.sbyejd (mgr.14180) 1604 : cluster [DBG] pgmap v1045: 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-24T03:39:10.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:10 smithi162 bash[17902]: cephadm 2024-01-24T03:39:08.942222+0000 mgr.smithi159.sbyejd (mgr.14180) 1603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.rccmvz on smithi159 2024-01-24T03:39:10.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:10 smithi162 bash[17902]: cluster 2024-01-24T03:39:08.951287+0000 mgr.smithi159.sbyejd (mgr.14180) 1604 : cluster [DBG] pgmap v1045: 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-24T03:39:12.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:12 smithi162 bash[17902]: cluster 2024-01-24T03:39:10.952379+0000 mgr.smithi159.sbyejd (mgr.14180) 1605 : cluster [DBG] pgmap v1046: 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-24T03:39:12.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:12 smithi159 bash[14083]: cluster 2024-01-24T03:39:10.952379+0000 mgr.smithi159.sbyejd (mgr.14180) 1605 : cluster [DBG] pgmap v1046: 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-24T03:39:14.355 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:14.355 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cluster 2024-01-24T03:39:12.952972+0000 mgr.smithi159.sbyejd (mgr.14180) 1606 : cluster [DBG] pgmap v1047: 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-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cephadm 2024-01-24T03:39:13.549665+0000 mgr.smithi159.sbyejd (mgr.14180) 1607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:14.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:39:14.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:14.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:14.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:14.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cephadm 2024-01-24T03:39:13.550129+0000 mgr.smithi159.sbyejd (mgr.14180) 1608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: audit 2024-01-24T03:39:13.550635+0000 mon.smithi159 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.rccmvz"}]: dispatch 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cephadm 2024-01-24T03:39:13.551798+0000 mgr.smithi159.sbyejd (mgr.14180) 1609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:14.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cephadm 2024-01-24T03:39:13.554719+0000 mgr.smithi159.sbyejd (mgr.14180) 1610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:39:14.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cephadm 2024-01-24T03:39:13.557434+0000 mgr.smithi159.sbyejd (mgr.14180) 1611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:39:14.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: cluster 2024-01-24T03:39:13.558351+0000 mgr.smithi159.sbyejd (mgr.14180) 1612 : cluster [DBG] pgmap v1048: 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-24T03:39:14.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:14 smithi159 bash[14083]: audit 2024-01-24T03:39:13.976267+0000 mon.smithi159 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:14.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cluster 2024-01-24T03:39:12.952972+0000 mgr.smithi159.sbyejd (mgr.14180) 1606 : cluster [DBG] pgmap v1047: 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-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cephadm 2024-01-24T03:39:13.549665+0000 mgr.smithi159.sbyejd (mgr.14180) 1607 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.875 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:14.876 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cephadm 2024-01-24T03:39:13.550129+0000 mgr.smithi159.sbyejd (mgr.14180) 1608 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: audit 2024-01-24T03:39:13.550635+0000 mon.smithi159 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.rccmvz"}]: dispatch 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cephadm 2024-01-24T03:39:13.551798+0000 mgr.smithi159.sbyejd (mgr.14180) 1609 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:39:14.877 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:39:14.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:39:14.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:39:14.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cephadm 2024-01-24T03:39:13.554719+0000 mgr.smithi159.sbyejd (mgr.14180) 1610 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:39:14.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cephadm 2024-01-24T03:39:13.557434+0000 mgr.smithi159.sbyejd (mgr.14180) 1611 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:39:14.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: cluster 2024-01-24T03:39:13.558351+0000 mgr.smithi159.sbyejd (mgr.14180) 1612 : cluster [DBG] pgmap v1048: 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-24T03:39:14.878 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:14 smithi162 bash[17902]: audit 2024-01-24T03:39:13.976267+0000 mon.smithi159 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:15.230 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:15.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:15 smithi162 bash[17902]: audit 2024-01-24T03:39:14.344355+0000 mgr.smithi159.sbyejd (mgr.14180) 1613 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:15.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:15 smithi162 bash[17902]: cluster 2024-01-24T03:39:14.530779+0000 mon.smithi159 (mon.0) 1067 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:39:15.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:15 smithi159 bash[14083]: audit 2024-01-24T03:39:14.344355+0000 mgr.smithi159.sbyejd (mgr.14180) 1613 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:15.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:15 smithi159 bash[14083]: cluster 2024-01-24T03:39:14.530779+0000 mon.smithi159 (mon.0) 1067 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:39:16.231 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:16.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:16 smithi162 bash[17902]: cluster 2024-01-24T03:39:15.559531+0000 mgr.smithi159.sbyejd (mgr.14180) 1614 : cluster [DBG] pgmap v1049: 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-24T03:39:16.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:16 smithi159 bash[14083]: cluster 2024-01-24T03:39:15.559531+0000 mgr.smithi159.sbyejd (mgr.14180) 1614 : cluster [DBG] pgmap v1049: 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-24T03:39:18.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:18 smithi162 bash[17902]: cluster 2024-01-24T03:39:17.560657+0000 mgr.smithi159.sbyejd (mgr.14180) 1615 : cluster [DBG] pgmap v1050: 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-24T03:39:18.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:18 smithi159 bash[14083]: cluster 2024-01-24T03:39:17.560657+0000 mgr.smithi159.sbyejd (mgr.14180) 1615 : cluster [DBG] pgmap v1050: 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-24T03:39:19.643 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:19.643 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:20.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:20.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:20 smithi162 bash[17902]: cluster 2024-01-24T03:39:19.561786+0000 mgr.smithi159.sbyejd (mgr.14180) 1616 : cluster [DBG] pgmap v1051: 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-24T03:39:20.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:20 smithi162 bash[17902]: audit 2024-01-24T03:39:19.630544+0000 mgr.smithi159.sbyejd (mgr.14180) 1617 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:20.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:20 smithi159 bash[14083]: cluster 2024-01-24T03:39:19.561786+0000 mgr.smithi159.sbyejd (mgr.14180) 1616 : cluster [DBG] pgmap v1051: 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-24T03:39:20.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:20 smithi159 bash[14083]: audit 2024-01-24T03:39:19.630544+0000 mgr.smithi159.sbyejd (mgr.14180) 1617 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:21.493 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:22.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:22 smithi159 bash[14083]: cluster 2024-01-24T03:39:21.563083+0000 mgr.smithi159.sbyejd (mgr.14180) 1618 : cluster [DBG] pgmap v1052: 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-24T03:39:23.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:22 smithi162 bash[17902]: cluster 2024-01-24T03:39:21.563083+0000 mgr.smithi159.sbyejd (mgr.14180) 1618 : cluster [DBG] pgmap v1052: 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-24T03:39:24.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:24 smithi159 bash[14083]: audit 2024-01-24T03:39:23.515848+0000 mon.smithi159 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:24.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:24 smithi159 bash[14083]: cluster 2024-01-24T03:39:23.564151+0000 mgr.smithi159.sbyejd (mgr.14180) 1619 : cluster [DBG] pgmap v1053: 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-24T03:39:24.781 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:24.781 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:24.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:24 smithi162 bash[17902]: audit 2024-01-24T03:39:23.515848+0000 mon.smithi159 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:39:24.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:24 smithi162 bash[17902]: cluster 2024-01-24T03:39:23.564151+0000 mgr.smithi159.sbyejd (mgr.14180) 1619 : cluster [DBG] pgmap v1053: 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-24T03:39:25.615 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:25.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:25 smithi162 bash[17902]: audit 2024-01-24T03:39:24.775153+0000 mgr.smithi159.sbyejd (mgr.14180) 1620 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:25.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:25 smithi159 bash[14083]: audit 2024-01-24T03:39:24.775153+0000 mgr.smithi159.sbyejd (mgr.14180) 1620 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:26.615 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:26.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:26 smithi162 bash[17902]: cluster 2024-01-24T03:39:25.565275+0000 mgr.smithi159.sbyejd (mgr.14180) 1621 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:26.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:26 smithi159 bash[14083]: cluster 2024-01-24T03:39:25.565275+0000 mgr.smithi159.sbyejd (mgr.14180) 1621 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:28.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:28 smithi159 bash[14083]: cluster 2024-01-24T03:39:27.565844+0000 mgr.smithi159.sbyejd (mgr.14180) 1622 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:28.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:28 smithi162 bash[17902]: cluster 2024-01-24T03:39:27.565844+0000 mgr.smithi159.sbyejd (mgr.14180) 1622 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:30.051 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:30.051 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:30.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:30.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:30 smithi159 bash[14083]: cluster 2024-01-24T03:39:29.567027+0000 mgr.smithi159.sbyejd (mgr.14180) 1623 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:31.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:30 smithi162 bash[17902]: cluster 2024-01-24T03:39:29.567027+0000 mgr.smithi159.sbyejd (mgr.14180) 1623 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:31.833 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:31.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:31 smithi159 bash[14083]: audit 2024-01-24T03:39:30.041252+0000 mgr.smithi159.sbyejd (mgr.14180) 1624 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:32.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:31 smithi162 bash[17902]: audit 2024-01-24T03:39:30.041252+0000 mgr.smithi159.sbyejd (mgr.14180) 1624 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:32.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:32 smithi159 bash[14083]: cluster 2024-01-24T03:39:31.568278+0000 mgr.smithi159.sbyejd (mgr.14180) 1625 : cluster [DBG] pgmap v1057: 97 pgs: 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-24T03:39:33.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:32 smithi162 bash[17902]: cluster 2024-01-24T03:39:31.568278+0000 mgr.smithi159.sbyejd (mgr.14180) 1625 : cluster [DBG] pgmap v1057: 97 pgs: 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-24T03:39:34.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:34 smithi159 bash[14083]: cluster 2024-01-24T03:39:33.569406+0000 mgr.smithi159.sbyejd (mgr.14180) 1626 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:35.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:34 smithi162 bash[17902]: cluster 2024-01-24T03:39:33.569406+0000 mgr.smithi159.sbyejd (mgr.14180) 1626 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:35.228 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:35.228 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:36.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:36.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:36 smithi159 bash[14083]: audit 2024-01-24T03:39:35.217929+0000 mgr.smithi159.sbyejd (mgr.14180) 1627 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:36.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:36 smithi159 bash[14083]: cluster 2024-01-24T03:39:35.570138+0000 mgr.smithi159.sbyejd (mgr.14180) 1628 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:37.103 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:37.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:36 smithi162 bash[17902]: audit 2024-01-24T03:39:35.217929+0000 mgr.smithi159.sbyejd (mgr.14180) 1627 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:37.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:36 smithi162 bash[17902]: cluster 2024-01-24T03:39:35.570138+0000 mgr.smithi159.sbyejd (mgr.14180) 1628 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:38.588 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:38 smithi159 bash[14083]: cluster 2024-01-24T03:39:37.571029+0000 mgr.smithi159.sbyejd (mgr.14180) 1629 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:38.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:38 smithi162 bash[17902]: cluster 2024-01-24T03:39:37.571029+0000 mgr.smithi159.sbyejd (mgr.14180) 1629 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:40.470 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:40.470 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:40.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:40 smithi159 bash[14083]: cluster 2024-01-24T03:39:39.571737+0000 mgr.smithi159.sbyejd (mgr.14180) 1630 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:41.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:40 smithi162 bash[17902]: cluster 2024-01-24T03:39:39.571737+0000 mgr.smithi159.sbyejd (mgr.14180) 1630 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:41.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:41.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:41 smithi159 bash[14083]: audit 2024-01-24T03:39:40.459397+0000 mgr.smithi159.sbyejd (mgr.14180) 1631 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:42.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:41 smithi162 bash[17902]: audit 2024-01-24T03:39:40.459397+0000 mgr.smithi159.sbyejd (mgr.14180) 1631 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:42.267 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:42.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:42 smithi159 bash[14083]: cluster 2024-01-24T03:39:41.572949+0000 mgr.smithi159.sbyejd (mgr.14180) 1632 : cluster [DBG] pgmap v1062: 97 pgs: 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-24T03:39:43.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:42 smithi162 bash[17902]: cluster 2024-01-24T03:39:41.572949+0000 mgr.smithi159.sbyejd (mgr.14180) 1632 : cluster [DBG] pgmap v1062: 97 pgs: 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-24T03:39:44.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:44 smithi159 bash[14083]: cluster 2024-01-24T03:39:43.573742+0000 mgr.smithi159.sbyejd (mgr.14180) 1633 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:45.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:44 smithi162 bash[17902]: cluster 2024-01-24T03:39:43.573742+0000 mgr.smithi159.sbyejd (mgr.14180) 1633 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:45.880 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:45.880 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:46.683 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:46.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:46 smithi159 bash[14083]: cluster 2024-01-24T03:39:45.574718+0000 mgr.smithi159.sbyejd (mgr.14180) 1634 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:46.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:46 smithi159 bash[14083]: audit 2024-01-24T03:39:45.869266+0000 mgr.smithi159.sbyejd (mgr.14180) 1635 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:47.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:46 smithi162 bash[17902]: cluster 2024-01-24T03:39:45.574718+0000 mgr.smithi159.sbyejd (mgr.14180) 1634 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:47.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:46 smithi162 bash[17902]: audit 2024-01-24T03:39:45.869266+0000 mgr.smithi159.sbyejd (mgr.14180) 1635 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:47.684 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:48.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:48 smithi162 bash[17902]: cluster 2024-01-24T03:39:47.575597+0000 mgr.smithi159.sbyejd (mgr.14180) 1636 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:48.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:48 smithi159 bash[14083]: cluster 2024-01-24T03:39:47.575597+0000 mgr.smithi159.sbyejd (mgr.14180) 1636 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:50.873 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:50.873 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:50.904 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:50 smithi159 bash[14083]: cluster 2024-01-24T03:39:49.576673+0000 mgr.smithi159.sbyejd (mgr.14180) 1637 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:51.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:50 smithi162 bash[17902]: cluster 2024-01-24T03:39:49.576673+0000 mgr.smithi159.sbyejd (mgr.14180) 1637 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:51.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:51.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:51 smithi159 bash[14083]: audit 2024-01-24T03:39:50.861699+0000 mgr.smithi159.sbyejd (mgr.14180) 1638 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:52.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:51 smithi162 bash[17902]: audit 2024-01-24T03:39:50.861699+0000 mgr.smithi159.sbyejd (mgr.14180) 1638 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:52.663 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:52.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:52 smithi159 bash[14083]: cluster 2024-01-24T03:39:51.577876+0000 mgr.smithi159.sbyejd (mgr.14180) 1639 : cluster [DBG] pgmap v1067: 97 pgs: 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-24T03:39:53.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:52 smithi162 bash[17902]: cluster 2024-01-24T03:39:51.577876+0000 mgr.smithi159.sbyejd (mgr.14180) 1639 : cluster [DBG] pgmap v1067: 97 pgs: 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-24T03:39:54.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:54 smithi159 bash[14083]: cluster 2024-01-24T03:39:53.578601+0000 mgr.smithi159.sbyejd (mgr.14180) 1640 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:55.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:54 smithi162 bash[17902]: cluster 2024-01-24T03:39:53.578601+0000 mgr.smithi159.sbyejd (mgr.14180) 1640 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:56.133 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:39:56.133 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:39:56.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:56 smithi159 bash[14083]: cluster 2024-01-24T03:39:55.579944+0000 mgr.smithi159.sbyejd (mgr.14180) 1641 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:56.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:39:57.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:56 smithi162 bash[17902]: cluster 2024-01-24T03:39:55.579944+0000 mgr.smithi159.sbyejd (mgr.14180) 1641 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:57.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:57 smithi159 bash[14083]: audit 2024-01-24T03:39:56.121871+0000 mgr.smithi159.sbyejd (mgr.14180) 1642 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:57.941 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:39:58.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:57 smithi162 bash[17902]: audit 2024-01-24T03:39:56.121871+0000 mgr.smithi159.sbyejd (mgr.14180) 1642 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:39:58.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:39:58 smithi159 bash[14083]: cluster 2024-01-24T03:39:57.580978+0000 mgr.smithi159.sbyejd (mgr.14180) 1643 : cluster [DBG] pgmap v1070: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:39:59.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:39:58 smithi162 bash[17902]: cluster 2024-01-24T03:39:57.580978+0000 mgr.smithi159.sbyejd (mgr.14180) 1643 : cluster [DBG] pgmap v1070: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:39:59.582137+0000 mgr.smithi159.sbyejd (mgr.14180) 1644 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000170+0000 mon.smithi159 (mon.0) 1069 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000249+0000 mon.smithi159 (mon.0) 1070 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000275+0000 mon.smithi159 (mon.0) 1071 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000299+0000 mon.smithi159 (mon.0) 1072 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000322+0000 mon.smithi159 (mon.0) 1073 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000347+0000 mon.smithi159 (mon.0) 1074 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000386+0000 mon.smithi159 (mon.0) 1075 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000406+0000 mon.smithi159 (mon.0) 1076 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:40:00.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000425+0000 mon.smithi159 (mon.0) 1077 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000443+0000 mon.smithi159 (mon.0) 1078 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000465+0000 mon.smithi159 (mon.0) 1079 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000483+0000 mon.smithi159 (mon.0) 1080 : 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-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000524+0000 mon.smithi159 (mon.0) 1081 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000548+0000 mon.smithi159 (mon.0) 1082 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000574+0000 mon.smithi159 (mon.0) 1083 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000597+0000 mon.smithi159 (mon.0) 1084 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000614+0000 mon.smithi159 (mon.0) 1085 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000634+0000 mon.smithi159 (mon.0) 1086 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000651+0000 mon.smithi159 (mon.0) 1087 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000669+0000 mon.smithi159 (mon.0) 1088 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000686+0000 mon.smithi159 (mon.0) 1089 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000704+0000 mon.smithi159 (mon.0) 1090 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:00.933 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000721+0000 mon.smithi159 (mon.0) 1091 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:00.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000738+0000 mon.smithi159 (mon.0) 1092 : 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-24T03:40:00.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000755+0000 mon.smithi159 (mon.0) 1093 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:40:00.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000774+0000 mon.smithi159 (mon.0) 1094 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:00.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000792+0000 mon.smithi159 (mon.0) 1095 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:00.934 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:00 smithi159 bash[14083]: cluster 2024-01-24T03:40:00.000810+0000 mon.smithi159 (mon.0) 1096 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:39:59.582137+0000 mgr.smithi159.sbyejd (mgr.14180) 1644 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000170+0000 mon.smithi159 (mon.0) 1069 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000249+0000 mon.smithi159 (mon.0) 1070 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000275+0000 mon.smithi159 (mon.0) 1071 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000299+0000 mon.smithi159 (mon.0) 1072 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000322+0000 mon.smithi159 (mon.0) 1073 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh 2024-01-24T03:40:01.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000347+0000 mon.smithi159 (mon.0) 1074 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000386+0000 mon.smithi159 (mon.0) 1075 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000406+0000 mon.smithi159 (mon.0) 1076 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000425+0000 mon.smithi159 (mon.0) 1077 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi162.eabbmh ... 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000443+0000 mon.smithi159 (mon.0) 1078 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000465+0000 mon.smithi159 (mon.0) 1079 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000483+0000 mon.smithi159 (mon.0) 1080 : 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-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000524+0000 mon.smithi159 (mon.0) 1081 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000548+0000 mon.smithi159 (mon.0) 1082 : 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=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000574+0000 mon.smithi159 (mon.0) 1083 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000597+0000 mon.smithi159 (mon.0) 1084 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000614+0000 mon.smithi159 (mon.0) 1085 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000634+0000 mon.smithi159 (mon.0) 1086 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000651+0000 mon.smithi159 (mon.0) 1087 : cluster [WRN] /usr/bin/docker: stdout 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000669+0000 mon.smithi159 (mon.0) 1088 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz 2024-01-24T03:40:01.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000686+0000 mon.smithi159 (mon.0) 1089 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi159.rccmvz ... 2024-01-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000704+0000 mon.smithi159 (mon.0) 1090 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000721+0000 mon.smithi159 (mon.0) 1091 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000738+0000 mon.smithi159 (mon.0) 1092 : 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-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000755+0000 mon.smithi159 (mon.0) 1093 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000774+0000 mon.smithi159 (mon.0) 1094 : 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=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000792+0000 mon.smithi159 (mon.0) 1095 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:01.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:00 smithi162 bash[17902]: cluster 2024-01-24T03:40:00.000810+0000 mon.smithi159 (mon.0) 1096 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:01.345 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:01.345 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:02.164 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:02.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:02 smithi159 bash[14083]: audit 2024-01-24T03:40:01.332859+0000 mgr.smithi159.sbyejd (mgr.14180) 1645 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:02.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:02 smithi159 bash[14083]: cluster 2024-01-24T03:40:01.583583+0000 mgr.smithi159.sbyejd (mgr.14180) 1646 : cluster [DBG] pgmap v1072: 97 pgs: 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-24T03:40:03.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:02 smithi162 bash[17902]: audit 2024-01-24T03:40:01.332859+0000 mgr.smithi159.sbyejd (mgr.14180) 1645 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:03.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:02 smithi162 bash[17902]: cluster 2024-01-24T03:40:01.583583+0000 mgr.smithi159.sbyejd (mgr.14180) 1646 : cluster [DBG] pgmap v1072: 97 pgs: 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-24T03:40:03.165 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:40:05.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:04 smithi162 bash[17902]: cluster 2024-01-24T03:40:03.584255+0000 mgr.smithi159.sbyejd (mgr.14180) 1647 : cluster [DBG] pgmap v1073: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:05.124 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:04 smithi159 bash[14083]: cluster 2024-01-24T03:40:03.584255+0000 mgr.smithi159.sbyejd (mgr.14180) 1647 : cluster [DBG] pgmap v1073: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:06.752 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:06.752 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:07.025 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:06 smithi159 bash[14083]: cluster 2024-01-24T03:40:05.585530+0000 mgr.smithi159.sbyejd (mgr.14180) 1648 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:07.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:06 smithi162 bash[17902]: cluster 2024-01-24T03:40:05.585530+0000 mgr.smithi159.sbyejd (mgr.14180) 1648 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:07.604 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:07.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:07 smithi159 bash[14083]: audit 2024-01-24T03:40:06.742438+0000 mgr.smithi159.sbyejd (mgr.14180) 1649 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:08.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:07 smithi162 bash[17902]: audit 2024-01-24T03:40:06.742438+0000 mgr.smithi159.sbyejd (mgr.14180) 1649 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:08.606 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:40:08.931 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:08 smithi159 bash[14083]: cluster 2024-01-24T03:40:07.586500+0000 mgr.smithi159.sbyejd (mgr.14180) 1650 : cluster [DBG] pgmap v1075: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:09.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:08 smithi162 bash[17902]: cluster 2024-01-24T03:40:07.586500+0000 mgr.smithi159.sbyejd (mgr.14180) 1650 : cluster [DBG] pgmap v1075: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:10.932 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:10 smithi159 bash[14083]: cluster 2024-01-24T03:40:09.587709+0000 mgr.smithi159.sbyejd (mgr.14180) 1651 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:11.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:10 smithi162 bash[17902]: cluster 2024-01-24T03:40:09.587709+0000 mgr.smithi159.sbyejd (mgr.14180) 1651 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:11.967 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:11.968 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:12.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:13.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:12 smithi162 bash[17902]: cluster 2024-01-24T03:40:11.589027+0000 mgr.smithi159.sbyejd (mgr.14180) 1652 : cluster [DBG] pgmap v1077: 97 pgs: 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-24T03:40:13.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:12 smithi159 bash[14083]: cluster 2024-01-24T03:40:11.589027+0000 mgr.smithi159.sbyejd (mgr.14180) 1652 : cluster [DBG] pgmap v1077: 97 pgs: 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-24T03:40:13.802 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:40:14.010 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:13 smithi159 bash[14083]: audit 2024-01-24T03:40:11.957914+0000 mgr.smithi159.sbyejd (mgr.14180) 1653 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:14.011 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:13 smithi159 bash[14083]: audit 2024-01-24T03:40:13.562289+0000 mon.smithi159 (mon.0) 1097 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:40:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:13 smithi162 bash[17902]: audit 2024-01-24T03:40:11.957914+0000 mgr.smithi159.sbyejd (mgr.14180) 1653 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:14.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:13 smithi162 bash[17902]: audit 2024-01-24T03:40:13.562289+0000 mon.smithi159 (mon.0) 1097 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-24T03:40:15.002 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: cluster 2024-01-24T03:40:13.590149+0000 mgr.smithi159.sbyejd (mgr.14180) 1654 : cluster [DBG] pgmap v1078: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:15.002 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: audit 2024-01-24T03:40:13.881271+0000 mon.smithi159 (mon.0) 1098 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:40:15.002 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: audit 2024-01-24T03:40:13.882470+0000 mon.smithi159 (mon.0) 1099 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:40:15.003 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: audit 2024-01-24T03:40:13.890640+0000 mon.smithi159 (mon.0) 1100 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:40:15.003 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: cluster 2024-01-24T03:40:13.891482+0000 mgr.smithi159.sbyejd (mgr.14180) 1655 : cluster [DBG] pgmap v1079: 97 pgs: 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-24T03:40:15.003 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: audit 2024-01-24T03:40:13.899436+0000 mon.smithi159 (mon.0) 1101 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:40:15.003 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: audit 2024-01-24T03:40:13.910154+0000 mon.smithi159 (mon.0) 1102 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:40:15.003 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:14 smithi159 bash[14083]: cephadm 2024-01-24T03:40:13.914353+0000 mgr.smithi159.sbyejd (mgr.14180) 1656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zuyweg on smithi162 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: cluster 2024-01-24T03:40:13.590149+0000 mgr.smithi159.sbyejd (mgr.14180) 1654 : cluster [DBG] pgmap v1078: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: audit 2024-01-24T03:40:13.881271+0000 mon.smithi159 (mon.0) 1098 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: audit 2024-01-24T03:40:13.882470+0000 mon.smithi159 (mon.0) 1099 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: audit 2024-01-24T03:40:13.890640+0000 mon.smithi159 (mon.0) 1100 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: cluster 2024-01-24T03:40:13.891482+0000 mgr.smithi159.sbyejd (mgr.14180) 1655 : cluster [DBG] pgmap v1079: 97 pgs: 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-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: audit 2024-01-24T03:40:13.899436+0000 mon.smithi159 (mon.0) 1101 : audit [DBG] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: audit 2024-01-24T03:40:13.910154+0000 mon.smithi159 (mon.0) 1102 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:40:15.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:14 smithi162 bash[17902]: cephadm 2024-01-24T03:40:13.914353+0000 mgr.smithi159.sbyejd (mgr.14180) 1656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi162.zuyweg on smithi162 2024-01-24T03:40:15.972 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:15 smithi159 bash[14083]: cluster 2024-01-24T03:40:14.887719+0000 mon.smithi159 (mon.0) 1103 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:40:15.972 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:15 smithi159 bash[14083]: cluster 2024-01-24T03:40:14.887775+0000 mon.smithi159 (mon.0) 1104 : cluster [INF] Cluster is now healthy 2024-01-24T03:40:16.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:15 smithi162 bash[17902]: cluster 2024-01-24T03:40:14.887719+0000 mon.smithi159 (mon.0) 1103 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-24T03:40:16.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:15 smithi162 bash[17902]: cluster 2024-01-24T03:40:14.887775+0000 mon.smithi159 (mon.0) 1104 : cluster [INF] Cluster is now healthy 2024-01-24T03:40:16.993 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:16 smithi159 bash[14083]: cluster 2024-01-24T03:40:15.892312+0000 mgr.smithi159.sbyejd (mgr.14180) 1657 : cluster [DBG] pgmap v1080: 97 pgs: 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-24T03:40:17.123 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:16 smithi162 bash[17902]: cluster 2024-01-24T03:40:15.892312+0000 mgr.smithi159.sbyejd (mgr.14180) 1657 : cluster [DBG] pgmap v1080: 97 pgs: 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-24T03:40:17.409 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:17.409 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:38:04.631047Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.fbaoov on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:08.938112Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.eabbmh on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-eabbmh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.eabbmh\nDeploy daemon haproxy.nfs.foo.smithi162.eabbmh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.551665Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.rccmvz on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-rccmvz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.rccmvz\nDeploy daemon haproxy.nfs.foo.smithi159.rccmvz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:39:13.554568Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.stnilo on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:18.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:18.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: audit 2024-01-24T03:40:17.397971+0000 mgr.smithi159.sbyejd (mgr.14180) 1658 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:18.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: cluster 2024-01-24T03:40:17.893038+0000 mgr.smithi159.sbyejd (mgr.14180) 1659 : cluster [DBG] pgmap v1081: 97 pgs: 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-24T03:40:18.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: cephadm 2024-01-24T03:40:17.923967+0000 mgr.smithi159.sbyejd (mgr.14180) 1660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:18.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.zuyweg ... 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:40:18.625 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.zuyweg ... 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: cephadm 2024-01-24T03:40:17.924491+0000 mgr.smithi159.sbyejd (mgr.14180) 1661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: audit 2024-01-24T03:40:17.925150+0000 mon.smithi159 (mon.0) 1105 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zuyweg"}]: dispatch 2024-01-24T03:40:18.626 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: cephadm 2024-01-24T03:40:17.926847+0000 mgr.smithi159.sbyejd (mgr.14180) 1662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zuyweg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi162.zuyweg ... 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.627 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:18 smithi162 bash[17902]: cephadm 2024-01-24T03:40:17.931591+0000 mgr.smithi159.sbyejd (mgr.14180) 1663 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.khnqbr on smithi159 2024-01-24T03:40:18.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: audit 2024-01-24T03:40:17.397971+0000 mgr.smithi159.sbyejd (mgr.14180) 1658 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:18.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: cluster 2024-01-24T03:40:17.893038+0000 mgr.smithi159.sbyejd (mgr.14180) 1659 : cluster [DBG] pgmap v1081: 97 pgs: 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-24T03:40:18.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: cephadm 2024-01-24T03:40:17.923967+0000 mgr.smithi159.sbyejd (mgr.14180) 1660 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.zuyweg ... 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:40:18.683 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.zuyweg ... 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: cephadm 2024-01-24T03:40:17.924491+0000 mgr.smithi159.sbyejd (mgr.14180) 1661 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.684 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: audit 2024-01-24T03:40:17.925150+0000 mon.smithi159 (mon.0) 1105 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi162.zuyweg"}]: dispatch 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: cephadm 2024-01-24T03:40:17.926847+0000 mgr.smithi159.sbyejd (mgr.14180) 1662 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi162.zuyweg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi162.zuyweg ... 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:18.685 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:18.686 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:18 smithi159 bash[14083]: cephadm 2024-01-24T03:40:17.931591+0000 mgr.smithi159.sbyejd (mgr.14180) 1663 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi159.khnqbr on smithi159 2024-01-24T03:40:19.186 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:40:21.238 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:20 smithi159 bash[14083]: cluster 2024-01-24T03:40:19.893855+0000 mgr.smithi159.sbyejd (mgr.14180) 1664 : cluster [DBG] pgmap v1082: 97 pgs: 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-24T03:40:21.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:20 smithi162 bash[17902]: cluster 2024-01-24T03:40:19.893855+0000 mgr.smithi159.sbyejd (mgr.14180) 1664 : cluster [DBG] pgmap v1082: 97 pgs: 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-24T03:40:22.904 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:22.904 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:40:17.926621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zuyweg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg\nDeploy daemon haproxy.nfs.foo.smithi162.zuyweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:40:22.211822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khnqbr on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr\nDeploy daemon haproxy.nfs.foo.smithi159.khnqbr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:40:22.215315Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.eyusrg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:40:22.217145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.jelnez on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:23.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:22 smithi162 bash[17902]: cluster 2024-01-24T03:40:21.895065+0000 mgr.smithi159.sbyejd (mgr.14180) 1665 : cluster [DBG] pgmap v1083: 97 pgs: 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-24T03:40:23.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:22 smithi162 bash[17902]: audit 2024-01-24T03:40:22.210600+0000 mon.smithi159 (mon.0) 1106 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.khnqbr"}]: dispatch 2024-01-24T03:40:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:22 smithi159 bash[14083]: cluster 2024-01-24T03:40:21.895065+0000 mgr.smithi159.sbyejd (mgr.14180) 1665 : cluster [DBG] pgmap v1083: 97 pgs: 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-24T03:40:23.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:22 smithi159 bash[14083]: audit 2024-01-24T03:40:22.210600+0000 mon.smithi159 (mon.0) 1106 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi159.khnqbr"}]: dispatch 2024-01-24T03:40:23.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:24.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cephadm 2024-01-24T03:40:22.209236+0000 mgr.smithi159.sbyejd (mgr.14180) 1666 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:24.124 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.khnqbr ... 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Traceback (most recent call last): 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: yield (conn, connr) 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:40:24.125 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: code, '\n'.join(err))) 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.khnqbr ... 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cephadm 2024-01-24T03:40:22.209820+0000 mgr.smithi159.sbyejd (mgr.14180) 1667 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cephadm 2024-01-24T03:40:22.211996+0000 mgr.smithi159.sbyejd (mgr.14180) 1668 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.khnqbr on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.126 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stdout 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Deploy daemon haproxy.nfs.foo.smithi159.khnqbr ... 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cephadm 2024-01-24T03:40:22.215476+0000 mgr.smithi159.sbyejd (mgr.14180) 1669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.eyusrg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cephadm 2024-01-24T03:40:22.217250+0000 mgr.smithi159.sbyejd (mgr.14180) 1670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.jelnez on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cluster 2024-01-24T03:40:22.217938+0000 mgr.smithi159.sbyejd (mgr.14180) 1671 : cluster [DBG] pgmap v1084: 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-24T03:40:24.127 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: audit 2024-01-24T03:40:22.891520+0000 mgr.smithi159.sbyejd (mgr.14180) 1672 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:24.128 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:23 smithi162 bash[17902]: cluster 2024-01-24T03:40:22.952895+0000 mon.smithi159 (mon.0) 1107 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cephadm 2024-01-24T03:40:22.209236+0000 mgr.smithi159.sbyejd (mgr.14180) 1666 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.182 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.khnqbr ... 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Traceback (most recent call last): 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: yield (conn, connr) 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: code, '\n'.join(err))) 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.183 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:24.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.khnqbr ... 2024-01-24T03:40:24.184 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cephadm 2024-01-24T03:40:22.209820+0000 mgr.smithi159.sbyejd (mgr.14180) 1667 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cephadm 2024-01-24T03:40:22.211996+0000 mgr.smithi159.sbyejd (mgr.14180) 1668 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi159.khnqbr on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stdout 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr 2024-01-24T03:40:24.185 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Deploy daemon haproxy.nfs.foo.smithi159.khnqbr ... 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: stat: stderr See 'docker run --help'. 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cephadm 2024-01-24T03:40:22.215476+0000 mgr.smithi159.sbyejd (mgr.14180) 1669 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi162.eyusrg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cephadm 2024-01-24T03:40:22.217250+0000 mgr.smithi159.sbyejd (mgr.14180) 1670 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi159.jelnez on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cluster 2024-01-24T03:40:22.217938+0000 mgr.smithi159.sbyejd (mgr.14180) 1671 : cluster [DBG] pgmap v1084: 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-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: audit 2024-01-24T03:40:22.891520+0000 mgr.smithi159.sbyejd (mgr.14180) 1672 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:24.186 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:23 smithi159 bash[14083]: cluster 2024-01-24T03:40:22.952895+0000 mon.smithi159 (mon.0) 1107 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-24T03:40:24.874 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:40:25.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:25 smithi159 bash[14083]: audit 2024-01-24T03:40:24.025718+0000 mon.smithi159 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:40:25.181 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:25 smithi159 bash[14083]: cluster 2024-01-24T03:40:24.219029+0000 mgr.smithi159.sbyejd (mgr.14180) 1673 : cluster [DBG] pgmap v1085: 97 pgs: 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-24T03:40:25.373 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:25 smithi162 bash[17902]: audit 2024-01-24T03:40:24.025718+0000 mon.smithi159 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.159:0/2783285864' entity='mgr.smithi159.sbyejd' 2024-01-24T03:40:25.374 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:25 smithi162 bash[17902]: cluster 2024-01-24T03:40:24.219029+0000 mgr.smithi159.sbyejd (mgr.14180) 1673 : cluster [DBG] pgmap v1085: 97 pgs: 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-24T03:40:27.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:27 smithi159 bash[14083]: cluster 2024-01-24T03:40:26.219790+0000 mgr.smithi159.sbyejd (mgr.14180) 1674 : cluster [DBG] pgmap v1086: 97 pgs: 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-24T03:40:27.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:27 smithi162 bash[17902]: cluster 2024-01-24T03:40:26.219790+0000 mgr.smithi159.sbyejd (mgr.14180) 1674 : cluster [DBG] pgmap v1086: 97 pgs: 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-24T03:40:28.434 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:28.434 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:40:17.926621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zuyweg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg\nDeploy daemon haproxy.nfs.foo.smithi162.zuyweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:40:22.211822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khnqbr on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr\nDeploy daemon haproxy.nfs.foo.smithi159.khnqbr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:40:22.215315Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.eyusrg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:40:22.217145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.jelnez on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:29.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:29.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:29 smithi162 bash[17902]: cluster 2024-01-24T03:40:28.220511+0000 mgr.smithi159.sbyejd (mgr.14180) 1675 : cluster [DBG] pgmap v1087: 97 pgs: 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-24T03:40:29.624 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:29 smithi162 bash[17902]: audit 2024-01-24T03:40:28.427517+0000 mgr.smithi159.sbyejd (mgr.14180) 1676 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:29.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:29 smithi159 bash[14083]: cluster 2024-01-24T03:40:28.220511+0000 mgr.smithi159.sbyejd (mgr.14180) 1675 : cluster [DBG] pgmap v1087: 97 pgs: 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-24T03:40:29.682 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:29 smithi159 bash[14083]: audit 2024-01-24T03:40:28.427517+0000 mgr.smithi159.sbyejd (mgr.14180) 1676 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:30.286 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 -- ceph orch ls -f json 2024-01-24T03:40:31.596 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:31 smithi159 bash[14083]: cluster 2024-01-24T03:40:30.221648+0000 mgr.smithi159.sbyejd (mgr.14180) 1677 : cluster [DBG] pgmap v1088: 97 pgs: 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-24T03:40:31.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:31 smithi162 bash[17902]: cluster 2024-01-24T03:40:30.221648+0000 mgr.smithi159.sbyejd (mgr.14180) 1677 : cluster [DBG] pgmap v1088: 97 pgs: 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-24T03:40:33.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:33 smithi162 bash[17902]: cluster 2024-01-24T03:40:32.222933+0000 mgr.smithi159.sbyejd (mgr.14180) 1678 : cluster [DBG] pgmap v1089: 97 pgs: 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-24T03:40:33.681 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:33 smithi159 bash[14083]: cluster 2024-01-24T03:40:32.222933+0000 mgr.smithi159.sbyejd (mgr.14180) 1678 : cluster [DBG] pgmap v1089: 97 pgs: 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-24T03:40:33.770 INFO:teuthology.orchestra.run.smithi159.stdout: 2024-01-24T03:40:33.771 INFO:teuthology.orchestra.run.smithi159.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-24T03:05:22.919544Z", "last_refresh": "2024-01-24T03:37:56.093173Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-24T03:05:13.717520Z", "last_refresh": "2024-01-24T03:37:56.035482Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-24T03:05:17.965795Z", "last_refresh": "2024-01-24T03:37:56.093389Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-24T03:39:13.557285Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.hqguxf on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:40:17.926621Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi162.zuyweg on smithi162: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi162-zuyweg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi162.zuyweg\nDeploy daemon haproxy.nfs.foo.smithi162.zuyweg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi162 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:40:22.211822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi159.khnqbr on smithi159: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy-nfs-foo-smithi159-khnqbr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-haproxy.nfs.foo.smithi159.khnqbr\nDeploy daemon haproxy.nfs.foo.smithi159.khnqbr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi159 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-24T03:40:22.215315Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi162.eyusrg on smithi162: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-24T03:40:22.217145Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi159.jelnez on smithi159: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.159/16"}, "status": {"created": "2024-01-24T03:13:56.853346Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.159/16"}}, {"events": ["2024-01-24T03:13:50.455630Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-24T03:13:50.447676Z", "last_refresh": "2024-01-24T03:37:56.036698Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-24T03:05:11.668109Z", "last_refresh": "2024-01-24T03:37:56.035745Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:00.442339Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi159:172.21.15.159=smithi159", "smithi162:172.21.15.162=smithi162"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-24T03:07:00.437972Z", "last_refresh": "2024-01-24T03:37:56.035910Z", "running": 2, "size": 2}}, {"events": ["2024-01-24T03:13:56.852934Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-24T03:13:56.846987Z", "last_refresh": "2024-01-24T03:37:56.036827Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-24T03:05:20.509519Z", "last_refresh": "2024-01-24T03:37:56.036048Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-24T03:07:39.619068Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-24T03:07:39.612336Z", "last_refresh": "2024-01-24T03:37:56.036181Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-24T03:05:15.811465Z", "last_refresh": "2024-01-24T03:37:56.093600Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-24T03:40:34.604 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:34 smithi159 bash[14083]: audit 2024-01-24T03:40:33.764383+0000 mgr.smithi159.sbyejd (mgr.14180) 1679 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:34.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-24T03:40:34.605 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-24T03:40:34.860 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=91fea376ebc740959444ccf0395d43cf Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-24T03:40:34.862 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-24T03:40:34.873 INFO:tasks.vip:Removing 10.0.15.159 (and any VIPs) on smithi159.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:40:34.873 DEBUG:teuthology.orchestra.run.smithi159:> sudo ip addr del 10.0.15.159/16 dev enp3s0f1 2024-01-24T03:40:34.886 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:34 smithi162 bash[17902]: audit 2024-01-24T03:40:33.764383+0000 mgr.smithi159.sbyejd (mgr.14180) 1679 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-24T03:40:34.902 DEBUG:teuthology.orchestra.run.smithi159:> sudo ip addr del 10.0.31.159/16 dev enp3s0f1 2024-01-24T03:40:34.961 INFO:teuthology.orchestra.run.smithi159.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T03:40:34.962 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T03:40:34.962 INFO:tasks.vip:Removing 10.0.15.162 (and any VIPs) on smithi162.front.sepia.ceph.com iface enp3s0f1... 2024-01-24T03:40:34.963 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.15.162/16 dev enp3s0f1 2024-01-24T03:40:34.979 DEBUG:teuthology.orchestra.run.smithi162:> sudo ip addr del 10.0.31.159/16 dev enp3s0f1 2024-01-24T03:40:35.037 INFO:teuthology.orchestra.run.smithi162.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-24T03:40:35.037 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-24T03:40:35.038 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-24T03:40:35.048 INFO:tasks.cephadm:Teardown begin 2024-01-24T03:40:35.048 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:40:35.063 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:40:35.095 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-24T03:40:35.095 DEBUG:teuthology.orchestra.run.smithi159:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:40:35.112 DEBUG:teuthology.orchestra.run.smithi162:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-24T03:40:35.147 INFO:tasks.cephadm:Stopping all daemons... 2024-01-24T03:40:35.147 INFO:tasks.cephadm.mon.smithi159:Stopping mon.smithi159... 2024-01-24T03:40:35.148 DEBUG:teuthology.orchestra.run.smithi159:> sudo systemctl stop ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159 2024-01-24T03:40:35.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:35 smithi159 systemd[1]: Stopping Ceph mon.smithi159 for 2509d94c-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:40:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:35 smithi159 bash[117338]: Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon.smithi159 2024-01-24T03:40:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:35 smithi159 bash[14083]: cluster 2024-01-24T03:40:34.224043+0000 mgr.smithi159.sbyejd (mgr.14180) 1680 : cluster [DBG] pgmap v1090: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:35 smithi159 bash[14083]: debug 2024-01-24T03:40:35.350+0000 7fa09c2bd700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi159 -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-24T03:40:35.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:35 smithi159 bash[14083]: debug 2024-01-24T03:40:35.350+0000 7fa09c2bd700 -1 mon.smithi159@0(leader) e2 *** Got Signal Terminated *** 2024-01-24T03:40:35.623 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:35 smithi162 bash[17902]: cluster 2024-01-24T03:40:34.224043+0000 mgr.smithi159.sbyejd (mgr.14180) 1680 : cluster [DBG] pgmap v1090: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-24T03:40:36.404 DEBUG:teuthology.orchestra.run.smithi159:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service' 2024-01-24T03:40:36.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:36 smithi159 bash[117372]: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon-smithi159 2024-01-24T03:40:36.431 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:36 smithi159 bash[117445]: Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon-smithi159 2024-01-24T03:40:36.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:36 smithi159 systemd[1]: ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi159.service: Succeeded. 2024-01-24T03:40:36.432 INFO:journalctl@ceph.mon.smithi159.smithi159.stdout:Jan 24 03:40:36 smithi159 systemd[1]: Stopped Ceph mon.smithi159 for 2509d94c-ba65-11ee-95b1-87774f69a715. 2024-01-24T03:40:36.456 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T03:40:36.456 INFO:tasks.cephadm.mon.smithi159:Stopped mon.smithi159 2024-01-24T03:40:36.457 INFO:tasks.cephadm.mon.smithi162:Stopping mon.smithi162... 2024-01-24T03:40:36.457 DEBUG:teuthology.orchestra.run.smithi162:> sudo systemctl stop ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi162 2024-01-24T03:40:36.873 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:36 smithi162 systemd[1]: Stopping Ceph mon.smithi162 for 2509d94c-ba65-11ee-95b1-87774f69a715... 2024-01-24T03:40:36.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:36 smithi162 bash[39666]: Error response from daemon: No such container: ceph-2509d94c-ba65-11ee-95b1-87774f69a715-mon.smithi162 2024-01-24T03:40:36.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:36 smithi162 bash[17902]: debug 2024-01-24T03:40:36.687+0000 7f00b641f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi162 -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-24T03:40:36.874 INFO:journalctl@ceph.mon.smithi162.smithi162.stdout:Jan 24 03:40:36 smithi162 bash[17902]: debug 2024-01-24T03:40:36.687+0000 7f00b641f700 -1 mon.smithi162@1(peon) e2 *** Got Signal Terminated *** 2024-01-24T03:40:37.815 DEBUG:teuthology.orchestra.run.smithi162:> sudo pkill -f 'journalctl -f -n 0 -u ceph-2509d94c-ba65-11ee-95b1-87774f69a715@mon.smithi162.service' 2024-01-24T03:40:37.854 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-24T03:40:37.855 INFO:tasks.cephadm.mon.smithi162:Stopped mon.smithi162 2024-01-24T03:40:37.855 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T03:41:40.573 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-24T03:42:43.133 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:42:43.150 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-24T03:42:43.165 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-24T03:42:43.167 DEBUG:teuthology.misc:Transferring archived files from smithi159:/var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/remote/ubuntu@smithi159.front.sepia.ceph.com/crash 2024-01-24T03:42:43.168 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/crash -- . 2024-01-24T03:42:43.209 INFO:teuthology.orchestra.run.smithi159.stderr:tar: /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T03:42:43.210 INFO:teuthology.orchestra.run.smithi159.stderr:tar: Error is not recoverable: exiting now 2024-01-24T03:42:43.211 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/remote/ubuntu@smithi162.front.sepia.ceph.com/crash 2024-01-24T03:42:43.212 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/crash -- . 2024-01-24T03:42:43.226 INFO:teuthology.orchestra.run.smithi162.stderr:tar: /var/lib/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/crash: Cannot open: No such file or directory 2024-01-24T03:42:43.226 INFO:teuthology.orchestra.run.smithi162.stderr:tar: Error is not recoverable: exiting now 2024-01-24T03:42:43.227 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-24T03:42:43.228 DEBUG:teuthology.orchestra.run.smithi159:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-24T03:42:43.271 INFO:teuthology.orchestra.run.smithi159.stderr:grep: /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-24T03:42:43.273 INFO:tasks.cephadm:Compressing logs... 2024-01-24T03:42:43.273 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:42:43.316 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:42:43.328 INFO:teuthology.orchestra.run.smithi159.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-24T03:42:43.332 INFO:teuthology.orchestra.run.smithi162.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-24T03:42:43.336 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi159.zcwyar.log 2024-01-24T03:42:43.337 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi159.sbyejd.log 2024-01-24T03:42:43.337 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi159.zcwyar.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.5.log 2024-01-24T03:42:43.338 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- 60.1%/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.1.log /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi159.sbyejd.log: 2024-01-24T03:42:43.338 INFO:teuthology.orchestra.run.smithi159.stderr: -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi159.zcwyar.log.gz 2024-01-24T03:42:43.339 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi159.log 2024-01-24T03:42:43.339 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.3.log 2024-01-24T03:42:43.339 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.1.log: /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi159.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T03:42:43.341 INFO:teuthology.orchestra.run.smithi159.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.7.log 2024-01-24T03:42:43.341 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log 2024-01-24T03:42:43.345 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi162.yprtvs.log 2024-01-24T03:42:43.346 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi162.xpxzcp.log 2024-01-24T03:42:43.346 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.6.log 2024-01-24T03:42:43.347 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi162.yprtvs.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.0.log 2024-01-24T03:42:43.347 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi162.xpxzcp.log: 83.5% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mds.foofs.smithi162.yprtvs.log.gz 2024-01-24T03:42:43.348 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.4.log 2024-01-24T03:42:43.348 INFO:teuthology.orchestra.run.smithi162.stderr:gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi162.log 2024-01-24T03:42:43.349 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-24T03:42:43.349 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.2.log 2024-01-24T03:42:43.350 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi162.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-24T03:42:43.353 INFO:teuthology.orchestra.run.smithi159.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 92.3% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T03:42:43.361 INFO:teuthology.orchestra.run.smithi162.stderr:/var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.2.log: /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T03:42:43.361 INFO:teuthology.orchestra.run.smithi162.stderr: 93.7% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi162.xpxzcp.log.gz 2024-01-24T03:42:43.361 INFO:teuthology.orchestra.run.smithi159.stderr: 92.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-24T03:42:43.362 INFO:teuthology.orchestra.run.smithi162.stderr: 92.2% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-24T03:42:43.782 INFO:teuthology.orchestra.run.smithi159.stderr: 89.0% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mgr.smithi159.sbyejd.log.gz 2024-01-24T03:42:43.800 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi162.log.gz 2024-01-24T03:42:43.813 INFO:teuthology.orchestra.run.smithi159.stderr: 93.1% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.5.log.gz 2024-01-24T03:42:43.986 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.0.log.gz 2024-01-24T03:42:44.000 INFO:teuthology.orchestra.run.smithi162.stderr: 93.1% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.4.log.gz 2024-01-24T03:42:44.016 INFO:teuthology.orchestra.run.smithi159.stderr: 93.2% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.7.log.gz 2024-01-24T03:42:44.018 INFO:teuthology.orchestra.run.smithi159.stderr: 93.1% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.1.log.gz 2024-01-24T03:42:44.052 INFO:teuthology.orchestra.run.smithi162.stderr: 93.1% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.2.log.gz 2024-01-24T03:42:44.146 INFO:teuthology.orchestra.run.smithi159.stderr: 93.5% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.3.log.gz 2024-01-24T03:42:44.231 INFO:teuthology.orchestra.run.smithi162.stderr: 93.0% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-osd.6.log.gz 2024-01-24T03:42:44.233 INFO:teuthology.orchestra.run.smithi162.stderr: 2024-01-24T03:42:44.233 INFO:teuthology.orchestra.run.smithi162.stderr:real 0m0.911s 2024-01-24T03:42:44.233 INFO:teuthology.orchestra.run.smithi162.stderr:user 0m3.262s 2024-01-24T03:42:44.233 INFO:teuthology.orchestra.run.smithi162.stderr:sys 0m0.135s 2024-01-24T03:42:44.281 INFO:teuthology.orchestra.run.smithi159.stderr: 90.0% -- replaced with /var/log/ceph/2509d94c-ba65-11ee-95b1-87774f69a715/ceph-mon.smithi159.log.gz 2024-01-24T03:42:44.283 INFO:teuthology.orchestra.run.smithi159.stderr: 2024-01-24T03:42:44.283 INFO:teuthology.orchestra.run.smithi159.stderr:real 0m0.964s 2024-01-24T03:42:44.284 INFO:teuthology.orchestra.run.smithi159.stderr:user 0m3.940s 2024-01-24T03:42:44.284 INFO:teuthology.orchestra.run.smithi159.stderr:sys 0m0.143s 2024-01-24T03:42:44.284 INFO:tasks.cephadm:Archiving logs... 2024-01-24T03:42:44.284 DEBUG:teuthology.misc:Transferring archived files from smithi159:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/remote/ubuntu@smithi159.front.sepia.ceph.com/log 2024-01-24T03:42:44.285 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T03:42:44.910 DEBUG:teuthology.misc:Transferring archived files from smithi162:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/remote/ubuntu@smithi162.front.sepia.ceph.com/log 2024-01-24T03:42:44.911 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-24T03:42:45.332 INFO:tasks.cephadm:Removing cluster... 2024-01-24T03:42:45.332 DEBUG:teuthology.orchestra.run.smithi159:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 --force 2024-01-24T03:42:46.689 DEBUG:teuthology.orchestra.run.smithi162:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 2509d94c-ba65-11ee-95b1-87774f69a715 --force 2024-01-24T03:42:48.051 INFO:tasks.cephadm:Removing cephadm ... 2024-01-24T03:42:48.051 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T03:42:48.058 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-24T03:42:48.065 INFO:tasks.cephadm:Teardown complete 2024-01-24T03:42:48.066 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-24T03:42:48.076 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi159:/dev/vg_nvme/lv_1... 2024-01-24T03:42:48.077 DEBUG:teuthology.orchestra.run.smithi159:> sudo nvme disconnect -n lv_1 2024-01-24T03:42:48.407 INFO:teuthology.orchestra.run.smithi159.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T03:42:48.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:48.409 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi159:/dev/vg_nvme/lv_2... 2024-01-24T03:42:48.409 DEBUG:teuthology.orchestra.run.smithi159:> sudo nvme disconnect -n lv_2 2024-01-24T03:42:48.687 INFO:teuthology.orchestra.run.smithi159.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T03:42:48.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:48.689 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi159:/dev/vg_nvme/lv_3... 2024-01-24T03:42:48.689 DEBUG:teuthology.orchestra.run.smithi159:> sudo nvme disconnect -n lv_3 2024-01-24T03:42:48.979 INFO:teuthology.orchestra.run.smithi159.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T03:42:48.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:48.981 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi159:/dev/vg_nvme/lv_4... 2024-01-24T03:42:48.981 DEBUG:teuthology.orchestra.run.smithi159:> sudo nvme disconnect -n lv_4 2024-01-24T03:42:49.299 INFO:teuthology.orchestra.run.smithi159.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T03:42:49.300 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:49.301 DEBUG:teuthology.orchestra.run.smithi159:> set -ex 2024-01-24T03:42:49.301 DEBUG:teuthology.orchestra.run.smithi159:> sudo dd of=/scratch_devs 2024-01-24T03:42:49.317 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_1... 2024-01-24T03:42:49.317 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_1 2024-01-24T03:42:49.647 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-24T03:42:49.648 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:49.649 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_2... 2024-01-24T03:42:49.649 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_2 2024-01-24T03:42:49.930 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-24T03:42:49.931 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:49.932 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_3... 2024-01-24T03:42:49.932 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_3 2024-01-24T03:42:50.194 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-24T03:42:50.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:50.196 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi162:/dev/vg_nvme/lv_4... 2024-01-24T03:42:50.197 DEBUG:teuthology.orchestra.run.smithi162:> sudo nvme disconnect -n lv_4 2024-01-24T03:42:50.494 INFO:teuthology.orchestra.run.smithi162.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-24T03:42:50.495 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:50.496 DEBUG:teuthology.orchestra.run.smithi162:> set -ex 2024-01-24T03:42:50.496 DEBUG:teuthology.orchestra.run.smithi162:> sudo dd of=/scratch_devs 2024-01-24T03:42:50.511 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-24T03:42:50.521 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-24T03:42:50.522 DEBUG:teuthology.orchestra.run.smithi159:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:42:50.524 DEBUG:teuthology.orchestra.run.smithi162:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-24T03:42:50.540 INFO:teuthology.orchestra.run.smithi159.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T03:42:50.541 INFO:teuthology.orchestra.run.smithi159.stdout:============================================================================== 2024-01-24T03:42:50.541 INFO:teuthology.orchestra.run.smithi159.stdout:*hv01.front.sepi 44.4.53.2 2 u 13 64 377 0.126 1.257 0.329 2024-01-24T03:42:50.541 INFO:teuthology.orchestra.run.smithi159.stdout:+hv02.front.sepi 63.231.80.2 3 u 22 64 377 0.076 0.792 0.100 2024-01-24T03:42:50.541 INFO:teuthology.orchestra.run.smithi159.stdout:+hv03.front.sepi 74.6.168.72 3 u 9 64 377 0.081 0.753 0.106 2024-01-24T03:42:50.541 INFO:teuthology.orchestra.run.smithi159.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-24T03:42:50.572 INFO:teuthology.orchestra.run.smithi162.stdout: remote refid st t when poll reach delay offset jitter 2024-01-24T03:42:50.573 INFO:teuthology.orchestra.run.smithi162.stdout:============================================================================== 2024-01-24T03:42:50.573 INFO:teuthology.orchestra.run.smithi162.stdout:*hv01.front.sepi 44.4.53.2 2 u 62 128 377 0.123 1.253 0.324 2024-01-24T03:42:50.573 INFO:teuthology.orchestra.run.smithi162.stdout:+hv02.front.sepi 63.231.80.2 3 u 15 128 377 0.122 1.464 0.041 2024-01-24T03:42:50.573 INFO:teuthology.orchestra.run.smithi162.stdout:+hv03.front.sepi 74.6.168.72 3 u 3 128 377 0.105 1.483 0.049 2024-01-24T03:42:50.573 INFO:teuthology.orchestra.run.smithi162.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-24T03:42:50.574 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-24T03:42:50.584 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-24T03:42:50.585 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-24T03:42:50.597 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-24T03:42:50.605 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-24T03:42:50.615 INFO:teuthology.task.internal:Duration was 2696.849683 seconds 2024-01-24T03:42:50.615 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-24T03:42:50.624 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-24T03:42:50.625 DEBUG:teuthology.orchestra.run.smithi159:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T03:42:50.627 DEBUG:teuthology.orchestra.run.smithi162:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-24T03:42:50.673 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-24T03:42:50.674 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi159.front.sepia.ceph.com 2024-01-24T03:42:50.674 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:42:50.687 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi162.front.sepia.ceph.com 2024-01-24T03:42:50.687 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:42:50.731 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-24T03:42:50.731 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T03:42:50.734 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-24T03:42:50.828 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-24T03:42:50.829 DEBUG:teuthology.orchestra.run.smithi159:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T03:42:50.831 DEBUG:teuthology.orchestra.run.smithi162:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-24T03:42:51.036 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-24T03:42:51.047 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-24T03:42:51.047 DEBUG:teuthology.orchestra.run.smithi159:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T03:42:51.062 DEBUG:teuthology.orchestra.run.smithi162:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-24T03:42:51.079 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-24T03:42:51.090 DEBUG:teuthology.orchestra.run.smithi159:> 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-24T03:42:51.108 DEBUG:teuthology.orchestra.run.smithi162:> 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-24T03:42:51.120 INFO:teuthology.orchestra.run.smithi159.stdout:kernel.core_pattern = core 2024-01-24T03:42:51.135 INFO:teuthology.orchestra.run.smithi162.stdout:kernel.core_pattern = core 2024-01-24T03:42:51.170 DEBUG:teuthology.orchestra.run.smithi159:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:42:51.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:51.192 DEBUG:teuthology.orchestra.run.smithi162:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-24T03:42:51.218 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-24T03:42:51.219 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-24T03:42:51.232 INFO:teuthology.task.internal:Transferring archived files... 2024-01-24T03:42:51.233 DEBUG:teuthology.misc:Transferring archived files from smithi159:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/remote/smithi159 2024-01-24T03:42:51.234 DEBUG:teuthology.orchestra.run.smithi159:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T03:42:51.273 DEBUG:teuthology.misc:Transferring archived files from smithi162:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872/remote/smithi162 2024-01-24T03:42:51.273 DEBUG:teuthology.orchestra.run.smithi162:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-24T03:42:51.300 INFO:teuthology.task.internal:Removing archive directory... 2024-01-24T03:42:51.300 DEBUG:teuthology.orchestra.run.smithi159:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T03:42:51.308 DEBUG:teuthology.orchestra.run.smithi162:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-24T03:42:51.344 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-24T03:42:51.358 INFO:teuthology.task.internal:Not uploading archives. 2024-01-24T03:42:51.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-24T03:42:51.377 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-24T03:42:51.377 DEBUG:teuthology.orchestra.run.smithi159:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T03:42:51.380 DEBUG:teuthology.orchestra.run.smithi162:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-24T03:42:51.386 INFO:teuthology.orchestra.run.smithi159.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 03:42 /home/ubuntu/cephtest 2024-01-24T03:42:51.392 INFO:teuthology.orchestra.run.smithi162.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 24 03:42 /home/ubuntu/cephtest 2024-01-24T03:42:51.395 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-24T03:42:51.406 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-24T03:42:51.429 INFO:teuthology.nuke:Checking targets against current locks 2024-01-24T03:42:51.459 DEBUG:teuthology.nuke:shortname: smithi159 2024-01-24T03:42:51.459 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T03:42:51.483 DEBUG:teuthology.nuke:shortname: smithi162 2024-01-24T03:42:51.483 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-24T03:42:51.489 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi159.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872', '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-24 02:47:42.838050', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-24T03:42:51.503 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi162.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529872', '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-24 02:47:42.840060', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-24T03:42:51.537 INFO:teuthology.orchestra.console.smithi159:Power off 2024-01-24T03:42:51.538 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T03:42:51.561 DEBUG:teuthology.orchestra.console.smithi159:power off output: Chassis Power Control: Down/Off 2024-01-24T03:42:51.561 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:42:51.577 INFO:teuthology.orchestra.console.smithi162:Power off 2024-01-24T03:42:51.578 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-24T03:42:51.586 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-01-24T03:42:51.599 DEBUG:teuthology.orchestra.console.smithi162:power off output: Chassis Power Control: Down/Off 2024-01-24T03:42:51.599 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:42:51.622 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-24T03:42:55.587 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:42:55.624 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:42:55.699 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is on 2024-01-24T03:42:55.734 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-24T03:42:59.703 DEBUG:teuthology.orchestra.console.smithi159:pexpect command: ipmitool -H smithi159.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:42:59.735 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:42:59.814 DEBUG:teuthology.orchestra.console.smithi159:check power output: Chassis Power is off 2024-01-24T03:42:59.846 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is on 2024-01-24T03:42:59.916 INFO:teuthology.orchestra.console.smithi159:Power off completed 2024-01-24T03:43:03.848 DEBUG:teuthology.orchestra.console.smithi162:pexpect command: ipmitool -H smithi162.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-24T03:43:03.958 DEBUG:teuthology.orchestra.console.smithi162:check power output: Chassis Power is off 2024-01-24T03:43:04.059 INFO:teuthology.orchestra.console.smithi162:Power off completed 2024-01-24T03:43:04.163 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: 2696.8496828079224 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=91fea376ebc740959444ccf0395d43cf status: fail success: false 2024-01-24T03:43:04.163 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-24T03:43:04.255 INFO:teuthology.run:FAIL